main
claude/code-feature-parity-q003hm
claude/elegant-carson-l1menh
claude/sigit-acp-local-chat-cx6380
claude/sigit-cloud-agent-expansion-reox0a
claude/tool-permission-system
claude/zen-feynman-0u78dk
development
feature/agent-tools-multiedit-glob-todos-remember
feature/background-commands
feature/commit-coauthor-attribution
feature/headless-mode
feature/init-command
feature/load-local-model-explicitly
feature/session-persistence-compaction
feature/sigit-code-cloud
feature/subagent-tool
feature/tool-permission-system
feature/tui-repo-tabs
feature/tui-tabs
main
release/v1.3.1
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 Splitfire AB (siGit Code & Deploy).