• Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    98.js

    98.js

    Web-based Windows 98 desktop recreation

    98 is a web-based recreation of the Windows 98 operating system that runs entirely in the browser, replicating the look, feel, and behavior of the classic desktop environment. Built using JavaScript, HTML, and CSS, it recreates core components such as the desktop, taskbar, file explorer, and system applications with remarkable attention to detail. The project includes functional versions of programs like Notepad, Calculator, Minesweeper, and even a simulated Internet Explorer, providing an interactive nostalgic experience. It uses a virtual filesystem to store user data and supports drag-and-drop functionality, enabling users to interact with files similarly to a real operating system. The interface is highly polished, with support for themes, animations, and even hidden easter eggs that mimic the quirks of the original Windows 98 experience. While not a true emulator, it effectively simulates the user interface and behavior of the OS in a browser environment.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    AndroidNativeEmu

    AndroidNativeEmu

    Allows you to partly emulate an Android native library

    AndroidNativeEmu is a Python-based framework designed to partially emulate Android native libraries, enabling developers and researchers to analyze and execute native code outside of a full Android environment. Instead of emulating an entire operating system, it focuses specifically on the native layer, allowing for targeted testing and reverse engineering of shared libraries (.so files). This makes it particularly useful in security research, malware analysis, and debugging of Android applications. The framework provides tools for loading binaries, simulating system calls, and interacting with native functions in a controlled environment. By abstracting away the complexity of full device emulation, it allows faster iteration and more focused analysis of specific components. It also integrates well with Python tooling, making it accessible and extensible for custom workflows.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    BigQuery Emulator

    BigQuery Emulator

    BigQuery emulator server implemented in Go

    BigQuery Emulator is an open-source server implementation that replicates the behavior of Google Cloud’s BigQuery service locally, enabling developers to test and develop data workflows without connecting to the real cloud environment. Written in Go, it can run as a standalone binary, Docker container, or embedded library within test environments, making it highly flexible for different workflows. The emulator supports a large portion of the BigQuery API surface, including dataset management, query execution, and data ingestion, allowing applications to interact with it as if it were the real service. It uses SQLite as its underlying storage engine, with options for in-memory or persistent file-based databases depending on the use case. The system also implements many features of Google Standard SQL, including hundreds of functions and advanced query constructs, enabling realistic query testing.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Chameleon-Mini

    Chameleon-Mini

    Versatile contactless smartcard emulator compliant to NFC

    ChameleonMini is a portable, programmable NFC and RFID security research tool designed for analyzing, emulating, and cloning contactless smart cards. It operates as both hardware and firmware, allowing researchers to interact with NFC systems at a low level, including reading tags, emulating card behavior, and capturing radio frequency communication. The device is widely used in security testing, penetration testing, and academic research focused on wireless communication protocols and authentication systems. It supports multiple card types and codecs, enabling it to replicate real-world access cards, payment systems, and identification tokens. One of its most powerful capabilities is its ability to log and sniff RF traffic, which allows detailed inspection of communication between readers and cards. The project includes firmware, drivers, and software tools that enable configuration and interaction across different operating systems.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5
    FabGL

    FabGL

    ESP32 Display Controller (VGA, PAL/NTSC Color Composite, SSD1306, ST77

    FabGL is mainly a Graphics Library for ESP32. It implements several display drivers (VGA output, PAL/NTSC Color Composite, I2C and SPI displays). FabGL can also get input from a PS/2 Keyboard and a Mouse. FabGL implements also: an Audio Engine (DAC and Sigma-Delta), a Graphical User Interface (GUI), a Game Engine and an ANSI/VT Terminal. VGA output requires an external digital-to-analog converter (DAC): it can be done by three 270 Ohm resistors to have 8 colors, or by 6 resistors to have 64 colors. Composite output doesn't require external components (maybe a 5Mhz low pass filter). An unlimited number of sprites are supported. However big sprites and a large amount of them reduce the frame rate and could generate flickering. When there is enough memory (on low resolutions like 320x200), it is possible to allocate two screen buffers, so to implement double buffering. In this case primitives are always drawn on the back buffer.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    GoBoy

    GoBoy

    Multi-platform Nintendo Game Boy Color emulator written in Go

    GoBoy is a multi-platform Nintendo GameBoy and GameBoy Color emulator written in go. The emulator can run the majority of GB games and some CGB games. There is also colour and sound support. This emulator was primarily built as a development exercise and is still work in progress. Please feel free to contribute if you’re interested in GameBoy emulator development. The program includes debugging functions making it useful for understanding the emulator operation for building one yourself. These functions include printing of opcodes and register values to the console at each step (although will greatly slow down the emulation) and toggling of individual sound channels. GoBoy is compatible with MacOS, Windows and Linux. Building on Windows 10 requires MinGW and on Linux, you’ll need to install gtk.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    HQarroum docker-android

    HQarroum docker-android

    A minimal and customizable Docker image running the Android emulator

    docker-android is a project that provides Docker-based environments for running Android emulators and automation workflows in containerized setups. It enables developers to run Android devices in isolated environments for testing, development, or continuous integration pipelines. The system supports headless execution as well as remote access to emulator interfaces. It is particularly useful for scaling mobile testing infrastructure without requiring dedicated hardware. The project integrates with CI/CD systems, allowing automated testing of Android applications across environments. Its containerized approach simplifies setup and ensures reproducibility across machines. docker-android is widely used in automation pipelines for mobile development.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Miasm

    Miasm

    Reverse engineering framework in Python

    The Miasm intermediate representation is used for multiple task: emulation through its jitter engine, symbolic execution, DSE, program analysis, but the intermediate representation can be a bit hard to read. We will present in this article new tricks Miasm has learned in 2018. Among them, the SSA/Out-of-SSA transformation, expression propagation and high-level operators can be joined to “lift” Miasm IR to a more human-readable language. We use graphviz to illustrate some graphs. Its layout does not always totally conform with a reverse engineering “ideal view”, so please be tolerant of those odd graphs. Miasm is not the first tool to implement this feature. But, well, as the tool already had everything needed to implement DSE, it was just a matter of time before these features landed in the main branch.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Muon SSH Terminal/SFTP client

    Muon SSH Terminal/SFTP client

    Graphical SFTP client and terminal emulator with helpful utilities

    Easy and fun way to work with remote servers over SSH. This project is being renamed as previous name "Snowflake" is confusing since there is already a popular product with the same name. Muon is a graphical SSH client. It has an enhanced SFTP file browser, SSH terminal emulator, remote resource/process manager, server disk space analyzer, remote text editor, huge remote log viewer, and lots of other helpful tools, which makes it easy to work with remote servers. Muon provides functionality similar to web-based control panels but, it works over SSH from the local computer, hence no installation is required on the server. It runs on Linux and Windows. Muon has been tested with several Linux and UNIX servers, like Ubuntu server, CentOS, RHEL, OpenSUSE, FreeBSD, OpenBSD, NetBSD, and HP-UX. The application is targeted mainly towards web/backend developers who often deploy/debug their code on remote servers and not overly fond of complex terminal-based commands.
    Downloads: 1 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 10
    NES

    NES

    NES emulator written in Go

    NES emulator written entirely in Go, aimed at accurately reproducing classic Nintendo Entertainment System games in a modern, cross-platform environment. It reimplements the NES hardware in software, including CPU, PPU (graphics), and APU (audio), and then presents the output using OpenGL for video and PortAudio for sound. The emulator supports a menu mode where, if you point it at a directory instead of a single ROM, it scans all ROMs and shows a game selection screen with thumbnails fetched from an online database keyed by each ROM’s MD5 hash. Once a ROM is chosen, the emulator maps keyboard controls to NES inputs and also supports USB joysticks, letting you play with a gamepad instead of just the keyboard. Under the hood it implements several common NES cartridge mappers such as NROM, MMC1, UNROM, CNROM, MMC3, and AOROM, which together cover the majority of NES titles in circulation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Road to Yuzu w/o Switch

    Road to Yuzu w/o Switch

    This Repo explains how to install the Yuzu Switch Emulator

    Road to Yuzu Without Switch is not a traditional software project but rather a comprehensive technical guide repository that walks users through installing and configuring Nintendo Switch emulators such as Yuzu or Ryujinx without requiring access to physical console hardware. It serves as a centralized knowledge base that consolidates setup instructions, configuration steps, troubleshooting tips, and optimization techniques into a single structured workflow. The repository is particularly focused on simplifying what is typically a complex and fragmented process, including emulator installation, key management, graphics configuration, controller setup, and game loading. It also addresses compatibility considerations, updates, mods, and performance tuning, making it useful for both beginners and experienced users. While it distances itself from piracy, the guide inherently intersects with topics such as ROM management and system keys, which are essential for emulator functionality.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Triton

    Triton

    Triton is a dynamic binary analysis library

    Triton is a dynamic binary analysis library. It provides internal components that allow you to build your program analysis tools, automate reverse engineering, perform software verification or just emulate code. Linux, Windows and OS X compatible. You can directly compile source code from our Github repository. The Triton library is Linux, Windows and OS X compatible. A potential way to getting started is to see our Python examples already bootstrapped.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    ares

    ares

    ares is a cross-platform, open source, multi-system emulator

    ares is a highly accurate, cross-platform multi-system emulator focused on long-term preservation and faithful reproduction of classic gaming hardware. It is a descendant of earlier projects like higan and bsnes, inheriting a strong emphasis on correctness over raw performance. Unlike many emulators that prioritize speed, Ares deliberately adopts design choices that simplify code structure and improve readability, even if this results in slower execution. This makes it particularly valuable for researchers, developers, and preservationists who care about hardware accuracy and maintainability. The emulator supports multiple gaming systems and includes its own custom frameworks for GUI, threading, and hardware abstraction. It also integrates a ROM database and flexible configuration system, enabling users to load and manage game content efficiently. By focusing on clarity and correctness, Ares contributes to the long-term documentation and preservation of legacy systems.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    bsnes

    bsnes

    Super Nintendo (SNES) emulator focused on performance, features

    bsnes is a multi-platform Super Nintendo (Super Famicom) emulator, originally developed by Near, which focuses on performance, features, and ease of use. True Super Game Boy emulation (using the SameBoy core by Lior Halphon) HD mode 7 graphics with optional supersampling (by DerKoun) Low-level emulation of all SNES coprocessors (DSP-n, ST-01n, Cx4) Multi-threaded PPU graphics renderer. Speed mode settings which retain smooth audio output (50%, 75%, 100%, 150%, 200%) Built-in games database with thousands of game entries. Built-in cheat code database for hundreds of popular games (by mightymo). Built-in save state manager with screenshot previews and naming capabilities. Customizable per-byte game mappings to support any cartridges, including prototype games. 7-zip decompression support. Extensive Satellaview emulation, including BS Memory flash write and wear-leveling emulation. Optional higan game folder support (standard game ROM files are also fully supported!).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    wasmboy

    wasmboy

    Game Boy / Game Boy Color Emulator Library

    wasmboy is a Game Boy and Game Boy Color emulator built using WebAssembly and JavaScript, designed to run efficiently in both browsers and Node environments. It leverages modern web technologies such as HTML5 canvas and the Web Audio API to deliver graphics and sound directly within a web interface. The project emphasizes portability and integration, allowing it to be embedded into other applications as a reusable dependency. It supports a wide range of emulator features including save states, input handling, and performance tuning options for lower-end devices. WasmBoy also includes a powerful debugging environment that exposes internal emulator components such as CPU registers, memory maps, and graphical data structures. By using Web Workers, it enables parallelized rendering and improved performance across different platforms.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    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: 21 This Week
    Last Update:
    See Project
  • 17

    Linapple: Apple2 emulator for Linux

    Crossplatform emulator of Apple 2 (II,][) computer

    Linapple is an emulator of Apple2 (Apple][, Apple 2, Apple2e) series computers for Linux or other systems with SDL support, which works out of the box. It derives from AppleWin, and almost as powerful as AppleWin is.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 18

    Caprice32

    An emulator of the Amstrad CPC 8bit home computer range

    An emulator of the Amstrad CPC 8bit home computer range. Please see https://github.com/ColinPitrat/caprice32 for the most up to date version.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 19
    MicroLua DS

    MicroLua DS

    MicroLua brings Lua on the Nintendo DS for easy programming

    MicroLua brings the programming language Lua on the Nintendo DS for easy and fast development of beautiful homebrews! Based on brunni's µLibrary, µLua is a Lua interpreter featuring fast drawings and many important functionalities. You can exploit your Nintendo DS with the simplistic yet powerful Lua language! On your cartridge, MicroLua is a NDS executable that shows as its frontend a great graphical shell from which you can explore your cartridge and run Lua scripts written for µLua. µLua already benefits from an impressive collection of homebrews, from a complete and expandable MicroLua IDE to enjoyable games, produced by an active and helpful community.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 20

    Portable Cygwin

    Script for portable installation of Cygwin

    Portable installation of Cygwin that is integrated with PortableApps.com launcher.
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 21
    1964 is a popular Nintendo64 Emulator for Windows. With the right plugins, you can play almost any Nintendo64 game on your PC.
    Downloads: 25 This Week
    Last Update:
    See Project
  • 22
    O2EM is an open source multi-platform Odyssey2 / Videopac+ emulator. The Odyssey2 (Videopac/Jopac in Europe) was a video game console created in the late 70s.
    Leader badge
    Downloads: 25 This Week
    Last Update:
    See Project
  • 23
    teo-emulator

    teo-emulator

    Teo is an emulator of the Thomson TO8 microcomputer

    Teo is an emulator of the Thomson TO8 microcomputer for PC, running on MSDOS, Windows and Linux. The compatibility is close to 100% for softwares which don't use non emulated peripherals and don't hold physical protections. In other words, if a software doesn't work on Teo, so probably : 1. it needs the presence of another peripheral than mouse, light-pen, joystick, tape recorder and disks (so it won't run as long as this peripheral is not emulated), 2. its physical protection makes it fail.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 24
    The MDK provides a simulator of D. Knuth's MIX computer, and a development environment to write, run and debug MIXAL programs on it.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 25
    i8086emu is an cross-platform emulator for the Intel 8086 microprocessor. It has support for dynamically loadable device plugins and some peripherals like a PIT, PIC, 8-segment-displays, buttons and leds. i8086emu comes with an ncurses and an GTK-2 gui
    Leader badge
    Downloads: 23 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB