Skip to content

GitAgent v0.1.40

Choose a tag to compare

@github-actions github-actions released this 05 Sep 12:26
· 23 commits to main since this release

Download

macOS (Apple Silicon)

Download gitagent-macos-arm64.dmg, open it, and drag GitAgent to /Applications.
Signed with Apple Developer ID and notarized — opens with a normal double-click.
(Only shipped once the macOS signing secrets are configured — see the workflow.)

Windows

Download gitagent-setup.exe and run it — the installer handles everything.

Linux (x86_64)

curl -L https://mayorana.ch/downloads/gitagent/v0.1.40/gitagent-linux-x86_64.tar.gz | tar xz
cd gitagent-linux-x86_64
sudo ./setup-linux.sh && ./gitagent

Linux runtime requirement: libwebkit2gtk-4.1 (installed automatically by setup-linux.sh).
GitAgent also needs git on PATH, and gh for the Review → Merge flow.