sigit-code 0.1.2__tar.gz → 1.0.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. {sigit_code-0.1.2 → sigit_code-1.0.2}/.github/workflows/ci.yml +4 -1
  2. sigit_code-1.0.2/CHANGELOG.md +70 -0
  3. {sigit_code-0.1.2 → sigit_code-1.0.2}/Cargo.lock +10 -10
  4. {sigit_code-0.1.2 → sigit_code-1.0.2}/Cargo.toml +2 -2
  5. {sigit_code-0.1.2 → sigit_code-1.0.2}/PKG-INFO +27 -43
  6. sigit_code-1.0.2/README.md +109 -0
  7. sigit_code-1.0.2/npm/README.md.tmpl +62 -0
  8. sigit_code-1.0.2/npm/sigit/README.md +106 -0
  9. {sigit_code-0.1.2 → sigit_code-1.0.2}/pypi/README.md +26 -42
  10. sigit_code-1.0.2/src/chat.rs +1649 -0
  11. sigit_code-1.0.2/src/main.rs +1906 -0
  12. sigit_code-1.0.2/src/models.rs +168 -0
  13. {sigit_code-0.1.2 → sigit_code-1.0.2}/src/setup.rs +77 -90
  14. {sigit_code-0.1.2 → sigit_code-1.0.2}/src/tools.rs +8 -88
  15. sigit_code-0.1.2/README.md +0 -68
  16. sigit_code-0.1.2/npm/README.md.tmpl +0 -22
  17. sigit_code-0.1.2/npm/sigit/README.md +0 -85
  18. sigit_code-0.1.2/src/chat.rs +0 -1184
  19. sigit_code-0.1.2/src/main.rs +0 -874
  20. {sigit_code-0.1.2 → sigit_code-1.0.2}/.agents/AGENTS.md +0 -0
  21. {sigit_code-0.1.2 → sigit_code-1.0.2}/.agents/skills/agent-client-protocol/SKILL.md +0 -0
  22. {sigit_code-0.1.2 → sigit_code-1.0.2}/.agents/skills/ai-assisted-coding/SKILL.md +0 -0
  23. {sigit_code-0.1.2 → sigit_code-1.0.2}/.agents/skills/tool-calling/SKILL.md +0 -0
  24. {sigit_code-0.1.2 → sigit_code-1.0.2}/.github/workflows/release-github.yml +0 -0
  25. {sigit_code-0.1.2 → sigit_code-1.0.2}/.github/workflows/release-homebrew.yml +0 -0
  26. {sigit_code-0.1.2 → sigit_code-1.0.2}/.github/workflows/release-npm.yml +0 -0
  27. {sigit_code-0.1.2 → sigit_code-1.0.2}/.github/workflows/release-pypi.yml +0 -0
  28. {sigit_code-0.1.2 → sigit_code-1.0.2}/.gitignore +0 -0
  29. {sigit_code-0.1.2 → sigit_code-1.0.2}/.nvmrc +0 -0
  30. {sigit_code-0.1.2 → sigit_code-1.0.2}/LICENSE +0 -0
  31. {sigit_code-0.1.2 → sigit_code-1.0.2}/npm/package-main.json.tmpl +0 -0
  32. {sigit_code-0.1.2 → sigit_code-1.0.2}/npm/package.json.tmpl +0 -0
  33. {sigit_code-0.1.2 → sigit_code-1.0.2}/npm/scripts/render-main-package.cjs +0 -0
  34. {sigit_code-0.1.2 → sigit_code-1.0.2}/npm/scripts/render-platform-package.cjs +0 -0
  35. {sigit_code-0.1.2 → sigit_code-1.0.2}/npm/sigit/.gitignore +0 -0
  36. {sigit_code-0.1.2 → sigit_code-1.0.2}/npm/sigit/package.json +0 -0
  37. {sigit_code-0.1.2 → sigit_code-1.0.2}/npm/sigit/src/index.ts +0 -0
  38. {sigit_code-0.1.2 → sigit_code-1.0.2}/npm/sigit/tsconfig.json +0 -0
  39. {sigit_code-0.1.2 → sigit_code-1.0.2}/pypi/pyproject.toml +0 -0
  40. {sigit_code-0.1.2 → sigit_code-1.0.2}/pyproject.toml +0 -0
  41. {sigit_code-0.1.2 → sigit_code-1.0.2}/rust-toolchain.toml +0 -0
