youki-dev/youki
A container runtime written in Rust observed · 2026-08-28
Health v2 · maintenance only
94/100
- Activity 99
- Release rhythm 83
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 60.5
- age_days: 1985
- days_rel: 39
- days_push: 8
- n_releases_24m: 11
Adoption not part of the score
7566 stars · 458 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
youki is an implementation of the OCI container runtime specification written in Rust, serving as a low-level container runtime similar to runc. It creates, starts, and deletes containers as invoked by higher-level tools like Docker, Podman, and Kubernetes.
Use cases
- replace runc as the low-level runtime for docker or podman
- run containers with a memory-safe rust runtime
- use a container runtime in memory-constrained environments
- experiment with or contribute to OCI runtime-spec implementation
- speed up container create/start/delete lifecycle
When to choose
- you want a faster, lower-memory alternative to runc
- you prefer memory safety of Rust over Go/C runtimes
- you're building or studying container runtime internals
- you need an OCI-compliant runtime for Linux
When to avoid
- you need the most battle-tested, production-proven runtime (runc)
- you need crun-level performance
- you need a non-Linux platform
- you want a high-level container manager rather than a low-level runtime
Facets
cli-tool · maturity active
container-runtime cli security cloud-computing developer-tools rust cli oci-runtime runc-alternative low-level-runtime memory-safety containers devops linux docker kubernetes
3 sources
- readme: https://github.com/youki-dev/youki · fetched 2026-08-28 · 41bcc1b8c270
- homepage: https://youki-dev.github.io/youki/ · fetched 2026-08-29 · d5ad2a1e65f2
- registry_crates: https://crates.io/api/v1/crates/youki · fetched 2026-08-29 · c4288c9f1b26
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| youki-dev/youki | main | 94 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem