@smbcloud/sigit-darwin-arm64 1.0.2 → 1.0.3
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.
- package/README.md +9 -11
- package/bin/sigit +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<h1 align="center">siGit Code</h1>
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
|
-
|
|
5
|
-
Runs on your machine. No API keys
|
|
4
|
+
A local coding agent powered by <a href="https://ondeinference.com">Onde Inference</a>.<br>
|
|
5
|
+
Runs on your machine. No API keys. No cloud round-trips.
|
|
6
6
|
</p>
|
|
7
7
|
|
|
8
8
|
<p align="center">
|
|
@@ -13,13 +13,11 @@
|
|
|
13
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
14
|
</p>
|
|
15
15
|
|
|
16
|
-
<br>
|
|
17
|
-
|
|
18
16
|
## `sigit-darwin-arm64`
|
|
19
17
|
|
|
20
|
-
This is
|
|
18
|
+
This package is one of the platform-specific binaries behind [`@smbcloud/sigit`](https://www.npmjs.com/package/@smbcloud/sigit). You usually do not need to install it directly.
|
|
21
19
|
|
|
22
|
-
Install the main package and npm
|
|
20
|
+
Install the main package and npm will pull in the right binary for your OS and architecture:
|
|
23
21
|
|
|
24
22
|
```sh
|
|
25
23
|
npm install -g @smbcloud/sigit
|
|
@@ -29,11 +27,11 @@ npm install -g @smbcloud/sigit
|
|
|
29
27
|
|
|
30
28
|
| Channel | Command |
|
|
31
29
|
|---------|---------|
|
|
32
|
-
|
|
|
33
|
-
|
|
|
34
|
-
|
|
|
35
|
-
|
|
|
36
|
-
|
|
|
30
|
+
| npm | `npm install -g @smbcloud/sigit` |
|
|
31
|
+
| Homebrew | `brew tap getsigit/tap && brew install sigit` |
|
|
32
|
+
| pip | `pip install sigit-code` |
|
|
33
|
+
| uv | `uvx --from sigit-code sigit` |
|
|
34
|
+
| Cargo | `cargo install sigit` |
|
|
37
35
|
|
|
38
36
|
## Platform support
|
|
39
37
|
|
package/bin/sigit
CHANGED
|
Binary file
|