• 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, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 1

    dlEmu8080

    8080 emulator

    8080 emulator with Qt interface and VT terminal emulation. Capable of running CP/M. Totally useless fun project. But feel free to enjoy it and help grow it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    1964 is a popular Nintendo64 Emulator for Windows. This is a continuation by Zach Thibeau of the emulator 1964 by Schibo
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    C-Control II (Conrad Electronic)-kompatible Virtuelle Maschine fuer die Freescale CPU12-Familie.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A 6502 processor simulator/development environment written in C#.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 5
    A simulator for the 68HC11 microprocessor. It supports only a small subset of the opcodes and it is no longer maintained.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    8088 Software Development Environment for the .NET & WIN32 platform. Program and control the windows pc with 8088 ML. Assemble, Disassemble, Emulate 8088 Assembler. Realtime I/O
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    A8E

    A small and fast Atari 800 XL emulator.

    A8E is a freeware Atari 800 XL emulator written in C by Sascha Springer and has been developed completely from scratch. It uses the SDL and OpenGL (optional) library for the user interface and the audio and graphics output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ACM NES is an open-source emulator written in C++ that attempts to bring NES emulation to as many platforms as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ACPUProject

    ACPUProject

    ACPU Emulation and Design

    In this project I'll try to reinvent the wheel by designing the ACPU. In this Project I'll upload the official Emulator, Compiler and Docs -- !!! Anouncment !!! -- Searching Developer for USBSupport and one for OSDev -- !!! Anouncment !!! --
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 10
    The ADFlib is a portable C library designed to manage Amiga formatted devices like harddisks and ZIP disks, or dump files of this kind of media via the .ADF format. Projects using ADFlib are : ADFOpus and ADFView
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A Nintendo Gameboy (Color) Emulator written in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    AFROS-update

    AFROS-update

    Scripted and Zipped updates to AFROS 8.12 Live CD

    AFROS-Update cover two aspects. 1. Installable update to the ARAnyM based AFROS LiveCD distribution <strike>2. Downloadable binaries of ARAnyM for PCLinuxOS and other Mandriva based distributions</strike> 3. Bootable Raspberry Pi image with ARAnyM and m68k-cross-tools
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The project focuses on the design of a CPU architecture emulator aimed to assembly languages course.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Automated Analysis and Network Emulation (ANNE) is a sandbox to analyze unknown w32 binaries like malware in a *nix environment in an automated way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ARM9Core is an emulator of the ARM9 architecture for the x86 Win32 platform. It can be used as a library and integrated into a bigger application. It also provides support to the different ARM execution modes and exceptions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Open-source advanced gameboy emulator for non-commercial roms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This project aims to create an ARM processor emulator for Linux/x86, utilising dynamic binary translation techniques for maximum speed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A emulator for ARM programs. Aim to run ARM programs(Thumb code) in x86 platform. Use "arm-elf-gcc -mthumb -Bstatic <src> -o <exe>" to generate ARM binray code. github webpage: http://x-y-z.github.com/armulator/ git repo: https://github.com/x-y-z/armulator
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    ASMG

    ASMG

    A simple Supermodel GUI for Window OS

    ASMG (Another Supermodel GUI), is a simple Window OS interface written in VB Express .NET, for command line emulator Supermodel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Simulate the Atmel AVR series of microcontrollers and associated peripherals
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    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: 0 This Week
    Last Update:
    See Project
  • 22
    AcuDOS is an attempt to revive the PDE MS-DOS Emulator. It aims at emulating the PC hardware and simulating MS-DOS with maximum of accurateness including cycle-exact CPU emulation and support for CGA tweaked modes and true CGA colours.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    AdaptiveCells J2EE generates test-beds for benchmarking J2EE performance. They consists of highly customizable EJB cells that can emulate CPU load, memory usage, memory leaks and exceptions. The behaviour of the cells is coordinated from a web front-end.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Admulator is a simulator of ADM5120 Soc chip.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A Java emulator for 80x86
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB