Documentation
Installation
Install the toowl GPU-accelerated terminal emulator on macOS or Linux and open your first session.
Install
Pick the path that matches your machine. All three land the same toowl binary.
$ curl -fsSL https://toowl.dev/install.sh | sh Detects your OS + arch, downloads the matching binary from GitHub Releases, verifies the SHA256, installs to ~/.toowl/bin/toowl. ~5 seconds on a fresh machine.
$ brew install 1martianway/tap/toowl Installs from toowl's Homebrew tap. Auto-updates via brew upgrade. Use this if you already manage tools with brew.
One-line script
$ curl -fsSL https://toowl.dev/install.sh | sh First launch
- Open a window. Run
toowlfrom your terminal, or launchToowl.appon macOS. - Meet First Light. On a first launch with no config, a six-step setup opens — tab placement, theme, font and size, cursor style, blink and opacity. Everything previews live as you move, and Esc skips the rest without saving what you had not chosen. Run it again any time from Settings → Run setup again.
- Open the Perch. Press
Cmd+Bon macOS,Ctrl+Shift+Bon Linux. The Claude Feather lists Claude Code sessions for the active pane's cwd. - Open the palette.
Cmd+Shift+P/Ctrl+Shift+P— fuzzy search over actions and Feather commands. - Tweak config. Optional — toowl runs on sensible defaults with no
config file at all. The installer drops an annotated
~/.config/toowl/config.toml.examplecovering every option; copy it toconfig.tomland edit, or just open Settings (Ctrl+, / Cmd+,). Full reference on the Configuration page. Edits hot-reload in ~150ms.
System dependencies
Ubuntu / Debian:
sudo apt install -y libwayland-dev libxkbcommon-dev libfontconfig-dev libgl-dev pkg-config The macOS build ships with its platform integration built in — nothing to install.
Upgrade
Curl installs (~/.local/bin by default): toowl checks for new releases on startup
(configurable in Settings or [updates] in config). When a newer build is downloaded,
the hamburger Check for updates (or Update available)
row opens About; choose Install + restart when a build is staged.
Homebrew: brew upgrade toowl.