mirror of
https://github.com/aaif-goose/goose.git
synced 2026-06-02 06:14:27 +02:00
9cf178265b
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
26 lines
404 B
JSON
26 lines
404 B
JSON
{
|
|
"name": "@aaif/goose-binary-linux-arm64",
|
|
"version": "0.16.0",
|
|
"description": "Goose binary for Linux ARM64",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/aaif-goose/goose.git"
|
|
},
|
|
"keywords": [
|
|
"goose",
|
|
"ai",
|
|
"agent",
|
|
"binary"
|
|
],
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"files": [
|
|
"bin/goose"
|
|
]
|
|
}
|