Skip to content

Getting started

Cogno is a lightweight terminal for daily shell work. It runs on Windows, Linux, and macOS and supports Bash, Zsh, and PowerShell.

Get the latest release for your platform from cogno.rocks.

Start Cogno from your applications folder or by running:

Terminal window
cogno

On first launch Cogno creates its home directory at ~/.cogno and writes a default config. Your shell opens immediately — no setup wizard required.

ShortcutAction
Command+TNew tab
Command+PCommand palette
Command+FSearch terminal
Control+SpaceTrigger autocomplete
Command+,Open config file

Use the command palette (Command+P) to discover and run any action by name.

ShellPlatform
ZshmacOS, Linux
BashmacOS, Linux
PowerShellWindows

Cogno detects your default shell automatically. Additional shell profiles can be configured in the 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.

Terminal window
cogno config show --defaults # see every available setting and its current value
cogno config get font.size # read a single value
cogno config path # print the config file path

See the Config reference for all available settings.

  • 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