containers/crun
A fast and lightweight fully featured OCI runtime and C library for running containers observed · 2026-08-28
Health v2 · maintenance only
94/100
- Activity 99
- Release rhythm 85
- 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: 35
- age_days: 3276
- days_rel: 20
- days_push: 8
- n_releases_24m: 20
Adoption not part of the score
4082 stars · 437 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
crun is a fast, lightweight OCI container runtime written entirely in C, conforming to the Open Container Initiative runtime specification. It can be used as a standalone CLI (e.g., with Podman) or embedded as a C library, offering significantly lower memory footprint and faster startup than runc.
Use cases
- run OCI containers with lower memory overhead than runc
- embed a container runtime as a C library in another program
- run containers on resource-constrained IoT or edge devices
- speed up mass container startup in CI or testing
- run WebAssembly workloads via OCI (wasm-oci)
- replace runc as the runtime backend for Podman
When to choose
- you need a faster, lower-memory OCI runtime than runc
- you want to link container runtime functionality directly into a C program
- you run containers on memory-constrained or embedded Linux systems
- you use Podman or another tool that supports pluggable OCI runtimes
When to avoid
- you need a runtime on non-Linux platforms such as Windows or macOS
- your tooling requires a Go-based runtime ecosystem or runc-specific features
- you prefer a runtime with the largest community and most third-party documentation
Facets
library · maturity active
container-runtime developer-tools cloud-computing iot c cli oci-runtime runc-alternative low-memory-footprint podman wasm-oci containers devops linux
1 source
- readme: https://github.com/containers/crun · fetched 2026-08-28 · 7f2faedfa40d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| containers/crun | main | 94 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem