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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesSetup Debugging

Diagnostic tools for troubleshooting the initialization of development environments by logging execution steps.

Distinct from Environment Setup Tools: Focuses on diagnosing the setup process itself, whereas Environment Setup Tools focuses on the configuration and dependency management.

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

Awesome Setup Debugging GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • tmuxinator/tmuxinatorAvatar von tmuxinator

    tmuxinator/tmuxinator

    13,648Auf GitHub ansehen↗

    Tmuxinator is a configuration-driven session manager and workspace automation tool for tmux. It acts as a terminal multiplexer orchestrator that translates structured project definitions into shell commands to define and launch complex window and pane layouts. The project distinguishes itself through declarative configuration and lifecycle management. It utilizes YAML-based mapping and template-based variable injection to create reusable session configurations, while providing hook-based execution to trigger custom scripts during startup, restart, or shutdown. Its broader capabilities includ

    Outputs the exact shell commands executed during project configuration to help troubleshoot setup issues.

    Ruby
    Auf GitHub ansehen↗13,648
  • superradcompany/microsandboxAvatar von superradcompany

    superradcompany/microsandbox

    6,570Auf GitHub ansehen↗

    Microsandbox is a runtime for creating and managing lightweight, hardware-isolated virtual machines — called sandboxes — that boot directly from standard OCI container images. Each sandbox runs as its own host process with a separate kernel, filesystem, and network stack, providing process-per-sandbox isolation. The project includes a command-line tool and multi-language SDKs (Rust, TypeScript, Python, Go) for programmatic lifecycle control, and it communicates with sandbox agents over Unix sockets using a CBOR-encoded protocol. What distinguishes Microsandbox is its combination of host-manag

    Checks the local machine for required virtualization features and runtime dependencies, reporting any missing or misconfigured components.

    Rust
    Auf GitHub ansehen↗6,570
  1. Home
  2. Development Tools & Productivity
  3. Environment Setup Tools
  4. Setup Debugging

Unter-Tags erkunden

  • Virtualization ChecksChecks the local machine for required virtualization features and runtime dependencies, reporting any missing or misconfigured components. **Distinct from Setup Debugging:** Distinct from Setup Debugging: focuses on pre-flight virtualization checks rather than general setup process debugging.