84 utilities organised by category. Every applet implements common POSIX flags. Per-applet caveats live in docs/PARITY.md.
FOUNDATION
cat · echo · printfFoundational text / output
true · false · yesExit-status / fill helpers
pwd · basename · dirnamePath components
mkdir · touch · mv · cp · rmFilesystem mutation
TEXT
head · tail · wc · teeStream slicing & counting
tac · rev · tr · cutReverse / transform
sort · uniq · seq · sleepOrder / sequence / time
expand · unexpand · nl · pasteIndentation & numbering
fold · split · comm · join · columnWrapping & tabular
HEAVY TEXT // real engines, not stubs
grepPOSIX ERE · -F · -i · -v · -n · -c · -H · -h
seds/regex/repl/[g][i] · d · p · q · = · -n · -i · -e
awkBEGIN/END · regex · expressions · $0..$NF · NR/NF/FS/OFS/ORS
find-exec · -name · -type · -size · -mtime · ! · -a · -o · -delete
FILESYSTEM
ls · stat · du · dfListing & stat
chmod · which · xargsMode · path lookup · arg builder
realpath · truncate · mktemp · ln · ddPath · size · scratch · link · copy
HASHING & ENCODING
md5sum · sha1/256/512sumIdentical SHA-256 of "abc" everywhere
base64 · od · hexdumpBinary inspection
ARCHIVES
tar · gzip · gunzipcreate · extract · list · gz filter · BSD short + long
zip · unzipReads deflate · writes store
NETWORK & JSON
httpcurl-style: GET/POST/PUT/DELETE/HEAD/PATCH · -H · -d · -j · TLS
dig · ncUDP DNS (A/AAAA/MX/TXT/CNAME/NS/PTR) · TCP connect+listen+scan
jq16 builtins · pipes · constructors · if-then-else · -r/-c/-s
SYSTEM
uname · whoami · hostnameIdentity
id · groups · env · dateContext
uuidgen · getopt · timeout · watchHelpers
cmp · diff · fmtCompare & format
LIFECYCLE
install-aliasesSymlink/hardlink/copy applets into a target dir
completionsbash / zsh / fish / powershell
updateAtomic self-update from GitHub releases
CROSS-COMPILE TARGETS // zig build -Dtarget=...
x86_64-linux-gnuglibc 2.35+
x86_64-linux-muslAlpine · distroless · scratch
aarch64-linux-gnuglibc 2.39+
aarch64-linux-muslAlpine ARM64
x86_64-windows-gnuWindows Intel
aarch64-windows-gnuWindows ARM64
x86_64-macosIntel Mac
aarch64-macosApple Silicon
BUILD VARIABLES // zig build -D...
preset=full|slim|minBundle preset (default: full)
applets=<list>Hand-pick (overrides preset)
optimize=ReleaseSmallDefault: Debug
target=<triple>Cross-compile target