{
  "markdown": "# siGit Code\n\n<p align=\"center\">\n  <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>\n  <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>\n  <a href=\"https://www.npmjs.com/package/@getsigit/sigit\"><img src=\"https://img.shields.io/npm/v/@getsigit/sigit?style=flat-square&labelColor=17211D&color=235843\" alt=\"npm\"></a>\n  <a href=\"https://smbcloud.xyz\"><img src=\"https://img.shields.io/badge/smbcloud.xyz-235843?style=flat-square&labelColor=17211D\" alt=\"Website\"></a>\n  <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>\n</p>\n\nsiGit Code is a local coding agent. It runs on your machine, not someone else's. No API keys, no cloud round-trips, no subscription.\n\nIts home is [code.sigit.si](https://code.sigit.si). You can run it yourself, as below, or use the hosted version (siGit Code Cloud) there if you would rather not run a model locally. [sigit.si](https://sigit.si) is Git hosting built for AI workflows.\n\nIt works in any codebase. In smbCloud repos it is more useful out of the box because it already understands the Rust workspace layout, deploy flows, auth boundaries, and GresIQ.\n\nYou can use it in two ways:\n\n- **ACP mode:** Zed or another ACP-compatible editor starts it over stdio\n- **Terminal mode:** run `sigit` for the interactive chat UI\n\n| Platform | ACP mode | Terminal mode |\n|----------|----------|---------------|\n| macOS | ✓ | ✓ |\n| Linux | ✓ | ✓ |\n| Windows | ✓ | not yet |\n\n## Install\n\n```sh\ncargo install sigit\n```\n\n| Method | Command |\n|--------|---------|\n| Homebrew | `brew tap getsigit/tap && brew trust --tap getsigit/tap && brew install sigit` |\n| pip | `pip install sigit-code` |\n| uv | `uvx --from sigit-code sigit` |\n| npm | `npm install -g @getsigit/sigit` |\n| NuGet | `dotnet tool install --global SiGit.Code` |\n| winget | `winget install smbCloud.siGitCode` |\n| Scoop | `scoop bucket add getsigit https://github.com/getsigit/scoop-bucket && scoop install sigit` |\n| AUR | `yay -S sigit-bin` |\n| Debian/Ubuntu | download the `.deb` from [releases](https://github.com/getsigit/sigit/releases), then `sudo dpkg -i sigit_*.deb` |\n| Fedora/RHEL | download the `.rpm` from [releases](https://github.com/getsigit/sigit/releases), then `sudo rpm -i sigit-*.rpm` |\n\n## First run\n\nThe first launch downloads a GGUF model from Hugging Face. Expect roughly 1 to 2 GB, depending on the model. After that, loads come from disk and are much faster.\n\nOn macOS, siGit Code shares its model cache with the desktop app through an App Group container. If the desktop app already downloaded the model, the CLI reuses it.\n\n## Zed setup\n\nAdd this to `~/.config/zed/settings.json`:\n\n```json\n{\n  \"agent_servers\": {\n    \"siGit Code\": {\n      \"type\": \"custom\",\n      \"command\": \"/absolute/path/to/sigit\"\n    }\n  }\n}\n```\n\nUse the full absolute path. `~` does not expand here.\n\n## Xcode custom agent\n\nIn Xcode, open **Settings > Intelligence > Agents**, add a custom agent, and set:\n\n- **Executable:** the absolute path to `sigit`\n- **Arguments:** `--acp`\n\nThe explicit `--acp` mode is designed for Xcode: it loads the selected on-device\nmodel on the first prompt, so you do not need to send `/load` from the Xcode chat.\n\nTo let siGit use Xcode's build, test, and project tools, enable **Allow external\nagents to use Xcode tools** in Xcode's Intelligence settings, keep the project\nopen, and add this to `~/.config/sigit/mcp.toml`:\n\n```toml\n[[server]]\nname = \"xcode\"\ncommand = \"xcrun\"\nargs = [\"mcpbridge\"]\n```\n\n## VS Code\n\n### With siGit Code Extension\n\nInstall from the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=getsigit.sigit-code).\n\n```jsonc\n{\n  \"sigit.agents\": {\n    \"sigit\": {\n      \"name\": \"siGit (on-device)\",\n      \"command\": \"sigit\",\n      \"args\": [],\n      \"env\": {}\n    },\n  },\n  \"sigit.agent.default\": \"sigit\"\n}\n```\n\n### With ACP Client\n\nInstall [ACP Client](https://marketplace.visualstudio.com/items?itemName=formulahendry.acp-client), then add:\n\n```json\n{\n  \"acp.agents\": {\n    \"siGit Code\": {\n      \"command\": \"sigit\",\n      \"args\": [],\n      \"env\": {}\n    }\n  }\n}\n```\n\n## Terminal mode\n\nRun `sigit` in a terminal and you get the same model and system prompt as the editor integration, just in a full-screen chat UI.\n\nTerminal mode currently needs Unix terminal behavior, so it works on macOS and Linux only.\n\n## Platform support\n\n| Platform | Architecture |\n|----------|-------------|\n| macOS | arm64, x64 |\n| Linux (glibc) | arm64, x64 |\n| Windows | arm64, x64 |\n\n## License\n\n[Apache 2.0](https://github.com/getsigit/sigit/blob/main/LICENSE)\n\n## Distribution\n\n[Splitfire AB](https://5mb.app).\n\n## Copyright\n\n© 2026 PT Sigit Mitra Bangun ([siGit Code & Deploy](https://sigit.si)).\n",
  "bytes": 5003,
  "sha": "c1124a4d5061bacd423c28d9f188de42ecfd9845808752caef15ae61288fd042",
  "repo_slug": "getsigit/sigit",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_si_sigit_sigit_d576271a/readme"
}