-
Notifications
You must be signed in to change notification settings - Fork 204
Expand file tree
/
Copy pathagent.json
More file actions
43 lines (43 loc) · 1.57 KB
/
Copy pathagent.json
File metadata and controls
43 lines (43 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"id": "cursor",
"name": "Cursor",
"version": "2026.06.19",
"description": "Cursor's coding agent",
"website": "https://cursor.com/docs/cli/acp",
"authors": ["Cursor"],
"license": "proprietary",
"distribution": {
"binary": {
"darwin-aarch64": {
"archive": "https://downloads.cursor.com/lab/2026.06.19-20-24-33-653a7fb/darwin/arm64/agent-cli-package.tar.gz",
"cmd": "./dist-package/cursor-agent",
"args": ["acp"]
},
"darwin-x86_64": {
"archive": "https://downloads.cursor.com/lab/2026.06.19-20-24-33-653a7fb/darwin/x64/agent-cli-package.tar.gz",
"cmd": "./dist-package/cursor-agent",
"args": ["acp"]
},
"linux-aarch64": {
"archive": "https://downloads.cursor.com/lab/2026.06.19-20-24-33-653a7fb/linux/arm64/agent-cli-package.tar.gz",
"cmd": "./dist-package/cursor-agent",
"args": ["acp"]
},
"linux-x86_64": {
"archive": "https://downloads.cursor.com/lab/2026.06.19-20-24-33-653a7fb/linux/x64/agent-cli-package.tar.gz",
"cmd": "./dist-package/cursor-agent",
"args": ["acp"]
},
"windows-aarch64": {
"archive": "https://downloads.cursor.com/lab/2026.06.19-20-24-33-653a7fb/windows/arm64/agent-cli-package.zip",
"cmd": "./dist-package\\cursor-agent.cmd",
"args": ["acp"]
},
"windows-x86_64": {
"archive": "https://downloads.cursor.com/lab/2026.06.19-20-24-33-653a7fb/windows/x64/agent-cli-package.zip",
"cmd": "./dist-package\\cursor-agent.cmd",
"args": ["acp"]
}
}
}
}