Installation¶
Quick install (recommended)¶
Automatically downloads the latest release for your OS and architecture:
Homebrew (macOS and Linux)¶
Download manually¶
Download the latest binary from the Releases page:
| Platform | Binary |
|---|---|
| macOS (Apple Silicon) | tuibookie-darwin-arm64 |
| macOS (Intel) | tuibookie-darwin-amd64 |
| Linux (x86_64) | tuibookie-linux-amd64 |
| Linux (ARM64) | tuibookie-linux-arm64 |
Then make it executable and move it to your PATH:
Build from source¶
Requires Go 1.26 or later:
git clone https://github.com/orvad/tuibookie.git
cd tuibookie
go build -o tuibookie .
sudo mv tuibookie /usr/local/bin/