siGit Code
A local coding agent powered by Onde Inference.
Runs on your machine. No API keys. No cloud round-trips.
Install
pip install sigit-code
uvx --from sigit-code sigit
This installs a native sigit binary for your platform. You do not need a compiler or extra runtime setup.
Quick start
Terminal mode
sigit
That opens the local chat UI.
Zed
siGit Code 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 Code in the 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 prebuilt binary. The source code lives at github.com/getsigit/sigit. If something breaks, file the issue there.
License
Copyright
© 2026 smbCloud (Splitfire AB).