awesome-repositories.com

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

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comالمدونة
التصنيفات

41 مستودعات

Awesome GitHub RepositoriesDynamic Script Execution Environments

Execution environments that allow running embedded statistical scripts to generate dynamic content and visualizations within documents.

Distinct from Platform Script Execution: Distinct from Platform Script Execution: focuses on the execution of statistical code for document rendering rather than general system-level scripting.

Explore 41 awesome GitHub repositories matching development tools & productivity · Dynamic Script Execution Environments. Refine with filters or upvote what's useful.

Awesome Dynamic Script Execution Environments GitHub Repositories

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

    gedoor/legado

    46,878عرض على GitHub↗

    Legado is a digital library manager and content aggregator designed to collect, organize, and read text-based media from various online sources within a single mobile interface. It functions as a centralized platform for managing personal collections, supporting both e-book reading and the tracking of updates from multiple digital content providers. The application distinguishes itself through a modular architecture that allows users to import external source definitions, enabling the retrieval of content from diverse web-based providers. It utilizes sandboxed scripting and pattern-based extr

    Executes sandboxed scripts to handle complex authentication and dynamic content loading from diverse web sources.

    Kotlin
    عرض على GitHub↗46,878
  • tmpvar/jsdomالصورة الرمزية لـ tmpvar

    tmpvar/jsdom

    21,591عرض على GitHub↗

    jsdom is a Node.js implementation of web standards that functions as a headless browser emulator. It provides a JavaScript execution environment and an HTML and XML parser to simulate a browser environment on the server side, implementing various web APIs and W3C standards. The project distinguishes itself by providing a sandboxed runtime for executing scripts embedded in HTML or external files. It includes specialized polyfills for the Canvas API and manages session state through HTTP cookie management. Its broader capabilities cover network interaction via request interception and resource

    Provides a restricted execution environment to run page scripts while isolating them from the host system.

    JavaScript
    عرض على GitHub↗21,591
  • automaapp/automaالصورة الرمزية لـ AutomaApp

    AutomaApp/automa

    21,425عرض على GitHub↗

    Automa is a browser-based automation platform that enables users to build, schedule, and execute repetitive web tasks through a visual, no-code interface. By operating as a browser extension, it provides a canvas-based environment where users construct workflows by connecting functional blocks to interact with web elements, manage browser state, and process data. The platform distinguishes itself through its deep integration with the browser environment, allowing for complex orchestration such as event-driven triggers, cross-origin request handling, and the ability to package workflows as sta

    Executes custom scripts and workflow logic within restricted environments to safely interact with web content.

    Vueautomationbrowser-automationbrowser-extension
    عرض على GitHub↗21,425
  • spotify/luigiالصورة الرمزية لـ spotify

    spotify/luigi

    18,676عرض على GitHub↗

    Luigi is a Python framework designed for building and managing complex batch data pipelines. It functions as a workflow orchestration engine that organizes tasks into directed acyclic graphs, ensuring that jobs execute in the correct logical order based on their dependencies. By utilizing a centralized scheduler, the system coordinates task execution across distributed environments, tracks global workflow state, and prevents redundant processing by verifying the existence of output targets before triggering any work. The project distinguishes itself through a robust state-tracking mechanism t

    Runs data processing scripts within a pipeline by configuring environment variables and job properties.

    Pythonhadoopluigiorchestration-framework
    عرض على GitHub↗18,676
  • overleaf/overleafالصورة الرمزية لـ overleaf

    overleaf/overleaf

    17,853عرض على GitHub↗

    This project is a web-based collaborative editor and scientific document management system designed for LaTeX. It provides a centralized environment for writing, editing, and compiling academic manuscripts, enabling multiple users to work on the same project simultaneously through real-time synchronization. The platform distinguishes itself by treating documents as version-controlled repositories, allowing for granular history tracking and bidirectional synchronization with external version control systems. It features a secure, containerized compilation pipeline that isolates build processes

    Allows users to run embedded statistical programming scripts to generate dynamic content and visualizations.

    JavaScript
    عرض على GitHub↗17,853
  • tencent/weknoraالصورة الرمزية لـ Tencent

    Tencent/WeKnora

    16,974عرض على GitHub↗

    WeKnora is a multi-tenant retrieval-augmented generation (RAG) knowledge platform and autonomous AI agent framework. It transforms raw documents into queryable knowledge bases and integrates large language models with vector databases to provide grounded AI responses. The system also functions as a Model Context Protocol (MCP) tool server, exposing knowledge search and agentic capabilities to external AI clients. The platform distinguishes itself through an autonomous agent framework that utilizes iterative reasoning, tool calling, and web search to solve multi-step tasks. It implements a sta

    Runs Python scripts in secure sandboxed environments for complex text extraction and form analysis.

    Goagentagenticai
    عرض على GitHub↗16,974
  • qwikdev/partytownالصورة الرمزية لـ QwikDev

    QwikDev/partytown

    13,706عرض على GitHub↗

    Partytown is a library designed to offload resource-intensive third-party scripts to background web workers. By executing these scripts outside of the main thread, it prevents them from blocking the critical rendering path, thereby maintaining a responsive user interface and improving overall page load performance. The project functions as a web worker proxy library that synchronizes browser interfaces between the main thread and background environments. It uses proxy-based access and synchronous messaging to replicate global objects like the window and document, allowing scripts to interact

    Monitors the document for automatically added scripts and notifies the background worker to discover and execute them to ensure complete tracking.

    TypeScript3rd-party3rdpartyanalytics
    عرض على GitHub↗13,706
  • powershellmafia/powersploitالصورة الرمزية لـ PowerShellMafia

    PowerShellMafia/PowerSploit

    12,880عرض على GitHub↗

    PowerSploit is a collection of PowerShell modules designed for security assessment, penetration testing, and red team operations. It provides a framework for auditing Windows system configurations and evaluating the effectiveness of security defenses within an enterprise environment. The framework focuses on techniques that leverage native system administration tools and scripting environments to perform operations. It includes capabilities for executing arbitrary commands, escalating user privileges, and maintaining system persistence through event subscriptions. By utilizing in-memory execu

    Provides techniques for injecting arbitrary code into process memory to evade security detection.

    PowerShell
    عرض على GitHub↗12,880
  • facebook/stethoالصورة الرمزية لـ facebook

    facebook/stetho

    12,672عرض على GitHub↗

    Stetho is a debug bridge that connects Android applications to Chrome Developer Tools. It allows for the real-time inspection of network traffic, internal application state, and the user interface layout directly within a desktop browser. The project provides specialized inspectors for analyzing Android-specific components. This includes a network inspector for capturing HTTP requests and responses, an SQLite database browser for querying local storage, and a view hierarchy inspector for mapping UI elements and styles. Additional capabilities cover runtime execution via an embedded JavaScrip

    Executes JavaScript commands within a running application using an embedded interpreter to trigger immediate actions.

    Java
    عرض على GitHub↗12,672
  • reactjs/react.devالصورة الرمزية لـ reactjs

    reactjs/react.dev

    11,765عرض على GitHub↗

    React is a JavaScript library for building user interfaces through the composition of modular, self-contained components. It employs a declarative programming model where developers describe the desired visual state, and the library automatically manages the underlying document updates and state synchronization. By utilizing a virtual representation of the document, it calculates and applies minimal changes to the browser, ensuring efficient rendering even in complex applications. The library distinguishes itself through a sophisticated scheduling system that manages rendering work in increme

    Allows embedding and executing custom code directly within the component tree during rendering.

    JavaScriptdocumentationjavascriptreact
    عرض على GitHub↗11,765
  • code4craft/webmagicالصورة الرمزية لـ code4craft

    code4craft/webmagic

    11,680عرض على GitHub↗

    Webmagic is a Java web crawling framework designed for building scalable automated crawlers to download and process large volumes of web pages. It functions as a distributed web crawler and dynamic content crawler, utilizing an XPath HTML parser to locate and extract specific data points from page structures. The framework distinguishes itself through its ability to handle dynamic content by rendering JavaScript and executing asynchronous requests to extract data from non-static pages. It also allows users to define and execute crawler logic via scripting languages, enabling the update of col

    Enables the execution of crawler definitions via scripting languages to deploy data collection tasks without manual compilation.

    Javacrawlerframeworkjava
    عرض على GitHub↗11,680
  • dompdf/dompdfالصورة الرمزية لـ dompdf

    dompdf/dompdf

    11,075عرض على GitHub↗

    Dompdf is a PHP library that functions as a document rendering engine, transforming HTML and CSS markup into portable document files. It operates by parsing web-based layout attributes and visual properties to generate static documents suitable for reports, invoices, or archival purposes. The library distinguishes itself by integrating a resource-fetching pipeline that retrieves external stylesheets and images to maintain visual fidelity. It also supports the execution of server-side scripts during the document creation process, allowing for the injection of dynamic data and custom logic into

    Executes server-side code during document creation to inject dynamic data and custom logic into the final output.

    PHPcssdompdffont
    عرض على GitHub↗11,075
  • emdash-cms/emdashالصورة الرمزية لـ emdash-cms

    emdash-cms/emdash

    10,887عرض على GitHub↗

    EmDash is an open-source content management system built on Astro that combines a visual admin panel with a plugin-driven architecture and server-side rendering. It provides a complete content management system with structured content modeling, a rich text editor using Portable Text format, and a TypeScript API for type-safe content queries. The system supports authentication through passkeys, OAuth 2.1, and external providers, with role-based access control and fine-grained permission scopes. What distinguishes EmDash is its plugin development framework, which supports both native plugins ru

    Embeds client-side scripts with automatic bundling and deduplication across component instances.

    TypeScriptastrocmsemdash
    عرض على GitHub↗10,887
  • mobile-dev-inc/maestroالصورة الرمزية لـ mobile-dev-inc

    mobile-dev-inc/Maestro

    10,788عرض على GitHub↗

    Maestro is a declarative mobile and web UI automation framework designed for end-to-end testing. It operates by querying the native accessibility tree of an application, allowing for black-box testing without requiring source code instrumentation or platform-specific dependencies. The framework distinguishes itself through a unified command syntax that abstracts interactions across Android, iOS, and web environments. It features a dynamic synchronization engine that automatically pauses test execution to account for non-deterministic animations and network-dependent content loading, ensuring

    Runs a single line of code during a test flow to perform dynamic computations or data manipulations.

    Kotlinandroidblackbox-testingios
    عرض على GitHub↗10,788
  • mamedev/mameالصورة الرمزية لـ mamedev

    mamedev/mame

    9,929عرض على GitHub↗

    MAME is a vintage hardware emulation platform designed to recreate the circuitry of arcade games, computers, and consoles to run original software on modern devices. It functions as a retro gaming preservation framework for managing, verifying, and archiving ROM sets and disk images to ensure long-term software accessibility. The project features a system debugging tool for inspecting emulated memory, CPU registers, and execution flow via breakpoints and disassembly. It also includes a Lua-based automation layer that exposes core system state and hardware controls for custom behavior and anal

    Allows scripts to yield coroutines until a specific duration passes or an emulation frame completes.

    C++
    عرض على GitHub↗9,929
  • pkgxdev/pkgxالصورة الرمزية لـ pkgxdev

    pkgxdev/pkgx

    9,738عرض على GitHub↗

    pkgx is a cross-platform tool orchestrator and portable package runner that enables the execution of specific software versions without requiring permanent installation on the host system. It functions as a multi-ecosystem package wrapper, providing a unified interface to launch tools and managers from various language ecosystems. The project serves as an ephemeral environment provider and script dependency manager, allowing users to declare and automatically inject required software versions into scripts via a shebang line. This allows for the bootstrapping of temporary shells and containers

    Dynamically resolves and provides necessary software packages and language dependencies at runtime when executing scripts.

    Rustenvironment-managerpackage-managerpackage-runner
    عرض على GitHub↗9,738
  • ublock-llc/ublockالصورة الرمزية لـ uBlock-LLC

    uBlock-LLC/uBlock

    8,244عرض على GitHub↗

    uBlock is a browser content blocker and web privacy tool designed to prevent advertisements and tracking scripts from loading. It functions as a network request filter, a DOM element hider, and a script execution controller to manage how web pages load and render. The project distinguishes itself through a combination of network-level request interception and cosmetic filtering. It uses declarative filter lists and pattern-based matching to block trackers and pop-ups, while employing CSS selectors and wildcard entity matching to remove visual components across multiple regional domain variant

    Strips embedded script tags from the HTML stream to prevent the execution of tracking code.

    JavaScriptadblockblockerchrome
    عرض على GitHub↗8,244
  • sandermertens/flecsالصورة الرمزية لـ SanderMertens

    SanderMertens/flecs

    8,045عرض على GitHub↗

    Flecs is a high-performance entity component system framework and data-oriented programming library. It serves as a simulation engine core and game engine architecture tool, decoupling state from behavior by separating entities, components, and systems. The framework features a runtime reflection layer for dynamic data inspection and a built-in scripting system for defining entity behavior without recompilation. It also includes a network interface and REST API for remote simulation administration and state querying. The library covers a broad surface of simulation capabilities, including ar

    Enables the immediate execution of scripts within a running simulation to trigger state changes.

    Cc99cpp11cpp14
    عرض على GitHub↗8,045
  • samshadwell/trumpscriptالصورة الرمزية لـ samshadwell

    samshadwell/TrumpScript

    7,587عرض على GitHub↗

    TrumpScript is a Python-based domain specific language and compiler extension that wraps the Python runtime to enforce custom grammar and vocabulary rules. It transforms a specialized, case-insensitive vocabulary and natural speech patterns into executable Python instructions. The implementation distinguishes itself through strict constraints on source code, including a variable name system that restricts identifiers to a predefined whitelist and a numeric parser that rejects any integer not exceeding one million. It further utilizes a token-filtering preprocessor to remove filler words and n

    Prevents the program from running on forbidden hardware by checking host system properties and locale.

    Python
    عرض على GitHub↗7,587
  • lmcache/lmcacheالصورة الرمزية لـ LMCache

    LMCache/LMCache

    6,909عرض على GitHub↗

    LMCache is a distributed key-value cache manager and tiering system designed to accelerate large language model inference. It functions as a tiered storage layer that offloads tensors from GPU memory to CPU RAM, local disks, or remote object stores, enabling the reuse of cached prefixes across different inference sessions and serving engines. The system differentiates itself through a disaggregated prefill-decode model, which separates prompt processing from token generation by transferring caches between distributed compute nodes. It utilizes peer-to-peer orchestration to share and retrieve

    Executes uploaded Python scripts within the server process using restricted builtins for live debugging.

    Pythonamdcudafast
    عرض على GitHub↗6,909
