@agent-orcha/node-omni-orcha-darwin-arm64 2026.324.2000

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 (2) hide show
  1. package/omni.node +0 -0
  2. package/package.json +23 -0
package/omni.node ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,23 @@
1
+ {
2
+ "name": "@agent-orcha/node-omni-orcha-darwin-arm64",
3
+ "version": "2026.324.2000",
4
+ "description": "node-omni-orcha prebuilt binaries for macOS arm64 (Metal GPU)",
5
+ "os": [
6
+ "darwin"
7
+ ],
8
+ "cpu": [
9
+ "arm64"
10
+ ],
11
+ "files": [
12
+ "*.node",
13
+ "*.metallib"
14
+ ],
15
+ "license": "MIT",
16
+ "publishConfig": {
17
+ "access": "public"
18
+ },
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "https://github.com/ddalcu/node-omni-orcha"
22
+ }
23
+ }