@toolkit-cli/toolkode-darwin-x64 0.0.0-main-202603310359 → 1.4.1
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 +24 -0
- package/bin/toolkode +0 -0
- package/package.json +4 -2
package/README.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# @toolkit-cli/toolkode-darwin-x64
|
|
2
|
+
|
|
3
|
+
Platform binary for **toolkode** — the AI engineering terminal.
|
|
4
|
+
|
|
5
|
+
This package contains the pre-compiled `toolkode` binary for `darwin-x64`.
|
|
6
|
+
|
|
7
|
+
## Do not install directly
|
|
8
|
+
|
|
9
|
+
Install the main package instead:
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
npm i -g @toolkit-cli/toolkode
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
The correct platform binary is installed automatically.
|
|
16
|
+
|
|
17
|
+
## Links
|
|
18
|
+
|
|
19
|
+
- Main package: [@toolkit-cli/toolkode](https://www.npmjs.com/package/@toolkit-cli/toolkode)
|
|
20
|
+
- Website: [toolkode.com](https://toolkode.com)
|
|
21
|
+
|
|
22
|
+
## License
|
|
23
|
+
|
|
24
|
+
Copyright (c) 2026 Toolkit-CLI LLC. All rights reserved.
|
package/bin/toolkode
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toolkit-cli/toolkode-darwin-x64",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"os": [
|
|
5
5
|
"darwin"
|
|
6
6
|
],
|
|
7
7
|
"cpu": [
|
|
8
8
|
"x64"
|
|
9
|
-
]
|
|
9
|
+
],
|
|
10
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
11
|
+
"description": "Platform binary for toolkode (darwin-x64)"
|
|
10
12
|
}
|