FILE OPS
ls · cp · mv · rmList · copy · move · remove
mkdir · touch · findCreate · timestamp · expression-tree walk
chmod · ln · statMode · link · stat fields
truncate · mktemp · ddResize · scratch · block copy
TEXT
cat · tac · revConcat · reverse-line · reverse-byte
grep · head · tail · wc · nlSearch · slice · count · number
sort · uniq · cut · paste · trOrder · dedupe · field · merge · translate
tee · xargs · printf · echoTap · arg builder · format · output
expand · unexpand · split · cmp · commTab/space · partition · compare
diff · join · fmt · od · hexdumpDiff · merge · reflow · binary inspect
HEAVY TEXT // real engines, not stubs
seds/// d p q = y/// addresses ranges negation -i in-place BRE+ERE
awkBEGIN/END · /regex/ · expressions · ranges · printf · arrays · 12+ builtins
JSON & NETWORK
jqfilters · iterators · constructors · 20+ builtins · -r/-c/-s
httpGET/POST/PUT/DELETE/HEAD · -H · @file · --json · HTTPS via rustls
dig · ncUDP DNS (A/AAAA/MX/TXT/CNAME/NS/SOA/PTR) · TCP connect/listen/scan
HASHING & ARCHIVES
md5sum · sha1/256/512sumPure Rust crates · md-5 · sha1 · sha2
tar · gzip · gunzipcreate / extract / list · -z gzip filter
zip · unzipStored + deflated entries
FILESYSTEM & PATHS
du · dfDisk usage · filesystem free
basename · dirname · realpath · pwd · whichPath components
SYSTEM & CONTROL
uname · hostname · whoamiIdentity
date · env · sleep · getoptHelpers
true · false · yes · seqExit-status / fill / sequence
WINDOWS-NATIVE ALIASES // no WSL/Cygwin/git-bash
jib dir== ls
jib type== cat
jib copy== cp
jib del== rm
jib where== which
CARGO FEATURES // gate the applet groups
slim34 applets · POSIX coreutils + grep/sed/awk/find/tr
extras24 applets · BusyBox parity gap-fillers
hashing4 applets · md5/sha1/sha256/sha512sum
archives5 applets · gzip/gunzip/tar/zip/unzip
disk2 applets · du/df
network3 applets · nc/http/dig (HTTPS via rustls)
json1 applet · jq subset
full78 applets · all groups
RELEASE BINARIES // 12 per release tag
jib-linux-x64Linux glibc 2.35+ · full + -slim
jib-linux-x64-muslAlpine · distroless · scratch
jib-linux-arm64Linux ARM64 · full + -slim
jib-windows-x64.exeWindows Intel · full + -slim
jib-windows-arm64.exeWindows ARM64 · full + -slim
jib-macos-arm64Apple Silicon · full + -slim
DEVELOPMENT
cargo buildDebug build
cargo test29 native integration tests
cargo clippy--all-targets -- -D warnings · zero-warning gate
cargo build --release~2 MB stripped binary
python tests/parity/run.pyPython ↔ Rust diff harness