Showing 67 open source projects for "gnu dev environment"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 1
    PlayCover

    PlayCover

    Community fork of PlayCover

    PlayCover is an open-source macOS application that restores the ability to run iOS apps and games on Apple Silicon Macs (M1/M2/etc.). It simulates an iPad environment to enable native app execution and offers custom input mapping, making it especially useful for gaming and sideloading on macOS.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 2
    WSABuilds

    WSABuilds

    Run Windows Subsystem For Android on your Windows 10 and Windows 11

    WSABuilds is an open-source project that provides customized builds of the Windows Subsystem for Android (WSA), enabling users to run Android applications on Windows with additional features and modifications not included in official releases. The project offers prebuilt packages that integrate enhancements such as Google Play Services support, root access, and improved compatibility with a wider range of Android applications. It simplifies the installation process by packaging these...
    Downloads: 258 This Week
    Last Update:
    See Project
  • 3
    Boxedwine

    Boxedwine

    Emulator that can run 32-bit Windows programs/games

    Boxedwine is a cross-platform emulator that enables users to run Windows applications by combining a Wine runtime with a custom emulated Linux kernel and CPU environment. Instead of relying on a native Linux system, it creates a fully self-contained execution environment that allows Windows binaries to run on platforms such as macOS, Linux, Windows, and even web browsers via WebAssembly. The project is written primarily in C++ and leverages SDL for graphics and input handling, providing a...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 4
    iSH

    iSH

    The Linux shell on iOS

    iSH is an open source project that allows for a Linux shell environment to run locally on your iOS device. It does this through a usermode x86 emulation and syscall translation. With iSH you can run Linux applications and programs on iOS, access the Alpine package manager, and install programs with apk add <name>. iSH also features a keyboard addition that makes navigation a whole lot easier.
    Downloads: 18 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
    VirtualBox

    VirtualBox

    Virtualization software for x86_64 hardware

    VirtualBox is a powerful open-source full virtualization software that allows a user to run one or more “guest” operating systems simultaneously inside “virtual machines” on a single physical “host” machine. It supports a wide variety of host platforms (Linux, Windows, macOS, Solaris, etc.) and guest OSes, enabling, for example, running Linux on a Windows PC, running Windows Server on a Linux host, or even legacy OSes in a controlled environment. This flexibility makes VirtualBox ideal for...
    Downloads: 96 This Week
    Last Update:
    See Project
  • 6
    Gearboy

    Gearboy

    Game Boy / Game Boy Color / Super Game Boy emulator, debugger

    Gearboy is a high-performance, cross-platform Game Boy emulator written in C++ that focuses on delivering accurate emulation alongside powerful debugging capabilities. It supports Game Boy, Game Boy Color, and Super Game Boy systems, providing a comprehensive solution for handheld console emulation. The emulator includes a wide range of features such as save states, cheat support, and compressed ROM loading, making it suitable for both casual gameplay and advanced use cases. One of its...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 7
    DiIiS Project

    DiIiS Project

    Fully-functional open-source server implementation for Diablo 3

    Blizzless DiIiS is an open-source server implementation for Diablo III: Reaper of Souls that allows players to run the game in a fully local or private server environment. It recreates much of the game’s backend infrastructure, including account systems, matchmaking, progression mechanics, and gameplay logic. The project supports a wide range of in-game systems such as character classes, item generation, quests, and multiplayer interactions, aiming to replicate the original online experience...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 8
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Qiling

    Qiling

    Qiling Advanced Binary Emulation Framework

    Cross-platform and multi-arch ultra lightweight emulator. Supported OS: Linux, MacOS, Windows, FreeBSD, DOS and UEFI. Support Arch: x86(16/32/64), ARM(64) MIPS, EVM and WASM. It also support Linux Kernel Module(.ko) , Windows Driver(.sys) and MacOS Kernel(.kext) via Demigod. Binary instrumentation and API are Qiling Framework's main focus and priority. It is designed for reverse engineers - thus there is no need to rebuild another sand boxing tool. Using Qiling Framework saves you time. The...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    RVVM

    RVVM

    The RISC-V Virtual Machine

    RVVM is a high-performance virtual machine and emulator designed for running RISC-V operating systems and applications on non-native hardware, with a strong emphasis on portability, security, and efficiency. It implements a fully spec-compliant RISC-V architecture, supporting modern instruction sets and extensions while maintaining a lean and modular codebase. One of its most notable features is its tracing JIT compiler, which enables significantly faster execution compared to traditional...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    GNS3

    GNS3

    An advanced network simulator to design and configure virtual networks

    Build, Design and Test your network in a risk-free virtual environment and access the largest networking community to help. Whether you are studying for your first networking exam or building out a state-wide telecommunications network, GNS3 offers an easy way to design and build networks of any size without the need for hardware.
    Leader badge
    Downloads: 4,566 This Week
    Last Update:
    See Project
  • 12
    Wine

    Wine

    Run Windows applications on Linux, BSD, Solaris, and Mac OS X

    Wine is an Open Source implementation of the Windows API on top of X and Unix. Wine provides both a development toolkit for porting Windows sources to Unix and a program loader, allowing many unmodified Windows binaries to run on x86-based Unixes.
    Leader badge
    Downloads: 900 This Week
    Last Update:
    See Project
  • 13
    The Free Unix Spectrum Emulator (Fuse): an emulator of the 1980s home computer and various clones for Unix, Mac OS X and Windows.
    Leader badge
    Downloads: 788 This Week
    Last Update:
    See Project
  • 14

    JavaQemu

    JavaQemu was my GUI Front End project for QEMU, written in Java.

    JavaQemu is a graphical frontend for QEMU, developed in Java. It was designed to simplify the use of QEMU on Windows systems, providing a user-friendly interface on top of the command-line tool. ## Status This project is currently **archived** and no longer under active development. ## Compatibility JavaQemu was originally built for: * Java Runtime Environment (JRE) 1.7 / 1.8 and newer * Microsoft Windows ## Future Direction A new version of this concept may be...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 15
    DOSBox ported to Emscripten

    DOSBox ported to Emscripten

    An Emscripten port of DOSBox

    DOSBox ported to Emscripten is a web-focused port of the classic DOSBox emulator that enables legacy DOS applications and games to run directly inside modern web browsers using WebAssembly and JavaScript. Built with Emscripten, the project compiles the original DOSBox C/C++ codebase into a format that can execute efficiently in a browser environment, bringing near-native performance to web-based emulation. This allows users to launch and interact with DOS programs without installing any...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 16
    cepecd.br - A CP400 (TRS 80 CoCo) emulator. Run games. A new, simple gaming environment
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    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...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 18
    mame2015cmc_libretro

    mame2015cmc_libretro

    MAME libretro core with independant 6-btn and 4-btn input profiles

    Modified MAME 2015 libretro core that checks for the 'MAME_6BUTTON' environment variable and loads input profiles accordingly.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19
    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
  • 20
    OS9exec - execution environment for OS-9/68k user-mode programs on MacOS9 / MacOSX / Windows and Linux host OS. (OS-9 is an RTOS of Microware/Radisys)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    NET-Simulator was created to help lecturers and students in the study of computer networks. Students can build virtural networks in the virtual environment provided by NET-Simulator. These devices are controlled by means of command line interface.
    Leader badge
    Downloads: 19 This Week
    Last Update:
    See Project
  • 22
    Namcore Studio

    Namcore Studio

    Edit, migrate, manage WoW accounts and characters

    Note: This application is in development. Namcore Studio provides a professional environment to manage account and character data of your World of Warcraft Server. While supporting almost all popular emulators/cores, this easy-to-use application allows you to: # View and edit account and character data # Copy/Migrate accounts and characters to a different database (cross-emulator and cross-patch!) # Backup account and character data # Import characters from the official WoW-Armory #...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SNeezy

    SNeezy

    A lightweight frontend for launching SNES games on the Raspberry Pi.

    NOTE: This project's source code is hosted at GitLab. View the source code here: https://gitlab.com/jessieh/sneezy SNeezy aims to provide a polished, lightweight graphical frontend for launching SNES games on the Raspberry Pi. SNeezy turns your Raspberry Pi into a portable SNES console, allowing you to quickly load and play SNES games with only a compatible controller and a screen. Fast load times, a low memory profile, easy configuration, consistent retro styling, box art...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    DosCard

    DOSBox fork for embedded devices

    The main objective of this project - to create an embeddable version of DOSBox, which may relatively easily run on really low-cost hardware. Like modern cheap microcontrollers. This version supports only (de-facto) standard PC hardware from mid-90s: S3 SVGA for Video and SBlaster for Audio. Another part of the project is a software library, which allows you to create safe multithreaded multi-instanced DOS VMs environment for your own project. More information can be obtained through...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    D-Fend Reloaded

    D-Fend Reloaded

    A graphical environment for DOSBox

    D-Fend Reloaded is a graphical environment for DOSBox. D-Fend Reloaded is a successor of the discontinued D-Fend. Both environments look alike and D-Fend Reloaded contains all features of D-Fend. Even the D-Fend config files can be used.
    Leader badge
    Downloads: 643 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB