busybox

Tiny utilities for small and embedded systems

Install

All systems
curl cmd.cat/busybox.sh
Debian Debian
apt-get install busybox
Ubuntu
apt-get install busybox
Alpine
apk add busybox
Arch Arch Linux
pacman -S busybox
image/svg+xml Kali Linux
apt-get install busybox
CentOS
yum install busybox
Fedora
dnf install busybox
Windows (WSL2)
sudo apt-get update sudo apt-get install busybox
Raspbian
apt-get install busybox
Docker
docker run cmd.cat/busybox busybox powered by Commando

busybox

Tiny utilities for small and embedded systems

BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for the most common utilities you would usually find on your desktop system (i.e., ls, cp, mv, mount, tar, etc.). The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very much like their GNU counterparts. This package installs the BusyBox binary but does not install symlinks for any of the supported utilities. Some of the utilities can be used in the system by installing the busybox-syslogd, busybox-udhcpc or busybox-udhcpd packages.

busybox-static

Standalone rescue shell with tons of builtin utilities

BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for the most common utilities you would usually find on your desktop system (i.e., ls, cp, mv, mount, tar, etc.). The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very much like their GNU counterparts. busybox-static provides you with a statically linked simple stand alone shell that provides all the utilities available in BusyBox. This package is intended to be used as a rescue shell, in the event that you screw up your system. Invoke "busybox sh" and you have a standalone shell ready to save your system from certain destruction. Invoke "busybox", and it will list the available builtin commands.

busybox-1

versions of system commands

busybox-initramfs

Standalone shell setup for initramfs