TERMIUM / DOCUMENTATION

Quickstart

From your terminal to your first page in one command. Linux x86-64 and macOS Apple Silicon/Intel.

Install and open

bash -o pipefail -c 'curl -fsSL https://termium.dev/install | bash' && export PATH="$HOME/.local/bin:$PATH" && "$HOME/.local/bin/termium" --first-run

Setup supplies the private runtime, downloads and verifies Chromium and Vimium, configures your shell, and opens Termium. No development tools, separate browser installation, or sudo required. The installer checks platform compatibility before activation; see installation for requirements and troubleshooting.

Find your way around

The top bar also has tabs, Back, Forward, Reload, an address field, and Menu. Mouse clicks, dragging, and scrolling work alongside keyboard navigation.

Come back anytime

Run this from any directory:

termium example.com

Termium remembers your chosen home page when you run termium --set-homepage https://example.com. Tabs and browsing profiles do not persist after quitting yet.

To update, close running Termium sessions and rerun the install command. Run termium --doctor if startup fails.

More controls · Terminal support · Installation details

See GitHub Releases for version history. Edit on GitHub ↗