Overview
A full command-line terminal with multi-shell support (bash, Node, Python), a built-in vim editor, persistent history, bookmarks, and an AI that plans commands from natural language.
- Bash, Node.js and Python REPLs
- Built-in vim editor for quick edits
- Persistent history per shell with up-arrow recall
- Command bookmarks for the ones you reuse
- AI command planner — describe it, run it
- Customizable theme and font settings
Open Terminal
Launch Terminal from the dock or App Center.
Run commands
Type standard shell commands like ls, cd, mkdir, cat. Tab autocompletes paths.
Use natural language
Type a sentence like "list every .png larger than 1MB" — the AI proposes a command you can review and run.
Switch shells
Drop into Node or Python REPLs from the same window when you need a quick script.
Bookmark commands
Save commands you run often and recall them from the bookmarks list.
Command Reference
Every command the VibeOS Terminal supports out of the box, grouped by what it does. Expand the table to scan the full list — handy when you forget a flag.
Tips & Tricks
Small habits that compound. The shortcuts and ideas below come straight from power users.
Up arrow walks back
Up arrow walks back through history; each shell remembers its own
Ctrl+C cancels a running
Ctrl+C cancels a running command
Open vim with `vim
Open vim with `vim filename.txt` to edit without leaving the terminal