@@ -4,7 +4,10 @@ name: CI
4
4
  # Splits formatting, clippy, and tests into separate jobs for clearer reporting
5
5
  # across supported desktop targets.
6
6
 
7
- on: push
7
+ on:
8
+ push:
9
+ pull_request:
10
+ workflow_dispatch:
8
11
 
9
12
  env:
10
13
  CARGO_TERM_COLOR: always
@@ -0,0 +1,70 @@
1
+ # Changelog
2
+
3
+ ## 1.0.0 — 2026
4
+
5
+ We've been running siGit in real smbCloud codebases for a while now. It holds up. Time to call it 1.0.
6
+
7
+ ---
8
+
9
+ ### The short version
10
+
11
+ siGit is a local coding agent. It runs a quantized LLM on your machine, talks to editors over ACP, and can read files, run commands, search the web, and write code, all without sending anything to a cloud API. You can install it with cargo, pip, npm, or Homebrew. Then you use it like any other tool on your machine.
12
+
13
+ ---
14
+
15
+ ### What's actually in here
16
+
17
+ **The editor integration** is the main thing. Zed and VSCode both pick it up as an ACP agent. Multi-turn sessions, tool calling, session forking, working directory context, all there. This was the original goal, and it feels solid now.
18
+
19
+ **The terminal UI** started as a bonus and ended up being genuinely useful. You get a full-screen ratatui chat, streaming tokens with a blinking cursor, a spinner while the model thinks, and a model picker you can open mid-session. It runs on macOS and Linux. Windows gets the editor integration for now. TUI support there is still on the list.
20
+
21
+ **Tool calling** is what makes it feel like an agent instead of a chat window. The loop runs up to 10 rounds per message:
22
+
23
+ - `read_file` / `write_file` / `delete_file`
24
+ - `list_directory` / `search_files`
25
+ - `run_command` — shell commands with optional working directory
26
+ - `read_website` — fetches a URL and strips it to readable text
27
+
28
+ The model decides which tools to call, sees the results, and keeps going until it has something useful to say.
29
+
30
+ **Model support** ended up broader than we expected for 1.0. Qwen 3 1.7B, 4B, 8B, and 14B. Qwen 2.5 1.5B and 3B. Qwen 2.5 Coder 1.5B, 3B, and 7B. DeepSeek Coder 6.7B. All GGUF, all pulled from HuggingFace on first run.
31
+
32
+ Qwen 3 is the interesting one. It uses extended thinking mode. The model reasons inside `<think>…</think>` blocks before answering. The TUI strips those out and renders them dimmed above the reply, so you can see what it was doing without cluttering the conversation. The 8B is the default on desktop. Mobile defaults to 1.7B because iOS gives apps about 2 to 3 GB, and we found out the hard way that 3B causes OOM on an iPhone 16e.
33
+
34
+ **The model picker** (`/models` in the TUI, or an agent config option in editors) shows what is cached locally, what is available to download, whether a model supports tool calling, and whether its local cache looks healthy. Switching models downloads and loads in the background. The UI stays alive the whole time, with a progress bar.
35
+
36
+ **smbCloud context** is baked into the system prompt. siGit knows the difference between platform user flows and tenant app auth flows, how `Project` / `FrontendApp` / `AuthApp` / GresIQ fit together, that Next.js SSR deploys are not the generic git-push path, and what workspace patterns smbCloud repos tend to follow. Outside smbCloud, it behaves like a normal coding agent and does not force platform-specific advice where it does not belong.
37
+
38
+ **Distribution** ended up being more work than the software itself, honestly. Pre-built binaries for macOS (arm64 + x64), Linux (arm64 + x64), and Windows (arm64 + x64). Four install methods: `cargo install sigit`, `pip install sigit-code`, `npm install -g @smbcloud/sigit`, `brew install sigit`. Getting all of that working across CI, crates.io, PyPI, npm, and Homebrew was basically its own project.
39
+
40
+ ---
41
+
42
+ ### What doesn't work yet
43
+
44
+ The Windows TUI. ACP and editor mode work fine on Windows. It is just the interactive terminal UI that is still missing. The underlying issue is Unix-specific terminal handling that we have not abstracted yet.
45
+
46
+ ---
47
+
48
+ ### Changes since 0.1.2
49
+
50
+ - Qwen 3 14B support
51
+ - Qwen 3 `<think>` block parsing, which strips and renders thinking content separately in the TUI
52
+ - Moved all TUI code into `#[cfg(unix)]`, which fixed a pile of dead-code errors on Windows CI that were blocking releases
53
+ - Live download progress bar during model switch, with cancellation support (Ctrl+C mid-download works)
54
+ - Model download and loading progress shown in the Zed agent config panel
55
+ - Animated spinner during model switching
56
+ - Qwen 2.5 Coder 7B
57
+ - Available-for-download models shown in the picker, not just locally cached ones
58
+ - Model selection persists across restarts
59
+ - Session working directory support
60
+ - Model picker logic moved to a platform-independent module so it compiles on Windows even without the TUI
61
+ - `/models N` shortcut for picking a model by number directly
62
+ - `read_website` tool
63
+ - Better `read_file` handling and empty reply detection
64
+ - Async tool execution
65
+ - Fixed CI cross-compilation for macOS, iOS, Linux, and Windows
66
+ - npm, PyPI, and Homebrew distribution added
67
+
68
+ ---
69
+
70
+ *© 2026 [smbCloud](https://smbcloud.xyz/) (Splitfire AB).*
@@ -3264,7 +3264,7 @@ dependencies = [
3264
3264
  [[package]]
3265
3265
  name = "mistralrs"
3266
3266
  version = "0.8.1"
3267
- source = "git+https://github.com/setoelkahfi/mistral.rs?branch=fix%2Fall-platform-fixes#020dcbf8e2c4147c16bb015e89435811501baa28"
3267
+ source = "git+https://github.com/setoelkahfi/mistral.rs?branch=fix%2Fall-platform-fixes#e53956bcd1b40c8221f79b919d78c1e496aba634"
3268
3268
  dependencies = [
3269
3269
  "anyhow",
3270
3270
  "candle-core",
@@ -3291,7 +3291,7 @@ dependencies = [
3291
3291
  [[package]]
3292
3292
  name = "mistralrs-audio"
3293
3293
  version = "0.8.1"
3294
- source = "git+https://github.com/setoelkahfi/mistral.rs?branch=fix%2Fall-platform-fixes#020dcbf8e2c4147c16bb015e89435811501baa28"
3294
+ source = "git+https://github.com/setoelkahfi/mistral.rs?branch=fix%2Fall-platform-fixes#e53956bcd1b40c8221f79b919d78c1e496aba634"
3295
3295
  dependencies = [
3296
3296
  "anyhow",
3297
3297
  "apodize",
@@ -3302,7 +3302,7 @@ dependencies = [
3302
3302
  [[package]]
3303
3303
  name = "mistralrs-core"
3304
3304
  version = "0.8.1"
3305
- source = "git+https://github.com/setoelkahfi/mistral.rs?branch=fix%2Fall-platform-fixes#020dcbf8e2c4147c16bb015e89435811501baa28"
3305
+ source = "git+https://github.com/setoelkahfi/mistral.rs?branch=fix%2Fall-platform-fixes#e53956bcd1b40c8221f79b919d78c1e496aba634"
3306
3306
  dependencies = [
3307
3307
  "ahash",
3308
3308
  "akin",
@@ -3399,7 +3399,7 @@ dependencies = [
3399
3399
  [[package]]
3400
3400
  name = "mistralrs-macros"
3401
3401
  version = "0.8.1"
3402
- source = "git+https://github.com/setoelkahfi/mistral.rs?branch=fix%2Fall-platform-fixes#020dcbf8e2c4147c16bb015e89435811501baa28"
3402
+ source = "git+https://github.com/setoelkahfi/mistral.rs?branch=fix%2Fall-platform-fixes#e53956bcd1b40c8221f79b919d78c1e496aba634"
3403
3403
  dependencies = [
3404
3404
  "darling 0.23.0",
3405
3405
  "proc-macro2",
@@ -3410,7 +3410,7 @@ dependencies = [
3410
3410
  [[package]]
3411
3411
  name = "mistralrs-mcp"
3412
3412
  version = "0.8.1"
3413
- source = "git+https://github.com/setoelkahfi/mistral.rs?branch=fix%2Fall-platform-fixes#020dcbf8e2c4147c16bb015e89435811501baa28"
3413
+ source = "git+https://github.com/setoelkahfi/mistral.rs?branch=fix%2Fall-platform-fixes#e53956bcd1b40c8221f79b919d78c1e496aba634"
3414
3414
  dependencies = [
3415
3415
  "anyhow",
3416
3416
  "async-trait",
@@ -3430,7 +3430,7 @@ dependencies = [
3430
3430
  [[package]]
3431
3431
  name = "mistralrs-paged-attn"
3432
3432
  version = "0.8.1"
3433
- source = "git+https://github.com/setoelkahfi/mistral.rs?branch=fix%2Fall-platform-fixes#020dcbf8e2c4147c16bb015e89435811501baa28"
3433
+ source = "git+https://github.com/setoelkahfi/mistral.rs?branch=fix%2Fall-platform-fixes#e53956bcd1b40c8221f79b919d78c1e496aba634"
3434
3434
  dependencies = [
3435
3435
  "anyhow",
3436
3436
  "candle-core",
@@ -3446,7 +3446,7 @@ dependencies = [
3446
3446
  [[package]]
3447
3447
  name = "mistralrs-quant"
3448
3448
  version = "0.8.1"
3449
- source = "git+https://github.com/setoelkahfi/mistral.rs?branch=fix%2Fall-platform-fixes#020dcbf8e2c4147c16bb015e89435811501baa28"
3449
+ source = "git+https://github.com/setoelkahfi/mistral.rs?branch=fix%2Fall-platform-fixes#e53956bcd1b40c8221f79b919d78c1e496aba634"
3450
3450
  dependencies = [
3451
3451
  "byteorder",
3452
3452
  "candle-core",
@@ -3475,7 +3475,7 @@ dependencies = [
3475
3475
  [[package]]
3476
3476
  name = "mistralrs-vision"
3477
3477
  version = "0.8.1"
3478
- source = "git+https://github.com/setoelkahfi/mistral.rs?branch=fix%2Fall-platform-fixes#020dcbf8e2c4147c16bb015e89435811501baa28"
3478
+ source = "git+https://github.com/setoelkahfi/mistral.rs?branch=fix%2Fall-platform-fixes#e53956bcd1b40c8221f79b919d78c1e496aba634"
3479
3479
  dependencies = [
3480
3480
  "candle-core",
3481
3481
  "image",
@@ -3799,7 +3799,7 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
3799
3799
  [[package]]
3800
3800
  name = "onde"
3801
3801
  version = "0.1.8"
3802
- source = "git+https://github.com/ondeinference/onde?branch=development#8321bc566cfbca8ff1d4b71f187f2b007fd98433"
3802
+ source = "git+https://github.com/ondeinference/onde?branch=development#dfcc6ecfa74ac965af6c33ba0bd06d9cf241fc12"
3803
3803
  dependencies = [
3804
3804
  "anyhow",
3805
3805
  "cc",
@@ -5271,7 +5271,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
5271
5271
 
5272
5272
  [[package]]
5273
5273
  name = "sigit"
5274
- version = "0.1.2"
5274
+ version = "1.0.2"
5275
5275
  dependencies = [
5276
5276
  "agent-client-protocol",
5277
5277
  "anyhow",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "sigit"
3
- version = "0.1.2"
3
+ version = "1.0.2"
4
4
  edition = "2024"
5
5
  description = "siGit Code — ACP-compatible AI coding agent for smbCloud platform."
6
6
  documentation = "https://github.com/getsigit/sigit"
@@ -22,7 +22,7 @@ agent-client-protocol = { version = "0.10.4", features = ["unstable_session_fork
22
22
 
23
23
  # Onde Inference engine (local LLM)
24
24
  # onde = { path = "../onde" }
25
- onde = { git = "https://github.com/ondeinference/onde", branch = "development" }
25
+ onde = { version = "0.1.8", git = "https://github.com/ondeinference/onde", branch = "development" }
26
26
 
27
27
  # Async runtime
28
28
  async-trait = "0.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sigit-code
3
- Version: 0.1.2
3
+ Version: 1.0.2
4
4
  Classifier: Development Status :: 4 - Beta
5
5
  Classifier: Environment :: Console
6
6
  Classifier: Intended Audience :: Developers
@@ -25,22 +25,18 @@ Project-URL: Homepage, https://smbcloud.xyz
25
25
  Project-URL: Issues, https://github.com/getsigit/sigit/issues
26
26
  Project-URL: Repository, https://github.com/getsigit/sigit
27
27
 
28
- <p align="center">
29
- <strong>siGit Code</strong>
30
- </p>
31
-
32
- <h1 align="center">sigit</h1>
28
+ <h1 align="center">siGit Code</h1>
33
29
 
34
30
  <p align="center">
35
- <strong>AI coding agent powered by local LLM via <a href="https://ondeinference.com">Onde Inference</a>.</strong><br>
36
- ACP-compatible agent that runs entirely on your machine no API keys, no cloud.
31
+ AI coding agent powered by local LLM via <a href="https://ondeinference.com">Onde Inference</a>.<br>
32
+ Runs on your machine. No API keys, no cloud.
37
33
  </p>
38
34
 
39
35
  <p align="center">
40
- <a href="https://smbcloud.xyz"><img src="https://img.shields.io/badge/smbcloud.xyz-235843?style=flat-square&labelColor=17211D" alt="Website"></a>
41
36
  <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>
42
- <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>
43
37
  <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>
38
+ <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>
39
+ <a href="https://smbcloud.xyz"><img src="https://img.shields.io/badge/smbcloud.xyz-235843?style=flat-square&labelColor=17211D" alt="Website"></a>
44
40
  <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>
45
41
  </p>
46
42
 
@@ -52,48 +48,44 @@ Project-URL: Repository, https://github.com/getsigit/sigit
52
48
 
53
49
  ```sh
54
50
  pip install sigit-code
51
+ uvx --from sigit-code sigit
55
52
  ```
56
53
 
57
- Installs the native `sigit` binary for your platform no compiler, no Node.js, no runtime dependencies.
54
+ Installs a native `sigit` binary for your platform. No compiler, no runtime dependencies.
58
55
 
59
56
  ## Quick start
60
57
 
61
- ### Interactive TUI
58
+ ### Terminal
62
59
 
63
60
  ```sh
64
61
  sigit
65
62
  ```
66
63
 
67
- A terminal UI opens where you can chat with a local LLM coding agent directly.
64
+ Opens a chat UI where you talk to a local LLM coding agent directly.
68
65
 
69
- ### Zed editor (ACP agent)
66
+ ### Zed (ACP agent)
70
67
 
71
68
  siGit works as an [ACP-compatible](https://github.com/nicobailon/agent-client-protocol) agent in [Zed](https://zed.dev). Add this to your Zed settings:
72
69
 
73
70
  ```json
74
71
  {
75
- "agent": {
76
- "profiles": {
77
- "sigit": {
78
- "provider": "acp",
79
- "binary": {
80
- "path": "sigit",
81
- "args": ["--acp"]
82
- }
83
- }
72
+ "agent_servers": {
73
+ "siGit Code": {
74
+ "type": "custom",
75
+ "command": "/absolute/path/to/sigit"
84
76
  }
85
77
  }
86
78
  }
87
79
  ```
88
80
 
89
- Then select **sigit** as your agent profile in the Zed assistant panel.
81
+ Then pick **sigit** as your agent in the Zed assistant panel.
90
82
 
91
- ## Other installation methods
83
+ ## Other install methods
92
84
 
93
85
  | Method | Command |
94
86
  |--------|---------|
95
87
  | npm | `npm install -g @smbcloud/sigit` |
96
- | Homebrew | `brew install getsigit/sigit/sigit` |
88
+ | Homebrew | `brew tap getsigit/tap && brew install sigit` |
97
89
  | Cargo | `cargo install sigit` |
98
90
 
99
91
  ### From source
@@ -107,28 +99,20 @@ cargo build --release
107
99
 
108
100
  ## Platform support
109
101
 
110
- Pre-built native binaries ship for every major platform:
111
-
112
- | Platform | Architecture |
113
- |---------------|--------------|
114
- | macOS | arm64, x64 |
115
- | Linux (glibc) | arm64, x64 |
116
- | Windows | arm64, x64 |
102
+ | Platform | Architecture |
103
+ |----------|--------------|
104
+ | macOS | arm64, x64 |
105
+ | Linux (glibc) | arm64, x64 |
106
+ | Windows | arm64, x64 |
117
107
 
118
- ## Source & issues
108
+ ## Source and issues
119
109
 
120
- This package ships a pre-built native binary. Source lives at
121
- [github.com/getsigit/sigit](https://github.com/getsigit/sigit) —
122
- file bugs and feature requests there.
110
+ This package ships a pre-built binary. Source code is at [github.com/getsigit/sigit](https://github.com/getsigit/sigit). File bugs there.
123
111
 
124
112
  ## License
125
113
 
126
- Licensed under **Apache 2.0**.
127
-
128
- - [Apache License 2.0](https://github.com/getsigit/sigit/blob/main/LICENSE)
129
-
130
- ---
114
+ [Apache 2.0](https://github.com/getsigit/sigit/blob/main/LICENSE)
131
115
 
132
116
  ## Copyright
133
117
 
134
- 2026 smbCloud (Splitfire AB).
118
+ © 2026 [smbCloud](https://smbcloud.xyz/) (Splitfire AB).
@@ -0,0 +1,109 @@
1
+ # siGit Code
2
+
3
+ <p align="center">
4
+ <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>
5
+ <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>
6
+ <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>
7
+ <a href="https://smbcloud.xyz"><img src="https://img.shields.io/badge/smbcloud.xyz-235843?style=flat-square&labelColor=17211D" alt="Website"></a>
8
+ <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>
9
+ </p>
10
+
11
+ siGit is a coding agent that runs on your machine. No API keys, no cloud round-trips, no subscription.
12
+
13
+ It works with any codebase. It knows smbCloud repos a bit better — the Rust workspace layout, deploy flows, auth boundaries, GresIQ — so you spend less time explaining the setup.
14
+
15
+ Two modes:
16
+
17
+ - **ACP mode** — Zed or another ACP-compatible editor starts it over stdio
18
+ - **Terminal mode** — run `sigit` for an interactive chat UI
19
+
20
+ | Platform | ACP mode | Terminal mode |
21
+ |----------|----------|---------------|
22
+ | macOS | ✓ | ✓ |
23
+ | Linux | ✓ | ✓ |
24
+ | Windows | ✓ | not yet |
25
+
26
+ ## smbCloud context
27
+
28
+ In an smbCloud repo, siGit knows the terrain:
29
+
30
+ - platform user flows and tenant app auth flows are different things
31
+ - `Project` is the umbrella workspace; `FrontendApp`, `AuthApp`, and GresIQ are separate deployable units
32
+ - Next.js SSR deploys aren't the same as the git-push path
33
+ - existing workspace patterns and crate boundaries over new abstractions
34
+
35
+ In other repos it stays general and doesn't pretend otherwise.
36
+
37
+ ## Install
38
+
39
+ ```sh
40
+ cargo install sigit
41
+ ```
42
+
43
+ | Method | Command |
44
+ |--------|---------|
45
+ | Homebrew | `brew tap getsigit/tap && brew install sigit` |
46
+ | pip | `pip install sigit-code` |
47
+ | uv | `uvx --from sigit-code sigit` |
48
+ | npm | `npm install -g @smbcloud/sigit` |
49
+
50
+ ## First run
51
+
52
+ On first launch siGit downloads a GGUF model from Hugging Face, usually 1–2 GB. After that it loads from disk in a few seconds.
53
+
54
+ On macOS, the model cache is shared with the siGit desktop app via an App Group container. If the desktop app already pulled the model, the CLI reuses it.
55
+
56
+ ## Zed setup
57
+
58
+ Add to `~/.config/zed/settings.json`:
59
+
60
+ ```json
61
+ {
62
+ "agent_servers": {
63
+ "siGit Code": {
64
+ "type": "custom",
65
+ "command": "/absolute/path/to/sigit"
66
+ }
67
+ }
68
+ }
69
+ ```
70
+
71
+ Use the full absolute path. `~` doesn't expand here.
72
+
73
+ ## VSCode via ACP Client extension
74
+
75
+ Install [ACP client](https://marketplace.visualstudio.com/items?itemName=formulahendry.acp-client):
76
+
77
+ ```json
78
+ {
79
+ "acp.agents": {
80
+ "siGit Code": {
81
+ "command": "sigit",
82
+ "args": [],
83
+ "env": {}
84
+ }
85
+ }
86
+ }
87
+ ```
88
+
89
+ ## Terminal mode
90
+
91
+ Run `sigit` in a terminal and you get an interactive chat UI. Same model and system prompt as the editor integration, just without Zed.
92
+
93
+ Terminal mode needs Unix terminal behavior, so macOS and Linux only for now.
94
+
95
+ ## Platform support
96
+
97
+ | Platform | Architecture |
98
+ |----------|-------------|
99
+ | macOS | arm64, x64 |
100
+ | Linux (glibc) | arm64, x64 |
101
+ | Windows | arm64, x64 |
102
+
103
+ ## License
104
+
105
+ [Apache 2.0](https://github.com/getsigit/sigit/blob/main/LICENSE)
106
+
107
+ ## Copyright
108
+
109
+ © 2026 [smbCloud](https://smbcloud.xyz/) (Splitfire AB).
@@ -0,0 +1,62 @@
1
+ <h1 align="center">siGit Code</h1>
2
+
3
+ <p align="center">
4
+ AI coding agent powered by local LLM via <a href="https://ondeinference.com">Onde Inference</a>.<br>
5
+ Runs on your machine. No API keys, no cloud.
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
+ <br>
17
+
18
+ ## `${node_pkg}`
19
+
20
+ This is the npm distribution of siGit Code, a platform-specific binary package for [`@smbcloud/sigit`](https://www.npmjs.com/package/@smbcloud/sigit). You don't need to install it directly.
21
+
22
+ Install the main package and npm pulls in the right binary for your OS and architecture:
23
+
24
+ ```sh
25
+ npm install -g @smbcloud/sigit
26
+ ```
27
+
28
+ ## Other install methods
29
+
30
+ | Channel | Command |
31
+ |---------|---------|
32
+ | **npm** | `npm install -g @smbcloud/sigit` |
33
+ | **Homebrew** | `brew tap getsigit/tap && brew install sigit` |
34
+ | **pip** | `pip install sigit-code` |
35
+ | **uv** | `uvx --from sigit-code sigit` |
36
+ | **Cargo** | `cargo install sigit` |
37
+
38
+ ## Platform support
39
+
40
+ | Platform | Architecture | Package |
41
+ |----------|--------------|---------|
42
+ | macOS | Apple Silicon (arm64) | [`@smbcloud/sigit-darwin-arm64`](https://www.npmjs.com/package/@smbcloud/sigit-darwin-arm64) |
43
+ | macOS | Intel (x64) | [`@smbcloud/sigit-darwin-x64`](https://www.npmjs.com/package/@smbcloud/sigit-darwin-x64) |
44
+ | Linux | x64 | [`@smbcloud/sigit-linux-x64`](https://www.npmjs.com/package/@smbcloud/sigit-linux-x64) |
45
+ | Linux | arm64 | [`@smbcloud/sigit-linux-arm64`](https://www.npmjs.com/package/@smbcloud/sigit-linux-arm64) |
46
+ | Windows | x64 | [`@smbcloud/sigit-windows-x64`](https://www.npmjs.com/package/@smbcloud/sigit-windows-x64) |
47
+ | Windows | arm64 | [`@smbcloud/sigit-windows-arm64`](https://www.npmjs.com/package/@smbcloud/sigit-windows-arm64) |
48
+
49
+ ## Links
50
+
51
+ - [Homepage](https://smbcloud.xyz)
52
+ - [Source code](https://github.com/getsigit/sigit)
53
+ - [Issues](https://github.com/getsigit/sigit/issues)
54
+ - [Onde Inference](https://ondeinference.com)
55
+
56
+ ## License
57
+
58
+ [Apache-2.0](https://github.com/getsigit/sigit/blob/main/LICENSE)
59
+
60
+ ## Copyright
61
+
62
+ © 2026 [smbCloud](https://smbcloud.xyz/) (Splitfire AB).
@@ -0,0 +1,106 @@
1
+ <h1 align="center">siGit Code</h1>
2
+
3
+ <p align="center">
4
+ AI coding agent powered by local LLM via <a href="https://ondeinference.com">Onde Inference</a>.<br>
5
+ Runs entirely 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
+ ---
17
+
18
+ ## Install
19
+
20
+ ```sh
21
+ npm install -g @smbcloud/sigit
22
+ ```
23
+
24
+ The right binary for your platform is pulled in automatically. Works on macOS (Apple Silicon and Intel), Linux (x64 and arm64), and Windows (x64 and arm64).
25
+
26
+ ### Other ways to install
27
+
28
+ | Method | Command |
29
+ |---|---|
30
+ | **Homebrew** | `brew tap getsigit/tap && brew install sigit` |
31
+ | **pip** | `pip install sigit-code` |
32
+ | **uv** | `uvx --from sigit-code sigit` |
33
+ | **Cargo** | `cargo install sigit` |
34
+
35
+ ---
36
+
37
+ ## Usage
38
+
39
+ ```sh
40
+ sigit
41
+ ```
42
+
43
+ Opens a TUI coding agent that runs entirely on your device using a local LLM.
44
+
45
+ ### Zed (ACP agent)
46
+
47
+ Add this to `~/.config/zed/settings.json`:
48
+
49
+ ```json
50
+ {
51
+ "agent_servers": {
52
+ "siGit Code": {
53
+ "type": "custom",
54
+ "command": "sigit"
55
+ }
56
+ }
57
+ }
58
+ ```
59
+
60
+ Then select **siGit Code** as your agent in the Zed assistant panel.
61
+
62
+ ### VSCode via ACP Client extension
63
+
64
+ Install [ACP Client](https://marketplace.visualstudio.com/items?itemName=formulahendry.acp-client), then add:
65
+
66
+ ```json
67
+ {
68
+ "acp.agents": {
69
+ "siGit Code": {
70
+ "command": "sigit",
71
+ "args": [],
72
+ "env": {}
73
+ }
74
+ }
75
+ }
76
+ ```
77
+
78
+ ---
79
+
80
+ ## Platform support
81
+
82
+ | Platform | Architecture | Package |
83
+ |---|---|---|
84
+ | macOS | Apple Silicon (arm64) | [`@smbcloud/sigit-darwin-arm64`](https://www.npmjs.com/package/@smbcloud/sigit-darwin-arm64) |
85
+ | macOS | Intel (x64) | [`@smbcloud/sigit-darwin-x64`](https://www.npmjs.com/package/@smbcloud/sigit-darwin-x64) |
86
+ | Linux | x64 | [`@smbcloud/sigit-linux-x64`](https://www.npmjs.com/package/@smbcloud/sigit-linux-x64) |
87
+ | Linux | arm64 | [`@smbcloud/sigit-linux-arm64`](https://www.npmjs.com/package/@smbcloud/sigit-linux-arm64) |
88
+ | Windows | x64 | [`@smbcloud/sigit-windows-x64`](https://www.npmjs.com/package/@smbcloud/sigit-windows-x64) |
89
+ | Windows | arm64 | [`@smbcloud/sigit-windows-arm64`](https://www.npmjs.com/package/@smbcloud/sigit-windows-arm64) |
90
+
91
+ ---
92
+
93
+ ## Links
94
+
95
+ - [smbCloud](https://smbcloud.xyz/)
96
+ - [Source code](https://github.com/getsigit/sigit)
97
+ - [Issues](https://github.com/getsigit/sigit/issues)
98
+ - [Onde Inference](https://ondeinference.com)
99
+
100
+ ## License
101
+
102
+ [Apache-2.0](https://github.com/getsigit/sigit/blob/main/LICENSE)
103
+
104
+ ## Copyright
105
+
106
+ © 2026 [smbCloud](https://smbcloud.xyz/) (Splitfire AB).