awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesExecution Environment Configurations

Settings for shell path, timeout, working directory, and permission mode for running shell commands.

Distinct from Shell Configuration Management: Distinct from Shell Configuration Management: focuses on execution environment parameters rather than shell aliases or environment variables.

Explore 2 awesome GitHub repositories matching development tools & productivity · Execution Environment Configurations. Refine with filters or upvote what's useful.

Awesome Execution Environment Configurations GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • ericlbuehler/mistral.rsAvatar de EricLBuehler

    EricLBuehler/mistral.rs

    6,597Ver en GitHub↗

    mistral.rs is an inference engine for large language models that runs locally and exposes models behind OpenAI and Anthropic-compatible APIs. It serves as a multi-model serving platform, capable of loading several models in a single server process with per-request routing and on-demand loading and unloading. The engine supports multimodal inference, processing text alongside images, video, audio, and speech inputs, and includes a quantized model deployment runtime that reduces memory use and speeds up inference on consumer hardware. The project distinguishes itself through an agentic tool exe

    Sets the shell path, timeout, working directory, and permission mode via CLI flags or SDK configuration.

    Rustllmrustuqff
    Ver en GitHub↗6,597
  • facebook/buck2Avatar de facebook

    facebook/buck2

    4,360Ver en GitHub↗

    Buck2 is a programmable monorepo build tool and hermetic build system designed to manage large-scale projects with complex target graphs and multi-language dependencies. It functions as a remote execution framework and dependency graph analyzer, providing an artifact caching engine to ensure reproducible and consistent build results across different environments. The system distinguishes itself through an incremental computation engine that recomputes only the specific nodes in a dependency graph invalidated by changes. It utilizes content-addressable storage for build artifact caching and su

    Configures isolated environments where build tools and compilers run to enable cross-compilation and remote execution.

    Rust
    Ver en GitHub↗4,360
  1. Home
  2. Development Tools & Productivity
  3. Shell Configuration Management
  4. Execution Environment Configurations

Explorar subetiquetas

  • Build Execution EnvironmentsConfigurations that define the isolated environments where build tools and compilers are executed. **Distinct from Execution Environment Configurations:** Distinct from Execution Environment Configurations: specifically targets the build-time execution context for cross-compilation rather than general shell command parameters.