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

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

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

15 مستودعات

Awesome GitHub RepositoriesEmbedded Script Execution

The capability to run a scripting language runtime within a larger compiled application.

Distinct from Live Script Execution: Candidates are too specific (live execution, crawler execution, mobile), whereas this is general embedded runtime execution.

Explore 15 awesome GitHub repositories matching programming languages & runtimes · Embedded Script Execution. Refine with filters or upvote what's useful.

Awesome Embedded Script Execution GitHub Repositories

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

    zadam/trilium

    36,595عرض على GitHub↗

    Trilium is a hierarchical personal knowledge base and digital garden tool designed to organize information into a tree of linked nodes. It functions as a JavaScript programmable wiki and a self-hosted note server, allowing users to maintain a private database of documents synchronized across multiple devices. The platform distinguishes itself through an embedded scripting engine for automating tasks and a REST API that exposes internal data and actions to external tools. Users can further extend the system by modifying the user interface layout and styling through a custom theme engine. The

    Integrates a JavaScript runtime within the application to allow users to automate tasks and extend functionality.

    TypeScript
    عرض على GitHub↗36,595
  • wren-lang/wrenالصورة الرمزية لـ wren-lang

    wren-lang/wren

    8,043عرض على GitHub↗

    Wren is an embeddable, class-based scripting language and bytecode interpreter. It provides a dependency-free virtual machine designed for integrating dynamic script execution into host applications via a C API. The language is centered on a modern object-oriented model featuring inheritance, method overloading, and first-class functions. It utilizes a concurrent fiber runtime to manage lightweight, cooperatively scheduled execution paths without relying on operating system threads. The project includes a comprehensive suite of object-oriented primitives, closure-based state capture, and a m

    Enables the execution of a scripting language runtime within a larger compiled host application.

    Wrenbytecodecfibers
    عرض على GitHub↗8,043
  • yuin/gopher-luaالصورة الرمزية لـ yuin

    yuin/gopher-lua

    6,933عرض على GitHub↗

    Gopher-lua is a complete implementation of the Lua language and its standard libraries written natively in Go. It serves as an embedded scripting engine and virtual machine that allows Go applications to execute Lua scripts and exchange data between the host and the script environment. The project provides a bytecode compiler to transform source code into a binary format for faster execution. It enables deep integration between the two languages by allowing the registration of native Go functions to be called from scripts, and the invocation of script functions directly from Go. The engine c

    Provides a complete Lua virtual machine and compiler to execute scripts within a Go application.

    Gogogopher-lualua
    عرض على GitHub↗6,933
  • supercollider/supercolliderالصورة الرمزية لـ supercollider

    supercollider/supercollider

    6,624عرض على GitHub↗

    An audio server, programming language, and IDE for sound synthesis and algorithmic composition.

    Sends commands from an interpreted language to a real-time audio engine to program sound synthesis and algorithmic composition.

    C++algorithmic-compositionaudioc-plus-plus
    عرض على GitHub↗6,624
  • svaarala/duktapeالصورة الرمزية لـ svaarala

    svaarala/duktape

    6,208عرض على GitHub↗

    Duktape is an embeddable JavaScript engine and portable scripting runtime designed for integration into C and C++ applications. It functions as a lightweight ECMAScript runtime that provides a C-JavaScript bridge for exchanging data and invoking functions between native code and a script execution environment. The engine includes an ECMAScript bytecode compiler that allows for the serialization and caching of compiled functions to disk to reduce application startup time. It organizes script dependencies using a CommonJS-compliant module loader. The runtime covers a variety of capabilities in

    Executes JavaScript logic within native applications to provide flexible behavior with a small memory footprint.

    JavaScriptduktapejavascriptjavascript-engine
    عرض على GitHub↗6,208
  • overtone/overtoneالصورة الرمزية لـ overtone

    overtone/overtone

    6,193عرض على GitHub↗

    Overtone هي مكتبة لتركيب الصوت بلغة Lisp توفر بيئة قابلة للبرمجة لتصميم أجهزة التركيب وتوليد الصوت في الوقت الفعلي. تعمل كإطار عمل لمعالجة الإشارات الرقمية لبرمجة الصوت الحي، وتدمج مديراً لعينات الصوت لاسترجاع وتخزين الأصوات من مستودعات بعيدة، ومولداً للتسلسلات الموسيقية لتأليف الهياكل اللحنية والإيقاعية. يتميز المشروع بواجهاته المتخصصة للأجهزة والشبكات، حيث يضم نظاماً مخصصاً لتوجيه بيانات MIDI وتبادل رسائل Open Sound Control بين البرمجيات والأجهزة الخارجية. كما يتضمن أدوات لتأليف الموسيقى الخوارزمية، مثل توليد الإيقاعات الإقليدية ووظائف لتعريف السلالم الموسيقية والأوتار. يغطي إطار العمل نطاقاً واسعاً من القدرات بما في ذلك معالجة إشارات الصوت الرقمية مع توجيه يعتمد على العقد وتصميم مخصص لغلاف الصوت. يوفر أنظمة لمزامنة أحداث الصوت، والتسلسل الزمني، والقدرة على تنسيق مخرجات الصوت مع مكتبات الرسوميات وبيئات التظليل لمزامنة الصوت والصورة. تشمل الأدوات الإضافية تحليل النغمات والأوتار والمراقبة في الوقت الفعلي لقيم الصوت وناقل التحكم.

    Allows modifying synthesizers, effects, and generators in real time without interrupting audio playback.

    Clojure
    عرض على GitHub↗6,193
  • mruby/mrubyالصورة الرمزية لـ mruby

    mruby/mruby

    5,584عرض على GitHub↗

    mruby is a lightweight Ruby interpreter designed to be embedded into C applications. It compiles Ruby source code into a compact, platform-independent bytecode that executes on a register-based virtual machine, and exposes a stable C API for host programs to initialize the interpreter, load bytecode, and invoke Ruby methods at runtime. The interpreter distinguishes itself through a tightly coupled parser and compiler that performs lexical analysis, syntax parsing, and bytecode generation in a single pass without constructing an intermediate AST, minimizing memory overhead. It also includes a

    Links the library into a C application so it can execute Ruby scripts at runtime.

    C
    عرض على GitHub↗5,584
  • opal/opalالصورة الرمزية لـ opal

    opal/opal

    4,923عرض على GitHub↗

    Opal هو إطار عمل ومجمع للواجهة الأمامية لـ Ruby يترجم كود مصدر Ruby إلى JavaScript. يعمل كوقت تشغيل ويب يسمح بتطوير تطبيقات الويب من جانب العميل باستخدام Ruby بدلاً من JavaScript. يتضمن المشروع محرك قوالب HTML لـ Ruby يقوم بتقييم كود Ruby المضمن مباشرة داخل ملفات الترميز. يدمج أيضًا مع بيئات JavaScript عن طريق تجميع المكتبات الأساسية والتبعيات في سلسلة توزيع للتنفيذ في متصفح الويب. يوفر النظام قدرات لتجميع Ruby إلى JavaScript والقدرة على ترميز وفك ترميز بيانات Base64.

    Allows Ruby logic to be executed within a larger web application context.

    Ruby
    عرض على GitHub↗4,923
  • prodesire/python-guide-cnالصورة الرمزية لـ Prodesire

    Prodesire/Python-Guide-CN

    4,432عرض على GitHub↗

    Python-Guide-CN هو ترجمة صينية لدليل شامل لبرمجة Python الاصطلاحية وتطوير البرمجيات. يعمل كبرنامج تعليمي برمجي منسق ومرجع للنظام البيئي، ويوفر مساراً منظماً لتعلم صيغة Python، والمكتبات القياسية، وأنماط الترميز الاحترافية. يتميز المشروع بتقديم تعليمات مفصلة لإعداد بيئات التطوير عبر Windows وmacOS وLinux. يركز بشكل خاص على اختيار المترجمين وإدارة البيئات الافتراضية لضمان بيئة عمل متسقة. يغطي الدليل مجموعة واسعة من القدرات التقنية، بما في ذلك سير عمل اختبار البرمجيات، وتوزيع الحزم، وتنفيذ أفضل ممارسات الترميز. كما يوفر توجيهات حول تطوير الويب، وبناء REST API، والحوسبة العلمية، بما في ذلك تحليل البيانات وتصورها.

    Covers the integration of Python as an embedded scripting language within larger compiled applications.

    Batchfile
    عرض على GitHub↗4,432
  • janet-lang/janetالصورة الرمزية لـ janet-lang

    janet-lang/janet

    4,308عرض على GitHub↗

    Janet هي لغة برمجة ديناميكية قائمة على Lisp تتميز بآلة افتراضية bytecode قائمة على السجلات ومحرك برمجة نصية قابل للتضمين. تعمل كوقت تشغيل تزامن قائم على الألياف (fiber) وتتضمن محرك تحليل قائماً على قواعد التعبير التحليلي (Parsing Expression Grammars). يتميز المشروع بقدرته على الاندماج في تطبيقات C أو C++ عبر واجهة رأس (header) بسيطة. يستخدم نظام ماكرو على طراز Lisp لتحويل الكود في وقت التجميع ويستخدم وراثة الجدول القائمة على النموذج (prototype-based) للسلوك الموجه للكائنات. يغطي وقت التشغيل مجموعة واسعة من القدرات، بما في ذلك إدارة IO غير المتزامنة من خلال حلقة أحداث غير محظورة، وتوافقية المكتبة الأصلية عبر واجهة دالة خارجية، ومعالجة نصوص شاملة باستخدام قواعد PEG. كما يوفر أدوات لأتمتة النظام، مثل حلقة القراءة-التقييم-الطباعة (REPL)، ونظام وحدة لحل الرموز، وأدوات مساعدة لاتصال مقبس الشبكة وإدارة نظام الملفات. تتضمن البيئة أدوات تشخيص لتصحيح أخطاء تنفيذ الـ bytecode ويمكنها تجميع كود المصدر في ملفات تنفيذية ثنائية مستقلة.

    Compiles and runs code provided as strings or byte arrays from within a host program.

    Ccfunctional-languageimperative-language
    عرض على GitHub↗4,308
  • ketoo/noahgameframeالصورة الرمزية لـ ketoo

    ketoo/NoahGameFrame

    4,139عرض على GitHub↗

    NoahGameFrame هو إطار عمل لخادم ألعاب موزع مصمم للألعاب الجماعية في الوقت الفعلي. يستخدم نموذج الممثل (actor model) في الخلفية لإدارة حالة اللعبة والمنطق من خلال نظام غير متزامن قائم على الأحداث يوزع أعباء العمل عبر وحدات معالجة مركزية (CPU) متعددة. يتميز إطار العمل ببيئة خادم قابلة للبرمجة تدمج لغات برمجة خارجية، مما يسمح بتحديث سلوك اللعبة وآلياتها دون إعادة تشغيل الخادم. كما يستخدم بنية تعتمد على الإضافات (plugin) مع تصميم موجه نحو الواجهات لتمكين إضافة منطق تطبيق مخصص وتوسعات معيارية للمحرك. يدير النظام التزامن من خلال نموذج تنفيذ تجمع الخيوط (thread-pool) وينسق تحديثات الحالة عبر تمرير الرسائل غير المتزامن للحفاظ على الاتساق عبر المعالجات الموزعة.

    Integrates an embedded scripting runtime to allow game behavior updates without restarting the server.

    C++
    عرض على GitHub↗4,139
  • apache/nuttxالصورة الرمزية لـ apache

    apache/nuttx

    3,912عرض على GitHub↗

    NuttX is a POSIX-compliant real-time operating system designed for microcontrollers ranging from 8-bit to 64-bit architectures. It provides a deterministic execution environment with a real-time task scheduler and a POSIX embedded kernel to ensure portable code execution across diverse hardware targets. The project distinguishes itself through a comprehensive hardware abstraction layer that provides standardized drivers for I2C, SPI, CAN, and USB across various semiconductor chipsets. It also features an embedded networking stack supporting TCP, UDP, IPv4, and IPv6, alongside industrial proto

    Runs code through embedded interpreters for multiple languages including Python, Lua, JavaScript, Forth, and BASIC.

    Cembeddedmcumicrocontroller
    عرض على GitHub↗3,912
  • d5/tengoالصورة الرمزية لـ d5

    d5/tengo

    3,821عرض على GitHub↗

    Tengo is a dynamic, embeddable scripting language for Go applications that allows for the execution of custom scripts without requiring the host binary to be recompiled. It operates as a bytecode-compiled virtual machine, transforming source code into a compact intermediate representation for execution on a stack-based engine. The system is designed as a secure scripting sandbox, enforcing strict limits on memory allocation and execution time to safely run untrusted code. It supports concurrent script execution by cloning compiled bytecode and using recursive immutability conversion to share

    Provides a complete scripting language runtime that can be embedded into Go applications for dynamic logic execution.

    Go
    عرض على GitHub↗3,821
  • facebookincubator/cinderالصورة الرمزية لـ facebookincubator

    facebookincubator/cinder

    3,764عرض على GitHub↗

    Cinder is a high-performance Python runtime implementation based on CPython. It is designed as an execution environment optimized for large-scale distributed systems and cloud environments. The project integrates a distributed memory cache and an asynchronous memory layer to manage data across multiple network nodes. It also provides a native C extension framework for developing high-performance compiled modules that link directly into the interpreter memory space. The system covers capabilities for asynchronous data retrieval, large-scale execution, and the integration of embedded scripting

    Enables the execution of dynamic Python scripts by embedding the interpreter within a native compiled application.

    Pythoncompilerinterpreterjit
    عرض على GitHub↗3,764
  • lowertop/shadowrocketالصورة الرمزية لـ LOWERTOP

    LOWERTOP/Shadowrocket

    2,816عرض على GitHub↗

    Shadowrocket is a proxy client application for mobile devices that functions as a multi-protocol proxy manager and a rule-based traffic router. It acts as a programmable network gateway, utilizing a virtual network interface to route system-level traffic through secure tunnels. The project distinguishes itself through a programmable environment that executes JavaScript scripts and modules to automate DNS resolution and handle complex network request logic. It further provides an HTTPS traffic inspector capable of decrypting encrypted traffic using custom certificates to modify headers and rew

    Provides a programmable environment to run custom JavaScript scripts for HTTP requests and DNS resolution logic.

    shadowrocketshadowrocket-manual
    عرض على GitHub↗2,816
  1. Home
  2. Programming Languages & Runtimes
  3. Embedded Script Execution

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

  • Real-Time Audio ScriptingRuntimes that execute code within a high-priority audio thread for live sound generation and modulation. **Distinct from Embedded Script Execution:** Specific to audio-thread execution for sound synthesis, unlike general application-level scripting runtimes.