Get Breeze
Breeze is open source — you build it from source in about a minute. A ~4 MB native Rust app: no Electron, no background services, no telemetry.
macOS · Apple Silicon · requires the Rust toolchain
Build & install
Requires the Rust toolchain (rustup). Clone the repo and build:
git clone https://github.com/aldenbernsteinn/breeze-terminal.git
cd breeze-terminal
cargo build --release
./scripts/make-app.sh /Applications
This compiles a release build and assembles /Applications/Breeze.app — launch it from Applications or Spotlight.
Why build from source?
You get to read exactly what you're running, build it with one command, and track main as Breeze improves.
Breeze is free software, distributed as source. Intel Macs, Linux, and Windows can build from the same repo as backends land.