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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • tmuxinator/tmuxinatorAvatar de tmuxinator

    tmuxinator/tmuxinator

    13,648Ver en GitHub↗

    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
    Ver en GitHub↗13,648
  • superradcompany/microsandboxAvatar de superradcompany

    superradcompany/microsandbox

    6,570Ver en GitHub↗

    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
    Ver en GitHub↗6,570
  1. Home
  2. Development Tools & Productivity
  3. Environment Setup Tools
  4. Setup Debugging

Explorar subetiquetas

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