Skip to content

Install Birnio or run it from source.

Birnio does not have a stable public release yet. Distribution channels are being prepared while the first product workflows are built.

The Homebrew tap exists for release testing:

Terminal window
brew tap birnio/birnio
brew install --cask birnio

The current tap is temporary and follows the latest GitHub release. Before public distribution, it will move to pinned versions and SHA256 checksums.

Install Rust stable and the GTK/libadwaita development libraries for your platform, then run:

Terminal window
cargo run -p birnio-ui-gtk

For common development checks:

Terminal window
make fmt
make check
make test
make run-ui