siGit Code
AI coding agent powered by local LLM via Onde Inference.
Runs on your machine. No API keys, no cloud.
Install
pip install sigit-code
uvx --from sigit-code sigit
Installs a native sigit binary for your platform. No compiler, no runtime dependencies.
Quick start
Terminal
sigit
Opens a chat UI where you talk to a local LLM coding agent directly.
Zed (ACP agent)
siGit works as an ACP-compatible agent in Zed. Add this to your Zed settings:
{
"agent_servers": {
"siGit Code": {
"type": "custom",
"command": "/absolute/path/to/sigit"
}
}
}
Then pick sigit as your agent in the Zed assistant panel.
Other install methods
| Method | Command |
|---|---|
| npm | npm install -g @smbcloud/sigit |
| Homebrew | brew tap getsigit/tap && brew install sigit |
| Cargo | cargo install sigit |
From source
git clone https://github.com/getsigit/sigit
cd sigit
cargo build --release
./target/release/sigit
Platform support
| Platform | Architecture |
|---|---|
| macOS | arm64, x64 |
| Linux (glibc) | arm64, x64 |
| Windows | arm64, x64 |
Source and issues
This package ships a pre-built binary. Source code is at github.com/getsigit/sigit. File bugs there.
License
Copyright
© 2026 smbCloud (Splitfire AB).