Getting started
Cogno is a lightweight terminal for daily shell work. It runs on Windows, Linux, and macOS and supports Bash, Zsh, and PowerShell.
Download
Section titled “Download”Get the latest release for your platform from cogno.rocks.
First launch
Section titled “First launch”Start Cogno from your applications folder or by running:
cognoOn first launch Cogno creates its home directory at ~/.cogno and writes a default config.
Your shell opens immediately — no setup wizard required.
Essential shortcuts
Section titled “Essential shortcuts”| Shortcut | Action |
|---|---|
Command+T | New tab |
Command+P | Command palette |
Command+F | Search terminal |
Control+Space | Trigger autocomplete |
Command+, | Open config file |
Use the command palette (Command+P) to discover and run any action by name.
Supported shells
Section titled “Supported shells”| Shell | Platform |
|---|---|
| Zsh | macOS, Linux |
| Bash | macOS, Linux |
| PowerShell | Windows |
Cogno detects your default shell automatically. Additional shell profiles can be configured in the config file.
Config file
Section titled “Config file”Your settings live at ~/.cogno/cogno.config. The file only needs to contain the values
you want to override — Cogno merges them with built-in defaults.
cogno config show --defaults # see every available setting and its current valuecogno config get font.size # read a single valuecogno config path # print the config file pathSee the Config reference for all available settings.
Next steps
Section titled “Next steps”- Workspaces — save and restore terminal layouts
- Autocomplete — command suggestions from history and specs
- AI — connect a local or remote model for in-terminal assistance
- CLI — automate Cogno from scripts