development
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
| 1 | <h1 align="center">siGit Code</h1> |
| 2 | |
| 3 | <p align="center"> |
| 4 | A local coding agent powered by <a href="https://ondeinference.com">Onde Inference</a>.<br> |
| 5 | Runs on your machine. No API keys. No cloud round-trips. |
| 6 | </p> |
| 7 | |
| 8 | <p align="center"> |
| 9 | <a href="https://www.npmjs.com/package/@smbcloud/sigit"><img src="https://img.shields.io/npm/v/@smbcloud/sigit?style=flat-square&labelColor=17211D&color=235843" alt="npm"></a> |
| 10 | <a href="https://crates.io/crates/sigit"><img src="https://img.shields.io/crates/v/sigit?style=flat-square&labelColor=17211D&color=235843" alt="crates.io"></a> |
| 11 | <a href="https://pypi.org/project/sigit-code/"><img src="https://img.shields.io/pypi/v/sigit-code?style=flat-square&labelColor=17211D&color=235843" alt="PyPI"></a> |
| 12 | <a href="https://smbcloud.xyz"><img src="https://img.shields.io/badge/smbcloud.xyz-235843?style=flat-square&labelColor=17211D" alt="Website"></a> |
| 13 | <a href="https://github.com/getsigit/sigit/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-235843?style=flat-square&labelColor=17211D" alt="License"></a> |
| 14 | </p> |
| 15 | |
| 16 | ## `${node_pkg}` |
| 17 | |
| 18 | This package is one of the platform-specific binaries behind [`@smbcloud/sigit`](https://www.npmjs.com/package/@smbcloud/sigit). You usually do not need to install it directly. |
| 19 | |
| 20 | Install the main package and npm will pull in the right binary for your OS and architecture: |
| 21 | |
| 22 | ```sh |
| 23 | npm install -g @smbcloud/sigit |
| 24 | ``` |
| 25 | |
| 26 | ## Other install methods |
| 27 | |
| 28 | | Channel | Command | |
| 29 | |---------|---------| |
| 30 | | npm | `npm install -g @smbcloud/sigit` | |
| 31 | | Homebrew | `brew tap getsigit/tap && brew install sigit` | |
| 32 | | pip | `pip install sigit-code` | |
| 33 | | uv | `uvx --from sigit-code sigit` | |
| 34 | | Cargo | `cargo install sigit` | |
| 35 | |
| 36 | ## Platform support |
| 37 | |
| 38 | | Platform | Architecture | Package | |
| 39 | |----------|--------------|---------| |
| 40 | | macOS | Apple Silicon (arm64) | [`@smbcloud/sigit-darwin-arm64`](https://www.npmjs.com/package/@smbcloud/sigit-darwin-arm64) | |
| 41 | | macOS | Intel (x64) | [`@smbcloud/sigit-darwin-x64`](https://www.npmjs.com/package/@smbcloud/sigit-darwin-x64) | |
| 42 | | Linux | x64 | [`@smbcloud/sigit-linux-x64`](https://www.npmjs.com/package/@smbcloud/sigit-linux-x64) | |
| 43 | | Linux | arm64 | [`@smbcloud/sigit-linux-arm64`](https://www.npmjs.com/package/@smbcloud/sigit-linux-arm64) | |
| 44 | | Windows | x64 | [`@smbcloud/sigit-windows-x64`](https://www.npmjs.com/package/@smbcloud/sigit-windows-x64) | |
| 45 | | Windows | arm64 | [`@smbcloud/sigit-windows-arm64`](https://www.npmjs.com/package/@smbcloud/sigit-windows-arm64) | |
| 46 | |
| 47 | ## Links |
| 48 | |
| 49 | - [Homepage](https://smbcloud.xyz) |
| 50 | - [Source code](https://github.com/getsigit/sigit) |
| 51 | - [Issues](https://github.com/getsigit/sigit/issues) |
| 52 | - [Onde Inference](https://ondeinference.com) |
| 53 | |
| 54 | ## License |
| 55 | |
| 56 | [Apache-2.0](https://github.com/getsigit/sigit/blob/main/LICENSE) |
| 57 | |
| 58 | ## Copyright |
| 59 | |
| 60 | © 2026 [smbCloud](https://smbcloud.xyz/) (Splitfire AB). |