• $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 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
  • 1
    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: 0 This Week
    Last Update:
    See Project
  • 2
    This is a special-purpose simulator for simulating sensor networks with mobile nodes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    SnareJ is a Java-based system that might run some old RISC OS programs. Support for the various modules and APIs is thin at the moment, but some [simple] programs will work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    SockJS-client

    SockJS-client

    WebSocket emulation and Javascript client

    SockJS is a browser JavaScript library that provides a WebSocket-like object. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication channel between the browser and the web server. Under the hood SockJS tries to use native WebSockets first. If that fails it can use a variety of browser-specific transport protocols and presents them through WebSocket-like abstractions. SockJS is intended to work for all modern browsers and in environments which don't support the WebSocket protocol, for example, behind restrictive corporate proxies. SockJS-client does require a server counterpart, such as SockJS-node, which is a SockJS server for Node.js. The API should follow HTML5 Websockets API as closely as possible. All the transports must support cross domain connections out of the box. It's possible and recommended to host a SockJS server on a different server than your main web site.
    Downloads: 0 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
  • 5
    The SoftPear Project aims to create IBM PC/Apple Macintosh compatibility software. Its goals include software to be able to A) run Darwin/PPC executables, including Mac OS X, its libraries and its applications, on Darwin/x86 (using emulation/dynamic reco
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Softx86 is a library that provides software emulation of an Intel 80x86 CPU. The library takes care of executing opcodes and handling exceptions while the host application is responsible for providing simulated RAM, I/O devices, external signals.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Speccyalist is an open source and cross-platform Sinclair ZX Spectrum 48K emulator. It can run in windowed or fullscreen mode through the cross-platform SDL library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Spyn NES Emulator
    Spyn is an Nintendo Entertainment System written entirely in Python, using Pygame for graphics / sound.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    SquakMu will be an extensible emulator, based off some of the dsemu-ng codebase.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 10
    Fast implimentation of a synthetic 32bit virtual stack machine/microprocessor simulation. (Useful for FORTH and simmilar environments & languages)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    It's a HL² mod. it's a first personnal shooter where there are zombies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A largely incomplete emulator of the Sega Dreamcast(TM).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    TankCoders is a project which consists in the development of a Networked Virtual Environment 3D for war tanks battle simulation. The tanks of the battle can be controlled by autonomous agents written in AgentSpeak(L) language from Jason interpreter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A Tcl/Tk library and program to allow easy printing to the Nintendo Gameboy Printer from a PC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    C library which allows to easily setup a VT52/VT100/ANSI/ECMA048/AVATAR telnet server. Can handle multiple clients with a simple API, main features: minimal bandwidth consumption, optimized network architecture, console color support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A pure python module for emulating V100 terminal. It supports most of important escape sequences like cursor positioning, graphics rendition and etc. A demo(requires wxPython) also included which emulates terminal programs like bash, emacs, vi and etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Test7
    Java multi emulator frontend with tiled thumbnails.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Project to create 64bit virtual CPU in Gambas, a 64 bit assembler in for the CPU and then port C to it, and then scripts to port GNU/Linux to it. The aim is to run 64 bit Linux on common 8/16/32 bit CPUs in applications where speed is not an issue.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    An open source PowerPC CPU simulator and assembler, with associated documentation and tutorials, to facilitate the teaching of modern RISC assembly language programming. Written in java for portability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A retargettable micro-controller and embedded system emulator architecture, providing common supports to emulate various types of micro-processors & devices on an x86 PC. Development of emulation for Arduino and various shields is just about to be launched in 2012.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Sinkspool provides a hardcopy interface between the Hercules emulator and your printer. When the sinkspool utility times out reading the pipe, the captured report is passed to another command, to print or capture the job output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    An emulator for the SPARC/UltraSPARC architecture
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The Wolfram Machine project is an effort to create a set of documentation and useful modules (both hardware and software) for a computing architecture based on the mathematical theories presented in Steven Wolfram's book _A_New_Kind_of_Science_.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Zeta is the name of a project to create a virtual platform to port linux to.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Thom2

    Thom2

    Thomson TO7 Emulator for Linux

    GTK2/GTK3 Thomson TO7 Emulator for Linux. Forked from Sylvain Huet and Eric Botcazou version. Emulateur pour Thomson TO7.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo