• Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    CEmu emulator

    CEmu emulator

    Third-party TI-84 Plus CE / TI-83 Premium CE emulator

    Developer-oriented emulator of the eZ80-based TI-84 Plus CE / TI-83 Premium CE calculators. CEmu is a third-party TI-84 Plus CE / TI-83 Premium CE calculator emulator, focused on developer features. The core is programmed in C and the GUI in C++ with Qt, for performance and portability reasons. CEmu works natively on Windows, macOS, and Linux! Easy setup - get running by doing a one-time-only connection of your calculator! Accurate and fast emulation. Customizable speed/throttling. Resizable calculator screen. "Always-on-top" window option. Screen capture (PNG). Screen recording (animated PNG). File sending/receiving (not for Apps/OS yet). Multiple keybinding presets. Emulation states for efficient saving / restoring. Color skins (like the real devices). Available in English, French, Spanish, and Dutch.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 2
    GPCS4

    GPCS4

    A work-in-progress PlayStation 4 emulator

    A PlayStation 4 emulator which was just started. A project done for fun, and for technical research. The only reason I have started this project is for learning 3D graphics. It's not intended to become a serious application. Support simple compute shader, compute ring, cube maps. For more details you could join our discord server to contact me, or if you are used to Tencent QQ/TIM, just join our group. There you can get more resources which are useful for contributing. To run or develop GPCS4, a CPU supporting AVX instruction set as well as a graphics card supporting Vulkan 1.3 are required.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 3
    NESbox

    NESbox

    Emulator of NES, SNES, Sega Mega Drive, GameBoy video consoles

    The nesbox/emulator is an open source, browser-based emulator for a collection of retro gaming systems (NES, Super Nintendo, Sega Mega Drive, GameBoy, etc.). It’s written in ActionScript/Flash, and the project includes SWF binaries so you can embed the emulator into web pages. The emulator allows users to load ROMs and play them in their browsers via the Flash plugin. It’s licensed under the MIT license, meaning it’s quite permissive in terms of reuse. While Flash is an aging technology, the project remains a practical way to access old console gaming via browser, as long as Flash is supported or available.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 4
    Yabause
    Yabause is a portable Sega Saturn emulator.
    Downloads: 56 This Week
    Last Update:
    See Project
  • Application Monitoring That Won't Slow Your App Down Icon
    Application Monitoring That Won't Slow Your App Down

    AppSignal's Rust-based agent is lightweight and stable. Already running in thousands of production apps.

    Full APM with errors, performance, logs, and uptime monitoring. 99.999% uptime SLA on the platform itself.
    Start Free
  • 5
    Retrogaming BIOS

    Retrogaming BIOS

    Complete BIOS & firmware collection for retrogaming emulators

    Retrogaming BIOS is a repository that provides a structured and curated collection of BIOS files required for running retro gaming emulators across multiple platforms. It is designed to simplify the often confusing process of obtaining and organizing BIOS files by presenting them in a consistent and ready-to-use format. The project focuses on compatibility with popular emulation environments, ensuring that the included BIOS files meet the requirements for various classic consoles and arcade systems. It also emphasizes organization, grouping BIOS files by system and providing a layout that can be easily integrated into emulator directories. By consolidating these essential files into a single resource, retrobios helps reduce setup errors and improves the reliability of emulation systems. The repository is particularly useful for users building retro gaming setups or emulation stations who want a streamlined configuration process.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 6
    SameBoy

    SameBoy

    Game Boy and Game Boy Color emulator written in C

    SameBoy is a user friendly, powerful and open source Game Boy, Game Boy Color and Super Game Boy emulator for macOS, Windows and Unix-like platforms. SameBoy is extremely accurate and includes a wide range of both powerful debugging features and user-facing features, making it ideal for both casual players and developers. Of course, SameBoy also has every feature one would expect from an emulator – from save states to scaling filters. Supports Game Boy (DMG), Game Boy Pocket and Light (MGB), Game Boy Color (CGB) and GBC-Mode Game Boy Advance (AGB) emulation. Supports accurate high level emulation of Super Game Boy (SGB; NTSC and PAL) and Super Game Boy 2 (SGB2). High quality 96KHz audio. Battery save support. Save states. Follows the BESS specification for cross-compatibility with other emulators. Includes open source boot ROMs for all emulated models. Complete support for all game-specific palettes in the CGB/AGB boot ROM, for accurate emulation of Game Boy games.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 7
    WAV-PRG
    WAV-PRG is a program for converting Commodore 64 tapes to PC and back. It is designed not to require any custom-built cables: transfers between PC and tape are done by means of a tape player/recorder connected to the PC's soundcard by a plain audio cable
    Leader badge
    Downloads: 85 This Week
    Last Update:
    See Project
  • 8
    Android Emulator Container Scripts

    Android Emulator Container Scripts

    Minimal scripts to run the emulator in a container for various systems

    android-emulator-container-scripts turns the Android Emulator into a cloud-native service you can run in Docker and Kubernetes, so teams can provision ephemeral Android devices on demand. It includes scripts and container images that configure the emulator for headless operation, wire up networking, and expose endpoints for ADB and web access. A built-in WebRTC bridge lets you stream the emulator screen to a browser with interactive input, which is ideal for CI dashboards, remote debugging, or demo environments. The project focuses on reproducibility and scale: you define which system image to boot, how to persist or reset data, and how many instances to run, then schedule them like any other workload. GPU acceleration, audio, and sensors can be enabled depending on your host and cluster capabilities, while fallbacks like SwiftShader keep things usable when no GPU is available.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 9
    Unicorn Engine

    Unicorn Engine

    Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc

    Unicorn is a lightweight multi-platform, multi-architecture CPU emulator framework. Highlight features. Multi-architectures: ARM, ARM64 (ARMv8), m68k, MIPS, PowerPC, RISC-V, S390x (SystemZ), SPARC, TriCore & x86 (include x86_64). Clean/simple/lightweight/intuitive architecture-neutral API. Implemented in pure C language, with bindings for Pharo, Crystal, Clojure, Visual Basic, Perl, Rust, Haskell, Ruby, Python, Java, Go, D, Lua, JavaScript, .NET, Delphi/Pascal & MSVC available. Native support for Windows & *nix (with macOS, Linux, Android, *BSD & Solaris confirmed). High performance by using the Just-In-Time compiler technique. Support fine-grained instrumentation at various levels. Thread-safe by design. Distributed under free software license GPLv2. Another significant change on this version is the addition of some new APIs to allow better control on how the core engine works.
    Downloads: 8 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10
    pfeMAME

    pfeMAME

    Python front end for MAME that can run in Linux, Windows, and MacOS

    pfeMAME is a front end for the Multiple Arcade Game Emulator (MAME) written in (wx)Python. It is cross platform (tested on Linux (Ubuntu), Windows (7, 8, 10, 11), and MacOS. ). It also includes a graphical Tile View designed for MAME cabinets which allows control using joystick / gamepad. It supports favourite game flagging, MESS systems, Software Lists (for systems), per-rom input mapping, and launching of other emulation engines. pfeMAME was written by Gareth Finch and the development project started in 2014 . The goal was to create a MAME front end that was simple, as easy as possible to get into, and had some good documentation. It doesn't provide access to every single MAME option, but pretty much all of the relevant ones you will use from day-to-day. You are free to distribute pfeMAME and modify its source as you wish, however pfeMAME is not to be sold or repackaged for commercial sale.
    Leader badge
    Downloads: 65 This Week
    Last Update:
    See Project
  • 11
    DICE
    DICE is a Discrete Integrated Circuit Emulator. It emulates computer systems that lack any type of CPU, consisting only of discrete logic components.
    Leader badge
    Downloads: 46 This Week
    Last Update:
    See Project
  • 12
    ASAP - Another Slight Atari Player
    ASAP (Another Slight Atari Player) plays and converts 8-bit Atari music (*.sap, *.cmc, *.mpt, *.rmt, *.tmc, ...) on modern computers and mobile devices.
    Leader badge
    Downloads: 43 This Week
    Last Update:
    See Project
  • 13
    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: 59 This Week
    Last Update:
    See Project
  • 14
    BlueStacks

    BlueStacks

    World's #1 Android Emulator

    BlueStacks is an Android emulator that enables users to run mobile apps and games on their computers, bridging the gap between mobile and desktop environments. With BlueStacks, users can enjoy the full functionality of Android apps on a larger screen, with better controls and enhanced performance options. Designed to support gaming and productivity, it allows for multitasking, keyboard and mouse compatibility, and customizable settings, providing a seamless experience for users who want to bring mobile app capabilities to their desktops.
    Downloads: 91 This Week
    Last Update:
    See Project
  • 15
    Dolphin Emulator

    Dolphin Emulator

    GameCube and Wii emulator for PC (Windows, Mac, & Linux)

    Dolphin Emulator is a powerful open-source emulator that allows PC gamers to play Nintendo GameCube and Wii games on modern hardware. It delivers a significantly enhanced experience by supporting full HD 1080p resolution and higher, making classic titles look sharper than ever. Dolphin is known for its high compatibility, with the majority of games running perfectly or being fully playable. The emulator supports a wide range of PC controllers, including keyboards, gamepads, and original console controllers via adapters. Advanced features like turbo speed and performance optimizations allow smoother gameplay and faster load times. With an active development community and frequent updates, Dolphin continues to improve accuracy, performance, and overall user experience.
    Leader badge
    Downloads: 160 This Week
    Last Update:
    See Project
  • 16
    Play!

    Play!

    Play! - PlayStation2 Emulator

    Play! is an open-source cross-platform emulator for Sony’s PlayStation 2 that aims to run PS2 games on a wide range of modern systems including Windows, macOS, Linux, Android, iOS, and web browsers by implementing core PS2 hardware functionality in software. It emulates primary components like the Emotion Engine CPU and graphics synthesizer, translating game code and hardware calls into host system operations, while providing users with controls to load disc images, manage states, and configure rendering options. Because the PS2’s architecture is complex and proprietary, Play! pursues compatibility incrementally, with many titles playable to varying degrees and an active compatibility tracker detailing individual game status. The project supports optimizations such as JIT code generation on compatible platforms to improve performance and offers a broad set of build targets so developers and users can experiment with different back ends and environments.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 17
    RetroPie BIOS

    RetroPie BIOS

    Full BIOS collection for RetroPie

    RetroPie BIOS is a curated collection of BIOS files intended for use with the RetroPie emulation platform, providing the essential firmware required to run a wide range of classic gaming systems. The repository organizes BIOS files for numerous consoles and arcade systems, ensuring compatibility with RetroPie and related emulation environments. Each file in the collection has been verified against reference databases such as the Libretro system definitions, ensuring accuracy and reliability. The project simplifies the process of setting up emulation systems by consolidating required BIOS files into a single, organized package that users can directly integrate into their RetroPie installation. It also includes checksum validation mechanisms, allowing users to verify file integrity and ensure that BIOS files match expected standards. By maintaining a structured and verified dataset, the repository reduces common issues associated with missing or incorrect BIOS files.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 18
    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: 6 This Week
    Last Update:
    See Project
  • 19
    higan

    higan

    higan is a multi-system emulator focused on accuracy & preservation

    higan is a multi-system emulator, originally developed by Near, with an uncompromising focus on accuracy and code readability. It currently emulates the following systems: Famicom, Famicom Disk System, Super Famicom, Super Game Boy, Game Boy, Game Boy Color, Game Boy Advance, Game Boy Player, SG-1000, SC-3000, Master System, Game Gear, Mega Drive, Mega CD, PC Engine, SuperGrafx, MSX, MSX2, ColecoVision, Neo Geo Pocket, Neo Geo Pocket Color, WonderSwan, WonderSwan Color, SwanCrystal, Pocket Challenge V2. Automated, untested builds of higan are available for each supported operating system.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 20
    Use Wine (Wine Is Not an Emulator) to run Windows applications on Darwin and Mac OS X.
    Downloads: 26 This Week
    Last Update:
    See Project
  • 21
    BlueStacks Air

    BlueStacks Air

    BlueStacks Air: Android apps, now seamlessly on Apple Silicon Macs

    BlueStacks Air for Mac, optimized for Apple Silicon Macs, is a cutting-edge cloud-based solution that brings Android apps and games to your browser with unparalleled efficiency. Tailored for the powerful M1 and M2 chip architectures, it delivers exceptional performance, leveraging Apple Silicon's capabilities to run Android applications smoothly and responsively. This lightweight platform eliminates the need for heavy software installations, offering instant access to Android apps without compromising your Mac's resources. With seamless compatibility and a user-friendly interface, BlueStacks Air for Apple Silicon Macs allows users to enjoy mobile games, social apps, and productivity tools effortlessly, making it an ideal choice for Mac users seeking a powerful yet streamlined Android experience.
    Downloads: 87 This Week
    Last Update:
    See Project
  • 22
    This emulator is capable of providing a faithful replication of the HP48. It also has a debugger for the saturn processor.
    Leader badge
    Downloads: 39 This Week
    Last Update:
    See Project
  • 23
    IKVM.NET is a JVM for the Microsoft .NET Framework and Mono. It can both dynamically run Java classes and can be used to convert Java jars into .NET assemblies. It also includes a port of the OpenJDK class libraries to .NET.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 24
    Android Emulator M1 Preview

    Android Emulator M1 Preview

    Preview of some basic Android emulation functionality

    android-emulator-m1-preview captured the early effort to bring the Android Emulator to Apple Silicon by targeting the ARM64 host and macOS virtualization APIs. The preview introduced native builds that avoid x86 translation, dramatically improving boot time, UI smoothness, and battery usage on M1-class Macs. It documented limitations typical of a preview—graphics features, sensor fidelity, and compatibility quirks—while outlining the path to parity with established macOS targets. Developers could test app installs, basic input, and network scenarios to validate their toolchains ahead of mainstream IDE support. The project also served as a staging ground for feedback on Hypervisor.framework usage, Metal rendering, and system image formats for ARM guests. Although superseded by stable emulator releases, it remains a useful historical reference for how Android tooling crossed the Apple Silicon transition.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 25
    Live Raizo - Linux for Virtual SysAdmin

    Live Raizo - Linux for Virtual SysAdmin

    Environment to experiment the system on simulated and real networks

    - Live Raizo is a linux distribution based on Debian 13 (Trixie) to experiment the system administration on simulated networks and real devices. - GNS3 is the gui used to manipulate the simulators/emulators of networks and systems like QEmu, Docker, Dynamips. - With this GNS3, you can clone as many times as you want the templates of virtual linux machines named "Debian" and "DDebian" that contain many network tools and services. - The prompt and the output of several linux commands are colored to highlight the main informations and to be more userfriendly. - Live Raizo also includes tools to interact with real devices : minicom, putty, Wireshark, as well as DHCP, DNS, FTP, TFTP, HTTP and SSH servers. Services are not started automatically. - It is used by the CFA UTEC of CCI in Seine et Marne in France for networking and Linux administration classes. - You can also open issues here : https://github.com/Raizo62/LiveRaizo Last 64 bits Release : v17.26.01.25i
    Leader badge
    Downloads: 30 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB