awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Execution Runtimes · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesExecution Runtimes

Sandboxed environments designed for the controlled execution and inspection of code.

Distinguishing note: Focuses on the runtime environment and execution engine rather than the language syntax itself.

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

  1. Home
  2. Programming Languages & Runtimes
  3. Execution Runtimes

Awesome Execution Runtimes GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • algorithm-visualizer/algorithm-visualizer

    algorithm-visualizer/algorithm-visualizer

    48,366View on GitHub↗

    Algorithm Visualizer is a web-based platform designed to bridge the gap between abstract code and concrete behavior by rendering logical operations into interactive animations. It functions as an educational environment where users can observe the step-by-step execution of computational logic, providing a visual browser for exploring how algorithms process data and change state in real time. The platform distinguishes itself through a custom instruction set that maps algorithmic operations to graphical primitives, ensuring consistent rendering across different programming languages. By utiliz

    A sandboxed runtime executes algorithm code and intercepts state changes to trigger visual updates in real time.

    JavaScriptalgorithmanimationdata-structure
    48,366View on GitHub↗
  • evanw/esbuild

    evanw/esbuild

    39,787View on GitHub↗

    esbuild is a high-performance JavaScript bundler and transpiler designed to transform modern web assets into production-ready code. Built with a focus on speed, it utilizes a concurrent execution model to perform parsing, linking, and code generation across multiple CPU cores. The engine handles a wide range of tasks, including TypeScript compilation, JSX transformation, and CSS bundling, while maintaining a consistent build process across diverse environments. What distinguishes the project is its architecture, which leverages memory-mapped file processing and a single-pass transformation st

    The bundler runs build and transform operations using either asynchronous promises for performance or synchronous calls for blocking, environment-specific requirements.

    Gobundlercommonjscompiler
    39,787View on GitHub↗
  • agno-agi/agno

    agno-agi/agno

    37,970View on GitHub↗

    Agno is an agent operating system designed to manage the lifecycle, tool execution, and persistent state of autonomous agents across distributed infrastructure. It provides a unified runtime environment that wraps diverse agent frameworks into a consistent, interoperable protocol, allowing developers to build and deploy complex multi-agent systems that coordinate tasks and delegate sub-processes. The platform distinguishes itself through a robust governance and orchestration layer that includes human-in-the-loop approval gates, role-based access control, and a centralized API gateway. It feat

    AgentOS executes agent responses in the terminal for development or streams structured output events for production applications using synchronous or asynchronous methods.

    Pythonagentsaiai-agents
    37,970View on GitHub↗