-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathapps.json
More file actions
377 lines (377 loc) · 12.2 KB
/
Copy pathapps.json
File metadata and controls
377 lines (377 loc) · 12.2 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
{
"version": "1.0",
"generated": "2026-06-25T16:53:54.634265+00:00",
"apps": [
{
"id": "open-webui",
"name": "Open WebUI",
"description": "Feature-rich web interface for chatting with LLMs locally",
"category": [
"chat"
],
"date_added": "2025-02-05",
"links": {
"app": "https://github.com/open-webui/open-webui",
"guide": "https://lemonade-server.ai/docs/integrations/open-webui/",
"video": "https://www.youtube.com/watch?v=yZs-Yzl736E"
},
"logo": "https://raw.githubusercontent.com/lemonade-sdk/marketplace/main/apps/open-webui/logo.png",
"pinned": true
},
{
"id": "n8n",
"name": "n8n",
"description": "Workflow automation platform with native Lemonade integration for AI-powered automations",
"category": [
"automation"
],
"date_added": "2025-02-05",
"links": {
"app": "https://n8n.io/integrations/lemonade-model/",
"guide": "https://developer.amd.com/playbooks/n8n-automation-gpt-oss/"
},
"logo": "https://raw.githubusercontent.com/lemonade-sdk/marketplace/main/apps/n8n/logo.png",
"pinned": true
},
{
"id": "anythingllm",
"name": "AnythingLLM",
"description": "All-in-one AI application for productivity using on-device models",
"category": [
"chat"
],
"date_added": "2025-02-05",
"links": {
"app": "https://anythingllm.com/",
"guide": "https://lemonade-server.ai/docs/integrations/anythingLLM/"
},
"logo": "https://raw.githubusercontent.com/lemonade-sdk/marketplace/main/apps/anythingllm/logo.png",
"pinned": true
},
{
"id": "gaia",
"name": "GAIA",
"description": "Python SDK for designing multi-modal local-first agents",
"category": [
"automation"
],
"date_added": "2025-02-05",
"links": {
"app": "https://github.com/amd/gaia",
"guide": "https://github.com/amd/gaia?tab=readme-ov-file#getting-started-guide",
"video": "https://youtu.be/_PORHv_-atI?si=EYQjmrRQ6Zy2H0ek"
},
"logo": "https://raw.githubusercontent.com/lemonade-sdk/marketplace/main/apps/gaia/logo.png",
"pinned": true
},
{
"id": "infinity-arcade",
"name": "Infinity Arcade",
"description": "Generate and play infinite remixes of retro-style arcade games",
"category": [
"creative"
],
"date_added": "2025-02-05",
"links": {
"app": "https://github.com/lemonade-sdk/infinity-arcade"
},
"logo": "https://raw.githubusercontent.com/lemonade-sdk/marketplace/main/apps/infinity-arcade/logo.png",
"pinned": true
},
{
"id": "Claude Code",
"name": "Claude Code",
"description": "Agentic coding tool that reads your codebase, edits files, runs commands, and integrates with your development tools",
"category": [
"code"
],
"date_added": "2026-04-07",
"links": {
"app": "https://code.claude.com/docs/en/overview",
"guide": "https://lemonade-server.ai/docs/integrations/claude-code/"
},
"logo": "https://raw.githubusercontent.com/lemonade-sdk/marketplace/main/apps/claude-code/logo.png",
"pinned": true
},
{
"id": "github-copilot",
"name": "GitHub Copilot",
"description": "VS Code Copilot Extension for local AI coding assistance",
"category": [
"code"
],
"date_added": "2025-02-05",
"links": {
"app": "https://marketplace.visualstudio.com/items?itemName=lemonade-sdk.lemonade-sdk",
"guide": "https://admcpr.com/local-github-copilot-with-lemonade-server-on-windows",
"video": "https://www.youtube.com/watch?v=HUwGxlH3yAg"
},
"logo": "https://raw.githubusercontent.com/lemonade-sdk/marketplace/main/apps/github-copilot/logo.png",
"pinned": true
},
{
"id": "pi",
"name": "Pi",
"description": "Minimal terminal-based coding agent using local models via Lemonade",
"category": [
"code"
],
"date_added": "2026-06-22",
"links": {
"app": "https://pi.dev/",
"guide": "https://lemonade-server.ai/docs/integrations/pi/"
},
"logo": "https://raw.githubusercontent.com/lemonade-sdk/marketplace/main/apps/pi/logo.png",
"pinned": true
},
{
"id": "dify",
"name": "Dify",
"description": "Build node-based AI agents and RAG workflows",
"category": [
"automation"
],
"date_added": "2025-02-05",
"links": {
"app": "https://dify.ai/",
"guide": "https://marketplace.dify.ai/plugins/langgenius/lemonade"
},
"logo": "https://raw.githubusercontent.com/lemonade-sdk/marketplace/main/apps/dify/logo.png",
"pinned": true
},
{
"id": "fx-chatbot",
"name": "Firefox Chatbot",
"description": "Run lemonade inside your firefox browser",
"category": [
"chat"
],
"date_added": "2025-03-17",
"links": {
"app": "https://www.firefox.com/",
"guide": "https://quickthoughts.ca/posts/firefox-chatback-lemonade-sdk/"
},
"logo": "https://raw.githubusercontent.com/lemonade-sdk/marketplace/main/apps/fx-chatbot/logo.png",
"pinned": true
},
{
"id": "lemonade-mobile",
"name": "Lemonade Mobile",
"description": "iOS and Android chat app for your self-hosted Lemonade server",
"category": [
"chat"
],
"date_added": "2026-06-22",
"links": {
"app": "https://github.com/lemonade-sdk/lemonade-mobile"
},
"logo": "https://raw.githubusercontent.com/lemonade-sdk/marketplace/main/apps/lemonade-mobile/logo.png",
"pinned": true
},
{
"id": "morphik",
"name": "Morphik",
"description": "Centralize business knowledge and build reliable AI agents to automate tasks",
"category": [
"app"
],
"date_added": "2025-02-05",
"links": {
"app": "https://www.morphik.ai/",
"guide": "https://www.morphik.ai/docs/local-inference#lemonade"
},
"logo": "https://raw.githubusercontent.com/lemonade-sdk/marketplace/main/apps/morphik/logo.png",
"pinned": true
},
{
"id": "listenr",
"name": "Listenr",
"description": "Record, transcribe, and fine-tune your own audio models — all locally, powered by Lemonade.",
"category": [
"automation"
],
"date_added": "2026-06-01",
"links": {
"app": "https://github.com/Rebreda/listenr",
"guide": "https://quickthoughts.ca/posts/listenr-asr-training-data-problem"
},
"logo": "https://raw.githubusercontent.com/lemonade-sdk/marketplace/main/apps/listenr/logo.png",
"pinned": false
},
{
"id": "dream-server",
"name": "Dream Server",
"description": "Private local AI server for chat, agents, RAG, workflows, and self-hosted apps, with Lemonade-backed AMD inference support",
"category": [
"app",
"automation",
"chat"
],
"date_added": "2026-05-31",
"links": {
"app": "https://github.com/Light-Heart-Labs/DreamServer",
"guide": "https://github.com/Light-Heart-Labs/DreamServer/blob/main/dream-server/docs/LEMONADE-SDK-COMPAT.md",
"video": "https://youtu.be/nO8xFNHX-HA?si=Z7Hxf0Le6EV-atA6"
},
"logo": "https://raw.githubusercontent.com/lemonade-sdk/marketplace/main/apps/dream-server/logo.png",
"pinned": false
},
{
"id": "lemon-zest",
"name": "Lemon Zest",
"description": "Open source image editor using a local stable diffusion model",
"category": [
"creative",
"app"
],
"date_added": "2026-03-18",
"links": {
"app": "https://github.com/Phqen1x/lemon-zest",
"guide": "https://lemonade-server.ai/docs/integrations/lemon-zest",
"video": "https://youtu.be/XMtEJzPKcLE"
},
"logo": "https://raw.githubusercontent.com/lemonade-sdk/marketplace/main/apps/lemon-zest/logo.png",
"pinned": false
},
{
"id": "interviewer",
"name": "Interviewer",
"description": "AI-powered interview practice application with voice-enabled mock sessions",
"category": [
"app",
"chat"
],
"date_added": "2026-03-14",
"links": {
"app": "https://github.com/lemonade-sdk/interviewer",
"guide": "https://lemonade-server.ai/docs/server/apps/interviewer/"
},
"logo": "https://raw.githubusercontent.com/lemonade-sdk/marketplace/main/apps/interviewer/logo.png",
"pinned": false
},
{
"id": "codegpt",
"name": "CodeGPT",
"description": "AI coding assistant for VS Code with local LLM support",
"category": [
"code"
],
"date_added": "2025-02-05",
"links": {
"app": "https://codegpt.co/",
"guide": "https://lemonade-server.ai/docs/integrations/codeGPT/"
},
"logo": "https://raw.githubusercontent.com/lemonade-sdk/marketplace/main/apps/codegpt/logo.png",
"pinned": false
},
{
"id": "deep-tutor",
"name": "Deep Tutor",
"description": "AI-powered tutoring platform for personalized learning experiences",
"category": [
"app"
],
"date_added": "2025-02-05",
"links": {
"app": "https://deeptutor.knowhiz.us/"
},
"logo": "https://raw.githubusercontent.com/lemonade-sdk/marketplace/main/apps/deep-tutor/logo.png",
"pinned": false
},
{
"id": "hugging-face",
"name": "Hugging Face",
"description": "Browse and discover models compatible with Lemonade on Hugging Face Hub",
"category": [
"app"
],
"date_added": "2025-02-05",
"links": {
"app": "https://huggingface.co/models?apps=lemonade&sort=trending"
},
"logo": "https://raw.githubusercontent.com/lemonade-sdk/marketplace/main/apps/hugging-face/logo.png",
"pinned": false
},
{
"id": "iterate-ai",
"name": "Iterate.ai",
"description": "Enterprise AI platform for building and deploying AI solutions",
"category": [
"automation"
],
"date_added": "2025-02-05",
"links": {
"app": "https://www.iterate.ai/"
},
"logo": "https://raw.githubusercontent.com/lemonade-sdk/marketplace/main/apps/iterate-ai/logo.png",
"pinned": false
},
{
"id": "ai-toolkit",
"name": "Microsoft AI Toolkit",
"description": "Experiment at scale with LLMs in a VS Code extension",
"category": [
"code"
],
"date_added": "2025-02-05",
"links": {
"app": "https://learn.microsoft.com/en-us/windows/ai/toolkit/",
"guide": "https://lemonade-server.ai/docs/integrations/ai-toolkit/",
"video": "https://youtu.be/JecpotOZ6qo?si=WxWVQhUBCJQgE6vX"
},
"logo": "https://raw.githubusercontent.com/lemonade-sdk/marketplace/main/apps/ai-toolkit/logo.png",
"pinned": false
},
{
"id": "openhands",
"name": "OpenHands",
"description": "AI-powered software development agent that can write code, fix bugs, and more",
"category": [
"code"
],
"date_added": "2025-02-05",
"links": {
"app": "https://openhands.dev/",
"guide": "https://lemonade-server.ai/docs/integrations/open-hands/"
},
"logo": "https://raw.githubusercontent.com/lemonade-sdk/marketplace/main/apps/openhands/logo.png",
"pinned": false
},
{
"id": "perplexica",
"name": "Perplexica",
"description": "Open-source AI search engine with local LLM support",
"category": [
"chat"
],
"date_added": "2025-02-05",
"links": {
"app": "https://github.com/ItzCrazyKns/Perplexica"
},
"logo": "https://raw.githubusercontent.com/lemonade-sdk/marketplace/main/apps/perplexica/logo.png",
"pinned": false
}
],
"categories": [
{
"id": "chat",
"label": "Chat"
},
{
"id": "code",
"label": "Code"
},
{
"id": "creative",
"label": "Creative"
},
{
"id": "automation",
"label": "Automation"
},
{
"id": "app",
"label": "Apps"
}
]
}