awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • ericlbuehler/mistral.rsEricLBuehler का अवतार

    EricLBuehler/mistral.rs

    6,597GitHub पर देखें↗

    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
    GitHub पर देखें↗6,597
  • facebook/buck2facebook का अवतार

    facebook/buck2

    4,360GitHub पर देखें↗

    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
    GitHub पर देखें↗4,360
  1. Home
  2. Development Tools & Productivity
  3. Shell Configuration Management
  4. Execution Environment Configurations

सब-टैग एक्सप्लोर करें

  • 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.