awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • tmuxinator/tmuxinatortmuxinator 的头像

    tmuxinator/tmuxinator

    13,648在 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
    在 GitHub 上查看↗13,648
  • superradcompany/microsandboxsuperradcompany 的头像

    superradcompany/microsandbox

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

探索子标签

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