youki-dev/youki

A container runtime written in Rust

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 36 minutes ago
Added to GitGenius on September 8th, 2026
Created on March 27th, 2021
Open Issues & Pull Requests: 147 (+0)
GitHub issues: Enabled
Number of forks: 462
Total Stargazers: 7,594 (+0)
Total Subscribers: 56 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 65
New in 7 days: 2
Closed in 7 days: 0
Avg open age: 475 days
Stale 30+ days: 41
Stale 90+ days: 33

Recent activity

Opened in 7 days: 2
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 3

Top labels

  • kind/bug (43)
  • enhancement (26)
  • good first issue (22)
  • kind/feature (8)
  • kind/cleanup (6)
  • help wanted (5)
  • kind/test (4)
  • kind/documentation (2)

Detailed Description

youki is a container runtime written in Rust that implements the OCI runtime specification, similar to runc.

The project addresses the need for a container runtime that handles low-level system calls more naturally than Go implementations while providing memory safety guarantees. youki achieves this by leveraging Rust's ability to work with namespaces and fork operations more directly than Go, while avoiding the memory safety risks of C. The runtime is designed to be faster and consume less memory than existing alternatives, making it suitable for environments with constrained resources.

Developers should consider youki if they need a production-ready container runtime that can integrate with container orchestration platforms like Kubernetes and work with tools like containerd and podman. The project has moved beyond experimental status and is adopted in production environments. It suits organizations looking for a Rust-based alternative to Go runtimes, particularly those operating in memory-constrained settings. The README does not make direct comparisons to other runtimes beyond noting that youki is similar to runc.

The project maintains active development with regular contributions across its codebase. Documentation is comprehensive, including user guides and developer resources hosted separately. The team provides multiple ways to get started, including GitHub Codespaces integration for immediate experimentation without local setup. The project tracks a public roadmap and actively engages with the community through issue discussions and adoption case studies.