🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@smbcloud/sigit

Package Overview
Dependencies
Maintainers
2
Versions
18
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.

latest
Source
npmnpm
Version
1.5.1
Version published
Weekly downloads
232
-55.38%
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 trust --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 Splitfire AB (siGit Code & Deploy).

Keywords

sigit

FAQs

Package last updated on 28 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts