awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • tmuxinator/tmuxinatorالصورة الرمزية لـ tmuxinator

    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/microsandboxالصورة الرمزية لـ superradcompany

    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.