| title | Installation |
|---|---|
| description | Install gitkit with the quick installer, cargo, or from GitHub Releases. |
| order | 2 |
Linux / macOS:
curl -fsSL https://raw.githubusercontent.com/UniverLab/gitkit/main/scripts/install.sh | shWindows (PowerShell):
irm https://raw.githubusercontent.com/UniverLab/gitkit/main/scripts/install.ps1 | iexcargo install gitkitAvailable on crates.io.
Precompiled binaries for Linux x86_64, macOS x86_64/ARM64 and Windows x86_64 are published on the Releases page.
Linux / macOS:
rm -f ~/.local/bin/gitkit
rm -rf ~/.gitkit/ # saved builds (optional)Windows (PowerShell):
Remove-Item "$env:LOCALAPPDATA\gitkit\gitkit.exe" -Force