# Install crun with Homebrew, apk, apt, dnf, Nix, pacman, zypper

Fast and lightweight fully featured OCI runtime and C library. Version 1.28 via Homebrew; verified 2026-07-04.

## Install

```sh
sudo av install brew:crun
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install crun
```

  Evidence: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add crun
```

  Evidence: Alpine Linux edge package indexes: crun from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install crun
```

  Evidence: Debian stable package indexes: crun from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install crun
```

  Evidence: Fedora Rawhide package metadata: crun from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#crun
```

  Evidence: nixpkgs package indexes: pkgs/by-name/cr/crun/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S crun
```

  Evidence: Arch Linux sync databases: crun from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install crun
```

  Evidence: openSUSE Tumbleweed package metadata: crun from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## Package facts

- **Package key:** brew:crun
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/crun>
- **Version:** 1.28
- **Source summary:** Fast and lightweight fully featured OCI runtime and C library
- **Homepage:** <https://github.com/containers/crun>
- **Repository:** <https://github.com/containers/crun>
- **Upstream docs:** <https://github.com/containers/crun#readme>
- **License:** GPL-2.0-or-later OR LGPL-2.1-or-later
- **Source archive:** <https://github.com/containers/crun/releases/download/1.28/crun-1.28.tar.zst>
- **Last updated:** 2026-07-04T23:18:55-04:00
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- crun (cli)
- crun (alias)

## Dependencies

- json-c
- libcap
- libseccomp
- systemd

## Build dependencies

- go-md2man
- pkgconf
- python@3.14

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 1.28
- Package-manager updated: 2026-07-04
- Local data: ok
- Upstream repository: https://github.com/containers/crun
- info: No cached GitHub release or tag data was available.
## Project history and usage

crun is a fast, low-memory OCI container runtime written in C. It is a system package rather than an application framework: users and higher-level tools call it to create and manage containers from OCI runtime bundles.

### Project history

The official README frames crun as an alternative implementation of the OCI runtime specification. Its rationale is that a low-level container runtime benefits from being written in C, and that crun can also be used as a library instead of only as an external process.

The public tag history begins with 0.4 in 2019, reaches 1.0 in 2021, and continues through frequent 1.x releases. Recent release notes show steady work on security hardening, cgroups, mount handling, CRIU integration, krun integration, idmapped mounts, and runtime compatibility.

### Adoption history

crun is distributed broadly through Linux and source package ecosystems, including Alpine, Debian, Fedora/DNF, Nix, pacman, Ubuntu, zypper, and Homebrew. Its broad packaging footprint reflects its role as a drop-in OCI runtime option for systems using container engines such as Podman.

### How it is used

crun is used where OCI runtime compatibility, startup latency, small memory footprint, and C library integration matter. The README compares it with runc, highlights faster startup and lower memory usage, and documents build dependencies across Fedora, RHEL, Ubuntu, Alpine, and openSUSE Tumbleweed.

Package users generally do not invoke crun for application logic; they install it so container engines and scripts can select it as the OCI runtime. Build-time options such as shared libraries and static Nix builds matter for distribution maintainers.

### Why package nerds care

crun is important to package history because it made the OCI runtime layer more diverse than the Go-based runc default. Its C implementation, library mode, reproducible static build path through Nix, and heavy distro packaging make it a low-level dependency that package maintainers care about for performance, hardening, and container stack composition.

### Timeline

- 2019: 0.4 public tag
- 2021: 1.0 release
- 2025: 1.25 and 1.26 releases add hardening and CRIU-related changes
- 2026: 1.28 release

### Related projects

- crun implements the Open Containers Initiative runtime specification and is commonly discussed alongside runc, Podman, CRIU, libkrun/krun, Nix, and Linux cgroup/systemd integration.

### Sources

- <https://github.com/containers/crun#readme>
- <https://github.com/containers/crun/blob/main/NEWS>
- <https://github.com/containers/crun/releases>
- <https://github.com/opencontainers/runtime-spec>
- <https://formulae.brew.sh/formula/crun>


## Security Notes

