Releases: ferrislabs/gitr
Releases · ferrislabs/gitr
Release list
0.1.0
Apple Silicon only. The binary is unsigned, so macOS quarantines it on download —
clear the flag before the first run:
tar -xzf gitr-*-aarch64-apple-darwin.tar.gz
xattr -d com.apple.quarantine gitr
./gitrBuilding it yourself avoids that entirely, since nothing is downloaded:
cargo install --git https://github.com/LeadcodeDev/gitrRun gitr inside a checkout to open it. The command returns the prompt straight
away and brings the window to the front.