New:Socket for Asana Is Now Available.Learn more
Get Started

@smbcloud/sigit

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smbcloud/sigit

AI coding agent powered by local LLM via Onde Inference.

Source
npmnpm
Version
1.3.0
Version published
Weekly downloads
307
-20.47%
Maintainers
2
Weekly downloads
 
Created
Source

siGit Code

A local coding agent powered by Onde Inference.
Runs on your machine. No API keys. No cloud round-trips.

npm Crates.io PyPI Website License

Install

npm install -g @smbcloud/sigit

npm pulls in the right binary for your platform automatically.

Supported targets:

  • macOS, Apple Silicon and Intel
  • Linux, x64 and arm64
  • Windows, x64 and arm64

Other install methods

MethodCommand
Homebrewbrew tap getsigit/tap && brew install sigit
pippip install sigit-code
uvuvx --from sigit-code sigit
Cargocargo install sigit

Usage

sigit

That starts the local terminal UI.

Zed

Add this to ~/.config/zed/settings.json:

{
  "agent_servers": {
    "siGit Code": {
      "type": "custom",
      "command": "sigit"
    }
  }
}

Then select siGit Code in the Zed assistant panel.

VS Code with ACP Client

Install ACP Client, then add:

{
  "acp.agents": {
    "siGit Code": {
      "command": "sigit",
      "args": [],
      "env": {}
    }
  }
}

Platform support

PlatformArchitecturePackage
macOSApple Silicon (arm64)@smbcloud/sigit-darwin-arm64
macOSIntel (x64)@smbcloud/sigit-darwin-x64
Linuxx64@smbcloud/sigit-linux-x64
Linuxarm64@smbcloud/sigit-linux-arm64
Windowsx64@smbcloud/sigit-windows-x64
Windowsarm64@smbcloud/sigit-windows-arm64

License

Apache-2.0

© 2026 smbCloud (Splitfire AB).

Keywords

sigit

FAQs

Package last updated on 30 Jun 2026

Related posts