A simple and fast Git repository browser. View branches, commit diffs, and search through all commit messages.
sudo dnf install -y gcc rust rustfmt rust-analyzer cargo gtk4-devel openssl-devel libadwaita-devel meson ninja-build gtksourceview5-develTo build and run the development version:
cargo runTo build and install the release version:
./build-release.shOr to install to a custom prefix:
./build-release.sh /custom/prefixThis will:
- Configure a release build in
build-release/directory - Compile the application with optimizations
- Install to the system (requires sudo for system directories)
- Compile GSettings schemas in the install location

