Showing 47 open source projects for "engineering"

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
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    SkyEmu

    SkyEmu

    Game Boy Advance, Game Boy, Game Boy Color, and DS Emulator

    ...SkyEmu includes advanced visual enhancements such as upscaling shaders, color correction, and screen effects that mimic original hardware displays. It also features extensive debugging tools, making it useful not only for players but also for developers working on homebrew or reverse engineering. With features like save states, rewind, fast-forward, and controller support, it offers a full-featured modern emulation experience.
    Downloads: 44 This Week
    Last Update:
    See Project
  • 2
    Xenia

    Xenia

    Xbox 360 Emulator Research Project

    Xenia is an open-source experimental emulator for the Xbox 360 that aims to let users run Xbox 360 games on Windows and other platforms by reverse-engineering the console’s hardware and firmware behavior in software. It implements the 360’s CPU (Xenon), GPU (including Direct3D shader logic), and system libraries to translate Xbox instructions into equivalent host machine operations, enabling many titles to launch and in some cases play at improved frame rates compared with the original hardware. ...
    Downloads: 38 This Week
    Last Update:
    See Project
  • 3
    ChefKiss Inferno

    ChefKiss Inferno

    Emulating Apple Silicon devices

    ...Inferno is especially relevant for developers working on emulation, virtualization, or cross-platform graphics stacks, as it attempts to expose native GPU functionality in unconventional contexts. Its development reflects a deep understanding of Apple’s proprietary hardware and driver model, often requiring reverse engineering and experimentation.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    Sogen

    Sogen

    Windows User Space Emulator

    ...Unlike traditional emulators that reimplement full operating system APIs, Sogen works closer to the kernel boundary by intercepting and emulating system calls, allowing it to leverage native system libraries while maintaining granular control. This approach makes it particularly valuable for advanced use cases such as malware analysis, reverse engineering, and DRM research, where precise observation and manipulation of execution flow are critical. The emulator supports multiple backends, including Unicorn Engine and Hyper-V, enabling flexible deployment depending on performance or accuracy requirements. It also includes robust support for loading Portable Executable (PE) files, including proper handling of relocations, thread-local storage, and memory mapping.
    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
    The Bitdefender disassembler

    The Bitdefender disassembler

    bddisasm is a fast, lightweight, x86/x64 instruction decoder

    The Bitdefender disassembler is a highly optimized, lightweight x86/x64 instruction decoder designed for security, reverse engineering, and low-level systems analysis. It focuses on decoding machine instructions with high precision while providing detailed metadata about each instruction, including operands, access modes, CPU flags, and feature requirements. Unlike many disassemblers, bddisasm is built with zero dynamic memory allocation and no external dependencies, making it extremely portable and suitable for constrained environments such as kernels, hypervisors, and embedded systems. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    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: 3,855 This Week
    Last Update:
    See Project
  • 7
    gpsim - The gnupic Simulator
    gpsim is an open sourced simulator for Microchip's PIC microcontrollers. It supports all three families of PICs: 12-bit, 14-bit, and 16-bit cores. See also gputils http://gputils.sourceforge.net/
    Leader badge
    Downloads: 48 This Week
    Last Update:
    See Project
  • 8
    eMKatic

    eMKatic

    Эмулятор ЭКВМ серии «Электроника»

    eMKatic — это кроссплатформенный эмулятор современных ЭКВМ серии «Электроника» производства НПП «СЕМИКО» (г. Новосибирск), являющихся развитием советских программируемых микрокалькуляторов с обратной польской нотацией Б3-34, МК-52, МК-61.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    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: 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, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 10
    Cxbx-Reloaded

    Cxbx-Reloaded

    Xbox (Original) Emulator

    ...It supports Direct3D-based rendering and integrates networking features to emulate Xbox system behavior more realistically. Unlike simpler emulators, Cxbx-Reloaded includes deep reverse engineering of the Xbox kernel and system APIs, allowing it to execute games without requiring the original console firmware in many cases. The project is actively developed and maintains compatibility lists and community-driven testing efforts.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 11
    py-kms

    py-kms

    KMS Server Emulator written in Python

    ...The emulator includes features such as logging, configurable network parameters, and persistent storage using SQLite. While it is often used for testing activation workflows, it also serves as a practical example of protocol emulation and reverse engineering in software systems.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 12
    Miasm

    Miasm

    Reverse engineering framework in Python

    ...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: 0 This Week
    Last Update:
    See Project
  • 13
    RetroPC-SIM

    RetroPC-SIM

    RetroPC-SIM is an Arduino project to help to understand how pc works

    RetroPC-SIM is an opensource project, to help to understand how pc works, manage memory and registries, how it represent the numbers and negative numbers, saving results, activating flags, and all it interacting with the simulator only with binary input, also you can connect a perdorated cards reader to input the instructions code from it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Educational software for designing and simulating logic circuits, with intuitive GUI, hierarchical circuits and multi bit buses, oscilloscope, and navigate running circuits hierarchy. Please visit project's web site at: http://www.LogicCircuit.org
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 15
    The GoodFET is an open source JTAG programmer based upon the Texas Instruments Flash Emulation Tool. While retaining partial compatibility with the TI design, the eventual goal of this project is standalone firmware with no proprietary components.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    Cyberphantom Alfa Colony
    This is an experimental project whose main objective is the creation of artificial intelligence (AI) new tipe. At the core of this idea is the use of special genetic algorithm that emulates the single-celled organism. The colony of such cybernetic organisms can give rise to a "reasonable" network that have a huge intellect and computing power.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Sharpulator

    A multithreaded, test-driven electronics emulator for .net 4.0.

    Sharpulator is a multithreaded, test-driven electronics emulator written in C# 4.0. It's initial focus will be on emulating gaming consoles, with the GameBoy as a starting point. It will be written using modern software development methodologies, with the TPL Dataflow library as a backbone. It will simulate hardware functionality at a low level without sacrificing performance. The end goal for this project is to allow the ability to simulate hardware by simply dropping common components...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Simple usage CP/M80 emulator in Delphi . So you can start and execute CP/M programm´s who whas written in I8080 and Z80 asm. The Sytem is based on C/M 3.1 without banking. It´s supports 16 virtual DISKdrives , so you can put your files into that diskdirs and the emu will mount it under CP/M
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    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: 17 This Week
    Last Update:
    See Project
  • 20
    openDLX

    openDLX

    A DLX/MIPS processor simulator

    openDLX is a DLX/MIPS ISA compatible pipeline simulator. (Visit https://github.com/smetzlaff/openDLX for the latest development version or if You want to contribute.)
    Downloads: 5 This Week
    Last Update:
    See Project
  • 21
    OpenLCDSim - Open Source LCD Simulator

    OpenLCDSim - Open Source LCD Simulator

    Alpha Numeric Liquid Crystal Display simulator

    Simulates dot matrix liquid crystal display control (LCD) modules based on popular chips, specially HD44780 LCD controller/driver
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    virtualStapler

    Large Script Workaround

    designed to emulate a stapler placed on the 'n' key (yes, that's what i said...) you get this: --------------------------- Web Browser --------------------------- Stop running this script? A script on this page is causing your web browser to run slowly. If it continues to run, your computer might become unresponsive. --------------------------- Yes No --------------------------- which is the Computer's way of saying it's not fair it should be working at 2 a.m. if you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    MIPS Interactive Learning Environment

    MIPS Interactive Learning Environment

    MILE - MIPS Interactive Learning Environment

    MILE is a user-friendly MIPS simulator. It offers users a GUI in which they can develop and run programs written in MIPS assembly language. It is intended to be used as an instructional tool. MILE is still in early development. It lucks certain features and functionality. Please be patient until the beta version is released.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    YASP (Yet Another Simple Processor) is a 8-bit microprocessor with microcontroller capabilities (I/O ports, REQ, ACK) that can be used as a small computer for educational purposes. Its development environment includes simulators and assemblers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Enable CUDA on AMD/ATI graphic cards
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB