awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to eclipse/openj9

Open-source alternatives to Openj9

16 open-source projects similar to eclipse/openj9, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Openj9 alternative.

  • codenameone/codenameoneالصورة الرمزية لـ codenameone

    codenameone/CodenameOne

    1,840عرض على GitHub↗

    Cross-platform framework for building truly native mobile apps with Java or Kotlin. Write Once Run Anywhere support for iOS, Android, Desktop & Web.

    Javaandroidapp-frameworkcodename-one
    عرض على GitHub↗1,840
  • includeos/includeosالصورة الرمزية لـ includeos

    includeos/IncludeOS

    5,239عرض على GitHub↗

    IncludeOS is a unikernel operating system that bundles application code with only the necessary kernel drivers into a single bootable image. It functions as a resource-efficient cloud service virtual machine and a lightweight serverless runtime environment designed to minimize memory footprints and boot times. The project provides a Linux compatibility layer via a C library, allowing applications written for Linux to be compiled and executed within the unikernel environment. It also serves as a network appliance framework for building high-performance firewalls and load balancers using config

    C++cppoperating-systemunikernel
    عرض على GitHub↗5,239
  • fcambus/jsemuالصورة الرمزية لـ fcambus

    fcambus/jsemu

    1,849عرض على GitHub↗

    A list of emulators written in the JavaScript programming language.

    عرض على GitHub↗1,849
  • google/j2objcالصورة الرمزية لـ google

    google/j2objc

    6,041عرض على GitHub↗

    j2objc is a source-to-source compiler and transpiler that converts Java source code into Objective-C. It functions as a cross-platform logic porter, allowing application logic and data models written in Java to be shared and executed on iOS. To support this translation, the project provides an Objective-C implementation of core Java classes and APIs to emulate the Java runtime environment. The system includes specialized translation for Java libraries and provides mapping for dependency injection and static analysis annotations to preserve metadata. It also enables the conversion of JUnit tes

    Java
    عرض على GitHub↗6,041

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • jakogut/tinyvmالصورة الرمزية لـ jakogut

    jakogut/tinyvm

    3,321عرض على GitHub↗

    TinyVM is a small, fast, lightweight virtual machine written in pure ANSI C.

    C
    عرض على GitHub↗3,321
  • micropython/micropythonالصورة الرمزية لـ micropython

    micropython/micropython

    21,806عرض على GitHub↗

    MicroPython is a lean implementation of Python 3 optimized to run on microcontrollers and other resource-constrained systems. It serves as a cross-platform embedded runtime and hardware abstraction layer, providing a firmware framework that maps high-level software commands to specific microcontroller registers across diverse processor architectures. The project functions as an embedded language interpreter that enables rapid prototyping on hardware through an interactive read-eval-print loop. It supports a wide range of target environments, including ARM, ESP32, STM32, RISC-V, and WebAssembl

    Cembeddedmicrocontrollermicropython
    عرض على GitHub↗21,806
  • microsoft/openjdkالصورة الرمزية لـ microsoft

    microsoft/openjdk

    342عرض على GitHub↗

    Microsoft Build of OpenJDK

    عرض على GitHub↗342
  • mobivm/robovmالصورة الرمزية لـ MobiVM

    MobiVM/robovm

    1,034عرض على GitHub↗

    Website - Developer Guide - Changelog - RoboPods - dkimitsa's dev blog

    Java
    عرض على GitHub↗1,034
  • oracle/graalالصورة الرمزية لـ oracle

    oracle/graal

    21,603عرض على GitHub↗

    GraalVM is a polyglot virtual machine and high-performance runtime designed to execute multiple programming languages within a single environment. It functions as a JVM language toolkit for building language implementations, a native image compiler for transforming bytecode into standalone binaries, and an execution environment for LLVM bitcode and WebAssembly modules. The project is distinguished by its polyglot interoperability framework, which allows different languages to share data and execution state with low overhead. It utilizes self-modifying abstract syntax trees to optimize languag

    Javaaotcompilergraalvm
    عرض على GitHub↗21,603
  • peachpiecompiler/peachpieالصورة الرمزية لـ peachpiecompiler

    peachpiecompiler/peachpie

    2,480عرض على GitHub↗

    PeachPie - the PHP compiler and runtime for .NET and .NET Core

    C#aspnet-corecoreclrdotnet
    عرض على GitHub↗2,480
  • plasma-umass/doppioالصورة الرمزية لـ plasma-umass

    plasma-umass/doppio

    2,185عرض على GitHub↗

    doppio: A JVM in TypeScript v0.5.0

    TypeScript
    عرض على GitHub↗2,185
  • readytalk/avianالصورة الرمزية لـ ReadyTalk

    ReadyTalk/avian

    1,237عرض على GitHub↗

    Avian - A lightweight Java Virtual Machine (JVM)

    C++
    عرض على GitHub↗1,237
  • tekknolagi/carpالصورة الرمزية لـ tekknolagi

    tekknolagi/carp

    986عرض على GitHub↗

    "interesting" VM in C. Let's see how this goes.

    C
    عرض على GitHub↗986
  • alibaba/dragonwell8الصورة الرمزية لـ alibaba

    alibaba/dragonwell8

    4,322عرض على GitHub↗

    This project is a customized OpenJDK distribution optimized for high-throughput distributed applications. It features a coroutine runtime engine that replaces kernel threads with lightweight symmetric coroutines to increase concurrency and reduce scheduling overhead while maintaining standard Java interface compatibility. The runtime distinguishes itself through a multi-tenant resource manager and specialized networking providers. It implements resource isolation for CPU and memory to prevent cross-tenant interference and integrates Remote Direct Memory Access for high-throughput, low-latency

    Java
    عرض على GitHub↗4,322
  • zxh0/jvm.goZ

    zxh0/jvm.go

    0عرض على GitHub↗

    A JVM written in Go.

    عرض على GitHub↗0
  • facebook/hhvmالصورة الرمزية لـ facebook

    facebook/hhvm

    18,635عرض على GitHub↗

    HHVM is a high-performance execution engine and runtime environment designed for the Hack language. It functions as a persistent web application server that processes incoming network traffic, while also providing command-line utilities for executing standalone scripts and performing automated tasks. The project distinguishes itself through a sophisticated execution model that utilizes just-in-time compilation to translate bytecode into optimized machine code. This process is supported by a static type analysis engine that enforces strict data constraints and identifies type inconsistencies b

    C++hackhacklanghhvm
    عرض على GitHub↗18,635