Automic VaultAutomic Vault

brew

Install distrobox with Homebrew, apk, apt, dnf, Nix, pacman, zypper

Use any Linux distribution inside your terminal. Version 1.8.2.5 via Homebrew; verified 2026-04-27.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install distrobox

local Homebrew formula metadata

Linux

Alpine Linux apkverified · 92%
sudo apk add distrobox

Alpine Linux edge package indexes · distrobox · source: dl-cdn.alpinelinux.org

Debian aptverified · 92%
sudo apt install distrobox

Debian stable package indexes · distrobox · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install distrobox

Fedora Rawhide package metadata · distrobox · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#distrobox

nixpkgs package indexes · pkgs/by-name/di/distrobox/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S distrobox

Arch Linux sync databases · distrobox · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install distrobox

openSUSE Tumbleweed package metadata · distrobox · source: download.opensuse.org

overview

Package summary

Use any Linux distribution inside your terminal

Commands and aliases

  • distrobox
  • distrobox-assemble
  • distrobox-create
  • distrobox-enter
  • distrobox-ephemeral
  • distrobox-export
  • distrobox-generate-entry
  • distrobox-host-exec
  • distrobox-init
  • distrobox-list
  • distrobox-rm
  • distrobox-stop
  • distrobox-upgrade

history

Project history and usage

distrobox is a container-based system utility for running one Linux distribution's userland inside another while keeping terminal, home directory, GUI, audio, devices, and host integration close at hand. It became especially relevant as immutable and image-based Linux desktops made mutable development environments more valuable.

Project history

The project was created in late 2021 and released 1.0.0 in December 2021. Its documentation describes the original implementation as shell-oriented and based on the same broad ideas introduced by containers/toolbox, while keeping host integration and wide distribution compatibility as central goals.

Adoption history

Official docs include packaging-status badges and a featured-articles section that points to use on Fedora Atomic desktops, SteamOS, Clear Linux, and other host distributions. The 2026 Distrobox Next announcement says the project had received contributions from more than 200 developers, which marks a substantial community for a system CLI.

How it is used

Users create and enter named distroboxes with subcommands such as distrobox-create and distrobox-enter, export applications back to the host, and use distrobox-assemble with a distrobox.ini manifest for batch container creation. The tool wraps Podman, Docker, or lilipod rather than being a container runtime itself.

Why package nerds care

distrobox is important to package-manager users because it loosens the bond between host distribution and package availability. A user can keep a stable or immutable host while installing development stacks from Arch, Fedora, Debian, Ubuntu, or another containerized userland.

Timeline

  • 2021: GitHub repository created.
  • 2021: Distrobox 1.0.0 released.
  • 2022: Distrobox appears in talks and articles for immutable-desktop and multi-distro workflows.
  • 2026: Distrobox Next release candidates introduce a Go rewrite for the v2 line.

Related projects

  • containers/toolbox is the closest conceptual predecessor named by the official docs.
  • Podman, Docker, and lilipod are supported container managers used underneath Distrobox.

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 1 platform targets.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
./distrobox.ini

executables

Installed executables

CommandKindExposureNote
distroboxcliglobal executable
distrobox-assemblecliglobal executable
distrobox-createcliglobal executable
distrobox-entercliglobal executable
distrobox-ephemeralcliglobal executable
distrobox-exportcliglobal executable
distrobox-generate-entrycliglobal executable
distrobox-host-execcliglobal executable
distrobox-initcliglobal executable
distrobox-listcliglobal executable
distrobox-rmcliglobal executable
distrobox-stopcliglobal executable
distrobox-upgradecliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-08
manager version1.8.2.5
manager updated2026-04-27
local dataok
upstreamnot checked
latest detectednot detected

https://github.com/89luca89/distrobox

install metadata

Package metadata

