nestybox/sysbox

An open-source, next-generation "runc" that empowers rootless containers to run workloads such as Systemd, Docker, Kubernetes, just like VMs.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 18 minutes ago
Added to GitGenius on September 17th, 2026
Created on August 2nd, 2020
Open Issues & Pull Requests: 213 (+0)
GitHub issues: Enabled
Number of forks: 230
Total Stargazers: 3,876 (+0)
Total Subscribers: 42 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.2 days
Mean response time: 36.2 days
90th percentile: 57.5 days
Tracked items: 167

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Roughly one issue in three opened in the past year never receives a reply. 94% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 61% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 25% of issues opened in the past year have been closed. Three people close 79% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 106
New in 7 days: 1
Closed in 7 days: 1
Avg open age: 585 days
Stale 30+ days: 94
Stale 90+ days: 79

Recent activity

Opened in 7 days: 1
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (22)
  • enhancement (15)
  • question (15)
  • Task (6)
  • high-priority (4)
  • triaging (4)
  • Epic (2)
  • duplicate (2)

Detailed Description

Sysbox is a container runtime that enables rootless containers to run complex workloads traditionally requiring privileged access or virtual machines.

The core problem Sysbox addresses is the limitation of standard container runtimes when running workloads like Systemd, Docker, or Kubernetes inside unprivileged containers. Traditional approaches either require elevated privileges, compromising security, or fail to provide the necessary system-level capabilities. Sysbox solves this by acting as a next-generation replacement for runc, the standard container runtime. It uses kernel virtualization techniques to create isolated user namespaces that allow rootless containers to behave like lightweight virtual machines, granting them the ability to run system services and nested container orchestration platforms while maintaining strong security boundaries.

Sysbox is suited for scenarios where you need to run complex, system-level workloads inside containers without granting root privileges to the container itself. This is valuable for development environments where developers need full container capabilities, for CI/CD pipelines that must isolate build environments, and for multi-tenant systems where strong isolation is required. The tool is particularly useful when you want to avoid the overhead and complexity of full virtual machines while retaining their flexibility. Organizations running Kubernetes clusters, Docker-in-Docker setups, or containerized system services should evaluate whether Sysbox's approach aligns with their security and isolation requirements.

Development activity shows consistent engagement with the codebase through regular commits addressing both new features and maintenance. The project maintains active issue tracking with responses to user-reported problems and feature requests. Pull requests are reviewed and merged regularly, indicating an ongoing development cycle. Documentation is kept current alongside code changes, suggesting the maintainers prioritize keeping users informed of capabilities and usage patterns. The repository demonstrates sustained attention to both security concerns and performance improvements relevant to a container runtime.