• PBXware Telephony Platform Icon
    PBXware Telephony Platform

    For SMBs, enterprises, call centers, and governments

    PBXware is the world’s first and most mature IP PBX Professional Open Standards Turnkey Telephony Platform. Since 2004, PBXware has deployed flexible, reliable, and scalable Next Generation Communication Systems and VoIP solutions to Small and Medium sized Businesses (SMBs), enterprises, Internet Telephony Service Providers (ITSPs), Contact Centers and governments worldwide by combining the most advanced of the latest technologies.
  • The most agile, configurable and user-friendly WMS on the market Icon
    The most agile, configurable and user-friendly WMS on the market

    For Manufacturers, Wholesalers, Retailers and 3PL

    Enjoy a modern, feature rich WMS that makes it easy for logistics, distribution, fulfillment operations to quickly configure their WMS to meet their current and future operational requirements.
  • 1
    sdltrs is a Radio Shack TRS-80 Model I/III/4/4P emulator for Macintosh OSX, Windows, and Linux. It has been ported from the excellent X-Windows UNIX emulator xtrs. Instead of using the X-Window system for graphics, it uses the portable SDL library.
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 2
    MEWUI

    MEWUI

    MAME Frontend

    MEWUI is a front-end for MAME, that expands the internal UI, making available many additional functions.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 3
    A native Mac OS X port of MAME
    MAME OS X is a native Mac OS X port of MAME, designed to take full advantage of OS X-specific optimizations.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 4
    Java SID Player Music Library V2
    This is a Commodore 64 emulator specialized for sound reproduction. It is also a SID player for music collections like HVSC and CGSC. It is a full C64 emulator and can play games of the GameBase64 project as well.
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • ConnectPointz EDI Software Icon
    ConnectPointz EDI Software

    ConnectPointz connects and automates business systems and processes through pre-configured and custom integration solutions.

    We understand that every client has unique requirements for their supply chain, warehouse management, and sales channel partnerships. We make our services flexible to meet any need and integrate with the leading business applications and any sales channel. As a result, your business will have fewer data entry tasks, human errors, larger margins, and higher efficiency. ConnectPointz offers pre-configured and custom commerce integration solutions that will streamline your business processes, regardless of your size and business model. We improve supplier and retailer communications by removing the need for manual, recurring data entry tasks, reducing costly human data entry errors and delays, and cutting down on your labor costs.
  • 5
    The objective of the TPM Emulator project is the implementation of a software-based TPM and MTM emulator as well as of an appropriate TCG Device Driver Library (TDDL).
    Leader badge
    Downloads: 28 This Week
    Last Update:
    See Project
  • 6
    AWS Lambda Runtime Interface Emulator

    AWS Lambda Runtime Interface Emulator

    Proxy for Lambda’s Runtime and Extensions APIs

    The Lambda Runtime Interface Emulator is a proxy for Lambda’s Runtime and Extensions APIs, which allows customers to locally test their Lambda function packaged as a container image. It is a lightweight web-server that converts HTTP requests to JSON events and maintains functional parity with the Lambda Runtime API in the cloud. It allows you to locally test your functions using familiar tools such as cURL and the Docker CLI (when testing functions packaged as container images). It also simplifies running your application on additional computes. You can include the Lambda Runtime Interface Emulator in your container image to have it accept HTTP requests instead of the JSON events required for deployment to Lambda. This component does not emulate Lambda’s orchestrator, or security and authentication configurations. You can get started by downloading and installing it on your local machine.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Coffee GB

    Coffee GB

    Gameboy emulator in Java 8

    Coffee GB is a Gameboy Color emulator written in Java 8. It's meant to be a development exercise. More info can be found in the blog post. First I implemented all the Gameboy CPU opcodes. It’s not exactly the Z80, but it’s pretty close. As a reference, I’ve used the GameBoy CPU Manual - later on I discovered that it has a few typos and is not specific enough for some of the operations. After implementing the opcodes and memory (modelled by an int[] array) I was eager to check whether it’s possible to run some code on it. I had neither the cartridge nor the GPU emulation yet, so even the simplest game wouldn’t be an option. However, when the original Gameboy starts, it executes a simple 256-bytes program, a kind of firmware displaying the Nintendo logo and self-testing the system. That was exactly the thing I was looking for - after just 3 days I had an application running the Gameboy code!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Medusa

    Medusa

    An open source interactive disassembler

    Medusa is a disassembler designed to be both modular and interactive. It runs on Windows and Linux, it should be the same on OSX. This project is organized as a library. To disassemble a file you have to use medusa_text or qMedusa. Medusa requires the following libraries: boost >= 1.55 (system, filesystem, thread, date_time), OGDF (required git), and Qt5 >= 5.2 for the GUI. You also need CMake for compilation and a C++11 compiler (VS2015 update 2 on Windows). Git is optional but allows to clone remote repository for specific features. If you do not wish to install the various dependencies on your system, you can use this docker image instead. Even though it is working out of the box, you may want to customize it to suit your needs or for added security (e.g. restrict ssh access to public key authentication only).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Mesen

    Mesen

    Mesen is a cross-platform (Windows & Linux) NES/Famicom emulator

    Mesen is a high-accuracy NES emulator for Windows and Linux. It offers numerous features, such as save states, video filters, netplay, rewinding, overclocking, cheat codes and HD packs. It also includes an extensive set of debugging tools for homebrew development or romhacking. Mesen-S is a high-accuracy SNES emulator for Windows and Linux. Game Boy and Game Boy Color games are also supported, along with Super Game Boy emulation. It contains most of the features found in Mesen, including an extensive set of debugging tools. These are development builds and may be unstable. Using them may also increase the chances of your settings being corrupted, or having issues when upgrading to the next official release. Additionally, these builds are currently not optimized via PGO and will typically run 20-30% slower than the official release builds.
    Downloads: 1 This Week
    Last Update:
    See Project
  • MediRoutes - Driving NEMT forward Icon
    MediRoutes - Driving NEMT forward

    Designed specifically for Non-Emergency Medical Transportation (NEMT) providers

    The MediRoutes application is a cloud-based software used with mobile device technologies to offer optimal scheduling, booking, dispatch and billing services for Non-Emergency Transportation Providers.
  • 10
    Simplify

    Simplify

    Android virtual machine and deobfuscator

    Simplify virtually executes an app to understand its behavior and then tries to optimize the code so that it behaves identically but is easier for a human to understand. Each optimization type is simple and generic, so it doesn't matter what specific type of obfuscation is used. Provides a virtual machine sandbox for executing Dalvik methods. After executing a method, it returns a graph containing all possible register and class values for every execution path. It works even if some values are unknown, such as file and network I/O. For example, any if or switch conditional with an unknown value results in both branches being taken. Analyzes the execution graphs from smalivm and applies optimizations such as constant propagation, dead code removal, unreflection, and some peephole optimizations. These are fairly simple, but when applied together repeatedly, they'll decrypt strings, remove reflection, and greatly simplify code. It does not rename methods and classes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    DaedalusX64 is the continuation of the original Daedalus PSP port by StrmnNrmn. It is a GPL Open Source project. The official support and discussion forum is located at http://DaedalusX64.com
    Downloads: 6 This Week
    Last Update:
    See Project
  • 12
    Open Emu
    We have moved OpenEmu to github, see http://github.com/openemu/openemu Open Emu brings game emulation to the Mac as a first class citizen, with accelerated graphics, sound and HID controllers for all supported emulators. OpenEmuQC enables live 'cons
    Downloads: 9 This Week
    Last Update:
    See Project
  • 13
    BT-Sim is a BlueTooth simulator on a HCI level. The project alows to develop and test BT applications without using real BT hardware. It works in particular with PalmSource's Palm OS Simulator.
    Leader badge
    Downloads: 25 This Week
    Last Update:
    See Project
  • 14

    Fake86

    A portable, open-source (GPLv2) 8086 PC emulator.

    Fake86 was a portable, open-source 8086/80186 PC emulator. It's been replaced by XTulator. https://github.com/mikechambers84/XTulator
    Downloads: 9 This Week
    Last Update:
    See Project
  • 15
    z390 Portable Mainframe Assembler

    z390 Portable Mainframe Assembler

    z390 Portable Mainframe Assembler and Emulator

    z390 Portable Mainframe Assembler and Emulator
    Downloads: 6 This Week
    Last Update:
    See Project
  • 16
    DiskImagery64 is a portable (Qt-based), open-source disk image editor for Commodore 64 disk images running on Mac, Linux and Windows. It offers a nice GUI with drag-and-drop support between disk images, the local file system and real retro hardware.
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 17
    JPC
    The fast x86 PC emulator in 100% pure Java
    Downloads: 9 This Week
    Last Update:
    See Project
  • 18
    Mednafen

    Mednafen

    Multi-System Emulator

    Mednafen is a portable, utilizing OpenGL and SDL, argument(command-line)-driven multi-system emulator.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 19
    For new versions, check https://github.com/Darkkey/javaNetSim javaNetSim (Java Network Simulator) - it's a fork of a project jFirewallSim. The main goal of javaNetSim is creating a software to simulate various TCP/IP networks based on Ethernet, WiFi, PPP, etc...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 20
    Android Tablet 7.1.2 on Virtual Machines
    Instructions: After starting this VM, enable the Play Store app, by clicking the Settings -> Apps -> Play Store -> Enable. Then, Launch Play Store App, by clicking the 3 vertical dots icon, at the bottom of desktop. Then download whatever app is needed from the Play Store. Quickly, Cancel any automatic downloads of Play Store app ( itself ), from the notification drawer, as this will prevent it from its future working. Disable the Play Store app, after your other app installs are completed. Increase CPU Count and Memory in VM's Settings, as required, for better performance. If you are very new to virtual machines, then please refer the Wiki Page for its setup instructions, for all major operating systems. Tags: Android Tablet, Android ova, Android Phone, Android OS, Android Operating System, Android Emulator, Android Simulator, android apps, apk, virtual machine
    Downloads: 15 This Week
    Last Update:
    See Project
  • 21
    CrabEmu is a video game console emulator for Mac OS X, Sega Dreamcast, and various other *nix-like targets. Currently, development is focused upon the 8-bit consoles built by Sega, with support for the Sega Master System, Game Gear, SG-1000 and ColecoVision. Initial support for the NES is also available.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 22
    We moved to https://github.com/frankmorgner/vsmartcard see you there!
    Downloads: 13 This Week
    Last Update:
    See Project
  • 23

    CuteMupen

    GUI for Mupen64Plus Nintendo 64 emulator

    CuteMupen is a graphical (GUI based on Qt library) front-end for the cross-platform Mupen64Plus N64 emulator.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 24
    The MSX emulator that aims for perfection. NOTE: this project moved to GitHub. The content of this project page is frozen and will not be updated. The project is alive and kicking, though! Check out our website for the new project pages.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    AppleCommander is a tool that manipulates Apple ][ disk images. Files may be imported, exported, viewed, or printed with various file filters. ** PLEASE NOTE THAT WE HAVE MOVED TO GITHUB! https://github.com/AppleCommander **
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project