-
Notifications
You must be signed in to change notification settings - Fork 0
install
xyzmr114 edited this page Jun 1, 2026
·
1 revision
curl -fsSL https://raw.githubusercontent.com/Sahaj-Tech-ltd/overkill/main/install.sh | shThe installer detects your platform, prefers go install when Go is on PATH, otherwise downloads a pre-built binary, drops it in ~/.local/bin/overkill, and bootstraps ~/.overkill/.
irm https://raw.githubusercontent.com/Sahaj-Tech-ltd/overkill/main/install.ps1 | iexInstalls to %LOCALAPPDATA%\overkill\bin\overkill.exe and adds it to your user PATH.
go install github.com/Sahaj-Tech-ltd/overkill/cmd/overkill@latestgit clone https://github.com/Sahaj-Tech-ltd/overkill.git
cd overkill
make install-all # builds and copies to ~/go/bin/overkillOnly git is required at runtime. Optional, auto-detected:
-
gopls,typescript-language-server,pyright,rust-analyzer— LSP tools - Any MCP server you wire up
-
gh— GitHub Gist sharing
| Platform | Arch | Installer |
|---|---|---|
| Linux | x86_64, arm64 | install.sh |
| macOS | Intel, Apple Silicon | install.sh |
| Windows | x86_64 | install.ps1 |
| WSL2 | x86_64, arm64 | install.sh |