@smbcloud/sigit
v1.0.3
Published
AI coding agent powered by local LLM via Onde Inference.
Readme
Install
npm install -g @smbcloud/sigitnpm pulls in the right binary for your platform automatically.
Supported 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 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) | @smbcloud/sigit-darwin-arm64 |
| macOS | Intel (x64) | @smbcloud/sigit-darwin-x64 |
| Linux | x64 | @smbcloud/sigit-linux-x64 |
| Linux | arm64 | @smbcloud/sigit-linux-arm64 |
| Windows | x64 | @smbcloud/sigit-windows-x64 |
| Windows | arm64 | @smbcloud/sigit-windows-arm64 |
Links
License
Copyright
© 2026 smbCloud (Splitfire AB).