السابق123التالي
  1. Home
  2. Development Tools & Productivity
  3. Platform Script Execution
  4. Dynamic Script Execution Environments

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

  • Data Processing Script RunnersEnvironments for executing data processing scripts with configurable environment variables and parameters. **Distinct from Dynamic Script Execution Environments:** Distinct from dynamic script execution: focuses on data pipeline script execution rather than document rendering.
  • Dependency-Aware Runtime EnvironmentsExecution environments that dynamically resolve and provide necessary software packages at runtime. **Distinct from Dynamic Script Execution Environments:** Focuses on software package resolution for scripts rather than statistical rendering in documents.
  • Dynamic Script DiscoveryMonitors the document for automatically added scripts to ensure they are captured and offloaded. **Distinct from Dynamic Script Execution Environments:** Distinct from Dynamic Script Execution Environments: focuses on the discovery and redirection of dynamically injected scripts rather than the execution environment itself.
  • Inline Script Execution5 وسوم فرعيةMechanisms for rendering and executing custom JavaScript logic directly within the component tree. **Distinct from Dynamic Script Execution Environments:** Distinct from Dynamic Script Execution Environments: focuses on the component-level rendering of inline scripts rather than statistical script execution.
  • Sandboxed Scripting1 وسم فرعيExecution environments that run isolated scripts to handle dynamic web content and authentication. **Distinct from Dynamic Script Execution Environments:** Focuses on sandboxed execution for web scraping and authentication, distinct from statistical script execution.
  • Security Injection TechniquesMethods for injecting code into running processes to bypass security monitoring. **Distinct from Dynamic Script Execution Environments:** Distinct from Dynamic Script Execution Environments: focuses on security-oriented process injection rather than document-based script execution.