Installation
Section titled “Installation”Birnio does not have a stable public release yet. Distribution channels are being prepared while the first product workflows are built.
Homebrew preview
Section titled “Homebrew preview”The Homebrew tap exists for release testing:
brew tap birnio/birniobrew install --cask birnioThe current tap is temporary and follows the latest GitHub release. Before public distribution, it will move to pinned versions and SHA256 checksums.
Run from source
Section titled “Run from source”Install Rust stable and the GTK/libadwaita development libraries for your platform, then run:
cargo run -p birnio-ui-gtkFor common development checks:
make fmtmake checkmake testmake run-ui