Package keybrew:distrobox
Version1.8.2.5
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/distrobox
Homepagehttps://distrobox.privatedns.org/
Repositoryhttps://github.com/89luca89/distrobox
Upstream docshttps://distrobox.it/
LicenseGPL-3.0-only
Source archivehttps://github.com/89luca89/distrobox/archive/refs/tags/1.8.2.5.tar.gz
Last updated2026-04-27T15:49:18Z
Pulseupdated
Bottleavailable (on all)
Homebrew post-installnot defined
Servicenone declared
CaveatsDistrobox requires one of podman or docker. Do brew install podman or consult the documentation for details.

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namedistrobox
Version Scheme0
Revision0
Head VersionHEAD
Requirements
  • linux
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

distrobox 1.8.1.2-1

Another tool for containerized command line environments on Linux

https://distrobox.it/

sudo apt install distrobox
  • Section: admin
  • Architecture: all
  • 3 dependencies
  • normalized package name match
  • Matched by: Distrobox
Debian stable package indexes · deb.debian.org · Debian stable package indexes: distrobox from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

distrobox

nix profile install nixpkgs#distrobox
  • normalized package name match
  • Matched by: Distrobox
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/di/distrobox/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

distrobox 1.7.0-1

Another tool for containerized command line environments on Linux

https://distrobox.it/

sudo apt install distrobox
  • Section: universe/admin
  • Architecture: all
  • 3 dependencies
  • normalized package name match
  • Matched by: Distrobox
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: distrobox from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

distrobox 1.8.2.5-r0

Use any Linux distribution inside your terminal

https://distrobox.it/

sudo apk add distrobox
  • License: GPL-3.0-only
  • Architecture: x86_64
  • Source Package: distrobox
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Distrobox
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: distrobox from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

distrobox-bash-completion 1.8.2.5-r0

Bash completions for distrobox

https://distrobox.it/

sudo apk add distrobox-bash-completion
  • License: GPL-3.0-only
  • Architecture: x86_64
  • Source Package: distrobox
  • normalized package name match
  • Matched by: Distrobox
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: distrobox-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

distrobox-doc 1.8.2.5-r0

Use any Linux distribution inside your terminal (documentation)

https://distrobox.it/

sudo apk add distrobox-doc
  • License: GPL-3.0-only
  • Architecture: x86_64
  • Source Package: distrobox
  • normalized package name match
  • Matched by: Distrobox
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: distrobox-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

distrobox-zsh-completion 1.8.2.5-r0

Zsh completions for distrobox

https://distrobox.it/

sudo apk add distrobox-zsh-completion
  • License: GPL-3.0-only
  • Architecture: x86_64
  • Source Package: distrobox
  • normalized package name match
  • Matched by: Distrobox
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: distrobox-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

distrobox 1.8.2.5-1.fc45

Another tool for containerized command line environments on Linux

https://github.com/89luca89/distrobox

sudo dnf install distrobox
  • License: GPL-3.0-only
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: distrobox
  • 7 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Distrobox
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: distrobox from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

distrobox 1.8.2.5-1

Use any linux distribution inside your terminal.

https://distrobox.it

sudo pacman -S distrobox
  • License: GPL-3.0-only
  • Architecture: any
  • 2 dependencies
  • 2 optional deps
  • normalized package name match
  • Matched by: Distrobox
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: distrobox from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

distrobox 1.8.2.5-3.1

Use any linux distribution inside your terminal

https://github.com/89luca89/distrobox

sudo zypper install distrobox
  • License: GPL-3.0-only
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: distrobox
  • 6 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Distrobox
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: distrobox from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

distrobox-bash-completion 1.8.2.5-3.1

Bash completion for distrobox

https://github.com/89luca89/distrobox

sudo zypper install distrobox-bash-completion
  • License: GPL-3.0-only
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: distrobox
  • 2 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Distrobox
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: distrobox-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

distrobox-branding-openSUSE 1.8.2.5-3.1

Distrobox branding package for openSUSE

https://github.com/89luca89/distrobox

sudo zypper install distrobox-branding-openSUSE
  • License: GPL-3.0-only
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: distrobox
  • 1 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Distrobox
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: distrobox-branding-openSUSE from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

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