Skip to main content
/Users/user $

Documentation

Everything you need to get started with our interactive terminal system

Developer documentation setup

Getting Started

Quick setup guide to launch your first terminal session

Learn more →
Computer monitor on desk

Command Reference

Complete list of supported commands and their usage

View commands →
Code on screen

Advanced Usage

Tips and tricks for power users and scripting

Explore advanced →

Quick Start

$ git clone https://github.com/terminal-system/terminal-cli.git
$ cd terminal-cli
$ ./terminal --interactive
✓ Terminal session started

Examples

See what's possible with our terminal emulator

Minimal workspace setup

Basic Commands

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 ..

Desktop computer setup

Custom Scripts

Create your own terminal commands

$ node server.js

Server running on port 3000

Monitor on desk

Interactive Shell

Full-featured shell with autocomplete

$ git status

On branch main - 2 commits ahead