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

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

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

4 مستودعات

Awesome GitHub RepositoriesIntegrated Development Toolchains

Provides a compiler, standard library, package manager, and debugger for building cross-platform applications without vendor lock-in.

Distinct from Build Toolchains: Distinct from Build Toolchains: includes a full development environment (compiler, standard library, package manager, debugger) rather than just build tools.

Explore 4 awesome GitHub repositories matching devops & infrastructure · Integrated Development Toolchains. Refine with filters or upvote what's useful.

Awesome Integrated Development Toolchains GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • espressif/arduino-esp32الصورة الرمزية لـ espressif

    espressif/arduino-esp32

    16,984عرض على GitHub↗

    This project is an implementation of the Arduino framework for ESP32 microcontrollers, providing a core that enables firmware development using a familiar API. It functions as a microcontroller hardware abstraction layer and a firmware toolchain integration, bridging external development environments to the hardware for compilation and flashing. The system includes an embedded real-time operating system wrapper to manage multi-core execution and task scheduling, alongside a wireless communication suite for TCP/IP networking and Bluetooth Low Energy. It distinguishes itself by providing an obj

    Provides the toolchain integration necessary to upload compiled binaries to microcontroller flash via serial protocols.

    C++
    عرض على GitHub↗16,984
  • haxefoundation/haxeالصورة الرمزية لـ HaxeFoundation

    HaxeFoundation/haxe

    6,880عرض على GitHub↗

    Haxe is a statically typed, multi-target programming language and open-source compiler toolkit that translates a single codebase into native executables and scripts for JavaScript, C++, C#, Java, Python, Lua, PHP, and Flash targets. It provides a unified type system with automatic type inference, a compile-time macro system for code transformation and generation, conditional compilation directives, and a static analysis engine that enforces null safety and eliminates dead code to produce smaller, safer outputs. The language is supported by the HashLink virtual machine, which executes platform

    Provides a complete open-source toolchain including compiler, standard library, package manager, and debugger.

    Haxecompilercross-platformhaxe
    عرض على GitHub↗6,880
  • stackblitz/webcontainer-coreالصورة الرمزية لـ stackblitz

    stackblitz/webcontainer-core

    4,610عرض على GitHub↗

    WebContainer هي بيئة وقت تشغيل قائمة على المتصفح مصممة لتنفيذ كود جانب الخادم، وأوامر نظام التشغيل، وسلاسل أدوات تطوير المكدس الكامل مباشرة داخل علامة تبويب ويب. توفر البنية التحتية لبيئات التطوير السحابية (cloud IDEs) وسير عمل التطوير بدون تثبيت عن طريق محاكاة وقت تشغيل يلغي الحاجة إلى التثبيتات المحلية أو الأجهزة الافتراضية البعيدة. يستفيد النظام من WebAssembly لتعيين استدعاءات النظام وينفذ نظام ملفات افتراضي متوافق مع POSIX وطبقة اعتراض الشبكة. يسمح هذا لوقت التشغيل بإنشاء عمليات سطر الأوامر، وتنفيذ أوامر shell، وتوجيه طلبات الخادم الداخلية إلى عناوين URL يمكن الوصول إليها عبر المتصفح لمعاينة تطبيق الويب المباشر. تتضمن المنصة أيضًا قدرات لإدارة عمليات نظام الملفات الافتراضي، ومراقبة تغييرات الملفات، والتكامل مع سجلات الحزم الخاصة عبر تسجيل الدخول الموحد والتحقق من الهوية. يمكن نشرها في الموقع أو داخل البنية التحتية للسحابة الخاصة للحفاظ على التنفيذ خلف جدران حماية الشركة.

    Runs build tools and module bundlers directly in the browser to enable interactive coding experiences.

    browsernodejsstackblitz
    عرض على GitHub↗4,610
  • webassembly/wasi-sdkالصورة الرمزية لـ WebAssembly

    WebAssembly/wasi-sdk

    1,504عرض على GitHub↗

    The WASI SDK is a comprehensive compiler toolchain designed to transform C and C++ source code into portable, sandboxed binary modules. It provides the necessary utilities to target the WebAssembly System Interface, enabling native code to execute across diverse hardware and operating system environments through a standardized interface. The toolkit distinguishes itself by providing a complete, sysroot-isolated environment that ensures build consistency regardless of the host operating system. By bundling compilers, system headers, and libraries into unified, portable archives, it facilitates

    Packages compilers and system headers into portable archives to ensure consistent builds across environments.

    CMakellvmsysrootwasi-libc
    عرض على GitHub↗1,504
  1. Home
  2. DevOps & Infrastructure
  3. Build Toolchains
  4. Integrated Development Toolchains

استكشف الوسوم الفرعية

  • Browser-Based Toolchain ExecutionThe ability to run compilers, bundlers, and other development toolchains directly within the web browser. **Distinct from Integrated Development Toolchains:** Specifically targets the execution of toolchains in the browser rather than the general provision of a cross-platform SDK.
  • Serial Flashing ToolchainsToolchains specifically designed to upload binaries to microcontrollers via serial communication protocols. **Distinct from Integrated Development Toolchains:** Specializes integrated toolchains for the specific act of serial firmware flashing to hardware