81 utilities organised by category. Real applets, not stubs — every find, sed, awk, and tar implements the common POSIX flag set.
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
fmt · fold · column · od · hexdump · base64Reflow · wrap · tabular · binary
HEAVY TEXT // real engines, not stubs
seds/// d p q = y/// addresses ranges negation -i in-place BRE+ERE
awkBEGIN/END · regex · ranges · printf · arrays · 16+ builtins
NETWORK
httpcurl-style: GET/POST/PUT/DELETE/HEAD · -H · @file · --json · TLS
dig · ncUDP DNS (A/AAAA/MX/TXT/CNAME/NS/SOA/PTR) · TCP connect/listen/scan
HASHING & ARCHIVES
md5sum · sha1/256/512sumpure_lua_SHA — no OpenSSL
tarcreate / extract / list · gzip (-z) and bzip2 (-j) filters
gzip · gunzipStreaming compress/decompress · level 1–9
zip · unzipPKZip 2.0 · stored + deflated · path-traversal-safe
FILESYSTEM & PATHS
du · dfDisk usage · filesystem free
basename · dirname · realpath · pwd · whichPath components
PROCESS & SYSTEM
watch · timeoutRepeat · kill after N seconds
uname · hostname · whoami · id · groupsIdentity
date · env · sleep · getopt · uuidgenHelpers
CONTROL
true · false · yes · seqExit-status / fill / sequence
LIFECYCLE
install-aliasesSymlink every applet into a target dir
completionsbash · zsh · fish · powershell
updateAtomic self-update from latest GitHub release
VENDORED C / LUA DEPS // all linked statically
LPeg 1.1.0Roberto Ierusalimschy · MIT · parsing engine
zlib 1.3.1Gailly + Adler · with lua-zlib 1.4-0
bzip2 1.0.8Julian Seward · ~150-line Lua binding
LuaSocket 3.1.0Diego Nehab · POSIX TCP/UDP/select
pure_lua_SHAEgor Skriptunoff v12 · backs *sum applets
re.lua + regex.luaPOSIX ERE-on-LPeg for sed/awk
BUILD TARGETS // Makefile
make testbusted suite (401 specs)
make lintluacheck
make fmtstylua
make buildfull binary via luastatic
make cleanremove build artifacts