Skip to content

0.7.2 - 2026-08-20

Choose a tag to compare

@github-actions github-actions released this 20 Aug 23:56

Release Notes

Fixed

  • gcx viz (installed via pip) threw a Python traceback on Ctrl-C instead
    of exiting cleanly. The PyPI wrapper's subprocess.call didn't catch
    KeyboardInterrupt; the Rust binary itself already exits fine on SIGINT.
    Now exits quietly at the conventional 128+SIGINT code. Reported by a user
    hitting it in a fresh, unindexed project.

Install gitcortex 0.7.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bharath03-a/GitCortex/releases/download/v0.7.2/gitcortex-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install bharath03-a/tap/gitcortex

Download gitcortex 0.7.2

File Platform Checksum
gitcortex-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
gitcortex-x86_64-apple-darwin.tar.xz Intel macOS checksum
gitcortex-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
gitcortex-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum