
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@smbcloud/sigit
Advanced tools
A local coding agent powered by Onde Inference.
Runs on your machine. No API keys. No cloud round-trips.
npm install -g @smbcloud/sigit
npm pulls in the right binary for your platform automatically.
Supported targets:
| Method | Command |
|---|---|
| Homebrew | brew tap getsigit/tap && brew install sigit |
| pip | pip install sigit-code |
| uv | uvx --from sigit-code sigit |
| Cargo | cargo install sigit |
sigit
That starts the local terminal UI.
Add this to ~/.config/zed/settings.json:
{
"agent_servers": {
"siGit Code": {
"type": "custom",
"command": "sigit"
}
}
}
Then select siGit Code in the Zed assistant panel.
Install ACP Client, then add:
{
"acp.agents": {
"siGit Code": {
"command": "sigit",
"args": [],
"env": {}
}
}
}
| Platform | Architecture | Package |
|---|---|---|
| macOS | Apple Silicon (arm64) | @smbcloud/sigit-darwin-arm64 |
| macOS | Intel (x64) | @smbcloud/sigit-darwin-x64 |
| Linux | x64 | @smbcloud/sigit-linux-x64 |
| Linux | arm64 | @smbcloud/sigit-linux-arm64 |
| Windows | x64 | @smbcloud/sigit-windows-x64 |
| Windows | arm64 | @smbcloud/sigit-windows-arm64 |
© 2026 smbCloud (Splitfire AB).
FAQs
AI coding agent powered by local LLM via Onde Inference.
The npm package @smbcloud/sigit receives a total of 249 weekly downloads. As such, @smbcloud/sigit popularity was classified as not popular.
We found that @smbcloud/sigit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

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.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.