Everything you need to get started with our interactive terminal system
See what's possible with our terminal emulator
Simple ls, cat, and grep implementations
$ ls -la
drwxr-xr-x 2 user user 4096 Dec 15 10:30 .
drwxr-xr-x 5 user user 4096 Dec 15 10:29 ..
Create your own terminal commands
$ node server.js
Server running on port 3000
Full-featured shell with autocomplete
$ git status
On branch main - 2 commits ahead