Second major release: pipes and aliases, 40+ new commands, real-time games, a package manager, and a rebuilt app engine.
addedshell pipes — run commands right-to-left with a | b (multi-pipe chains supported), chain commands on one line with a ; b, and define your own with alias / unalias / which.
addedtext tools — big block-letter banner, a live fullscreen clock, plus head, tail, wc, sort, diff, tree.
addedencoding & checksums — SHA-256 via sha, CRC-32 via crc, and encode / decode / base64 for base64 conversion.
addedfiles & archives — permanent delete with shred, zip/unzip archives, and folder sizes via du.
addedsystem tools — memory usage with free, Linux-style uname and neofetch, shell variables via set, math via calc, plus elevate, reboot, logout, sleep.
addeddesktop & media — Windows notification balloons via notify, beep with frequency control, a startup setwall wallpaper, a .wav music player, countdown timer, stopwatch with laps, and live weather [city] via wttr.in.
addedgames — real-time snake (arrow keys/WASD, pause, restart), trivia quiz, rock paper scissors, roll with drawn dice faces, coin flips, and matrix rain.
addedpackage manager — install, list, and remove .gtux apps with package install/list/remove (aka apt).
changedapp engine — .gtux apps now expand variables in echo, so set/input/calc values display inside apps; a 20,000-step guard stops infinite loops.
changedcore rebuild — every command rebuilt as a call-safe subroutine on top of a new dispatcher that powers pipes and chaining; help reference rewritten; cowsay gained a cowthink sibling.
keptfrom v1.0 — admin mode with encrypted passcode, ADB/fastboot mode, DOS mode, color customizer, games launcher, Python GUI, saved themes.