-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstore.json
More file actions
39 lines (39 loc) · 1.73 KB
/
Copy pathstore.json
File metadata and controls
39 lines (39 loc) · 1.73 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
{
"version": 1,
"updatedAt": "2026-01-25T10:04:33.064Z",
"featured": {
"title": "Terminal is here",
"subtitle": "Full shell access on your device",
"description": "Get complete terminal access to your local machine with interactive PTY sessions, tab support, and native performance.",
"imageUrl": "https://raw.githubusercontent.com/Jaseunda/clips/refs/heads/main/clips/assets/handshake.jpg",
"app": "com.relay.terminal"
},
"apps": [
{
"bundleId": "com.relay.ollama",
"name": "Ollama",
"description": "Run local LLMs directly on your device with Ollama. Chat with AI models privately and securely.",
"version": "1.0.0",
"sizeBytes": 1524722,
"iconUrl": "https://raw.githubusercontent.com/Jaseunda/clips/main/clips/assets/ollama-icon.png",
"downloadUrl": "https://raw.githubusercontent.com/Jaseunda/clips/main/clips/rly/ollama.rly",
"screenshotUrls": [],
"author": "Relay",
"category": "Utilities, Chat, Productivity",
"license": "MIT"
},
{
"bundleId": "com.relay.terminal",
"name": "Terminal",
"description": "Full terminal access to your local machine with interactive PTY sessions.",
"version": "0.0.2",
"sizeBytes": 2039322,
"iconUrl": "https://raw.githubusercontent.com/Jaseunda/clips/main/clips/assets/terminal-icon.png",
"downloadUrl": "https://raw.githubusercontent.com/Jaseunda/clips/main/clips/rly/terminal.rly",
"screenshotUrls": [],
"author": "Relay",
"category": "Utilities",
"license": "MIT"
}
]
}