generalized runtime or code generation signal.

- **Geiger risk:** yellow / medium
- generalized runtime or code generation signal

## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** crun
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Requirements:** linux
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Other Package-Manager Records

- Debian apt - crun - 1.21-1: normalized package name match | Debian stable package indexes: crun from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | lightweight OCI runtime for running containers | https://github.com/containers/crun
- Nix - crun: normalized package name match | nixpkgs package indexes: pkgs/by-name/cr/crun/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - crun - 1.14.1-1: normalized package name match | Ubuntu 24.04 LTS package indexes: crun from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | lightweight OCI runtime for running containers | https://github.com/containers/crun
- apk - crun - 1.28-r0: normalized package name match | Alpine Linux edge package indexes: crun from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fast and lightweight fully featured OCI runtime and C library for running containers | https://github.com/containers/crun
- apk - crun-doc - 1.28-r0: normalized package name match | Alpine Linux edge package indexes: crun-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fast and lightweight fully featured OCI runtime and C library for running containers (documentation) | https://github.com/containers/crun
- apk - crun-static - 1.28-r0: normalized package name match | Alpine Linux edge package indexes: crun-static from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fast and lightweight fully featured OCI runtime and C library for running containers (static library) | https://github.com/containers/crun
- dnf - crun - 1.28-1.fc45: normalized package name match | Fedora Rawhide package metadata: crun from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | OCI runtime written in C | https://github.com/containers/crun
- dnf - crun-krun - 1.28-1.fc45: normalized package name match | Fedora Rawhide package metadata: crun-krun from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | crun with libkrun support | https://github.com/containers/crun
- dnf - crun-wasm - 1.28-1.fc45: normalized package name match | Fedora Rawhide package metadata: crun-wasm from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | crun with wasm support | https://github.com/containers/crun
- pacman - crun - 1.28-1: normalized package name match | Arch Linux sync databases: crun from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A fast and lightweight fully featured OCI runtime and C library for running containers | https://github.com/containers/crun
- zypper - crun - 1.27.1-1.1: normalized package name match | openSUSE Tumbleweed package metadata: crun from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | OCI runtime written in C | https://github.com/containers/crun


## Related links

- [Cloud CLI packages](https://www.automicvault.com/pkg/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [libcap](https://www.automicvault.com/pkg/brew/libcap/) - Runtime dependency declared by Homebrew.
- [libseccomp](https://www.automicvault.com/pkg/brew/libseccomp/) - Runtime dependency declared by Homebrew.
- [systemd](https://www.automicvault.com/pkg/brew/systemd/) - Runtime dependency declared by Homebrew.
- [go-md2man](https://www.automicvault.com/pkg/brew/go-md2man/) - Build dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [python@3.14](https://www.automicvault.com/pkg/brew/python-3-14/) - Build dependency declared by Homebrew.
- [runme](https://www.automicvault.com/pkg/brew/runme/) - Shares av.db curated category or tags: cli, containers, linux, oci, runtime.
- [podman](https://www.automicvault.com/pkg/brew/podman/) - Shares av.db curated category or tags: cli, containers, linux, oci, runtime.
- [conmon](https://www.automicvault.com/pkg/brew/conmon/) - Shares av.db curated category or tags: cli, containers, oci, runtime, system.
- [ctop](https://www.automicvault.com/pkg/brew/ctop/) - Shares av.db curated category or tags: cli, containers, system.
- [distrobox](https://www.automicvault.com/pkg/brew/distrobox/) - Shares av.db curated category or tags: cli, containers, system.
- [docuum](https://www.automicvault.com/pkg/brew/docuum/) - Shares av.db curated category or tags: cli, containers, system.
- [podlet](https://www.automicvault.com/pkg/brew/podlet/) - Shares av.db curated category or tags: cli, containers, system.
- [podman-compose](https://www.automicvault.com/pkg/brew/podman-compose/) - Shares av.db curated category or tags: cli, containers, system.

## Combined YAML source

View the package source record on GitHub. [combined/crun.yml](https://github.com/automic-vault/db/blob/main/combined/crun.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
