A terminal emulator written in C + raylib, compiled to WebAssembly and running in your browser. Click the terminal below and type help to get started.
helpList all commands
lsList fake filesystem
cat <file>Print file contents
cd <dir>Change directory
echo <text>Print text to terminal
pwdPrint working directory
dateShow current date/time
whoamiShow current user
unameSystem info
historyCommand history
rainbowColor gradient demo
fortuneRandom fortune
clearClear the screen
Readline editing works: Ctrl+A/E/K/L, arrow keys, Up/Down for history.
This is a WebAssembly toy — no real shell, no SSH, no network. The native build has tabs, embedded SSH via libssh, session logging, truecolor, and more. See the full feature list →