-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Expand file tree
/
Copy pathagent.json
More file actions
41 lines (41 loc) · 1.53 KB
/
Copy pathagent.json
File metadata and controls
41 lines (41 loc) · 1.53 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
{
"id": "claurst",
"name": "Claurst",
"version": "0.1.7",
"description": "Open-source, multi-provider terminal coding agent built in Rust. Multi-provider routing (Anthropic, OpenAI, Google, Groq, Ollama, OpenAI-compatible, …), full MCP support, plugin system, Rustle companion, chat forking, memory consolidation. No telemetry.",
"repository": "https://github.com/kuberwastaken/claurst",
"website": "https://claurst.kuber.studio",
"authors": [
"Kuber Mehta"
],
"license": "GPL-3.0",
"distribution": {
"binary": {
"darwin-aarch64": {
"archive": "https://github.com/kuberwastaken/claurst/releases/download/v0.1.7/claurst-macos-aarch64.tar.gz",
"cmd": "./claurst",
"args": ["acp"]
},
"darwin-x86_64": {
"archive": "https://github.com/kuberwastaken/claurst/releases/download/v0.1.7/claurst-macos-x86_64.tar.gz",
"cmd": "./claurst",
"args": ["acp"]
},
"linux-aarch64": {
"archive": "https://github.com/kuberwastaken/claurst/releases/download/v0.1.7/claurst-linux-aarch64.tar.gz",
"cmd": "./claurst",
"args": ["acp"]
},
"linux-x86_64": {
"archive": "https://github.com/kuberwastaken/claurst/releases/download/v0.1.7/claurst-linux-x86_64.tar.gz",
"cmd": "./claurst",
"args": ["acp"]
},
"windows-x86_64": {
"archive": "https://github.com/kuberwastaken/claurst/releases/download/v0.1.7/claurst-windows-x86_64.zip",
"cmd": "./claurst.exe",
"args": ["acp"]
}
}
}
}