@smbcloud/sigit
v1.5.9
Published
Previous name for @getsigit/sigit. AI coding agent powered by local LLM via Onde Inference.
Readme
Install
npm install -g @getsigit/sigitnpm pulls in the right binary for your platform automatically.
If you installed this before 1.5.5, you have it under its old name,
@smbcloud/sigit. That name still gets every release, so nothing is broken,
but @getsigit/sigit is the one to move to:
npm uninstall -g @smbcloud/sigit && npm install -g @getsigit/sigitSupported targets:
- macOS, Apple Silicon and Intel
- Linux, x64 and arm64
- Windows, x64 and arm64
Other install methods
| Method | Command |
|---|---|
| Homebrew | brew tap getsigit/tap && brew trust --tap getsigit/tap && brew install sigit |
| pip | pip install sigit-code |
| uv | uvx --from sigit-code sigit |
| Cargo | cargo install sigit |
Usage
sigitThat starts the local terminal UI.
Zed
Add this to ~/.config/zed/settings.json:
{
"agent_servers": {
"siGit Code": {
"type": "custom",
"command": "sigit"
}
}
}Then select siGit Code in the Zed assistant panel.
VS Code with ACP Client
Install ACP Client, then add:
{
"acp.agents": {
"siGit Code": {
"command": "sigit",
"args": [],
"env": {}
}
}
}Platform support
| Platform | Architecture | Package |
|---|---|---|
| macOS | Apple Silicon (arm64) | @getsigit/sigit-darwin-arm64 |
| macOS | Intel (x64) | @getsigit/sigit-darwin-x64 |
| Linux | x64 | @getsigit/sigit-linux-x64 |
| Linux | arm64 | @getsigit/sigit-linux-arm64 |
| Windows | x64 | @getsigit/sigit-windows-x64 |
| Windows | arm64 | @getsigit/sigit-windows-arm64 |
Links
License
Copyright
© 2026 PT Sigit Mitra Bangun (siGit Code & Deploy), distributed by Splitfire AB.
