Pre-built binaries
Pick the binary for your platform, move it to ~/.local/bin/git-jci (or anywhere on your $PATH), and run git jci.
Or install automatically: curl -sSL https://jayporeci.in/install.sh | sh
| Platform | Architecture | Download |
| Linux | x86-64 | git-jci-linux-amd64 |
| Linux | ARM64 | git-jci-linux-arm64 |
| Linux | ARMv7 | git-jci-linux-armv7 |
| Linux | 32-bit (386) | git-jci-linux-386 |
| Windows | x86-64 | git-jci-windows-amd64.exe |
| Windows | ARM64 | git-jci-windows-arm64.exe |
macOS is not currently offered as a pre-built binary. Build from source: go build ./cmd/git-jci