-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathapps.json
More file actions
599 lines (599 loc) · 20.8 KB
/
apps.json
File metadata and controls
599 lines (599 loc) · 20.8 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
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
[
{
"slug": "Maxim AI",
"name": "Maxim AI",
"description": "Maxim is an agent simulation, evaluation, and observability platform that empowers modern AI teams to deploy agents with quality, reliability, and speed.",
"url": "https://www.getmaxim.ai/",
"docs": "https://www.getmaxim.ai/docs/settings/model-configuration#model-configuration",
"tags": [
"coding",
"productivity",
"research"
],
"openSource": null,
"dateAdded": "2026-02-05"
},
{
"slug": "agent-swarm",
"name": "Agent Swarm",
"description": "Coordination intelligence for AI coding agents. A lead delegates, Docker-isolated workers ship code, memory compounds across sessions. Workers run via OpenRouter — bring your own key to pick any model (default: Qwen3 Coder Flash).",
"url": "https://agent-swarm.dev",
"docs": "https://docs.agent-swarm.dev/docs/guides/harness-configuration#opencode",
"tags": [
"coding",
"productivity"
],
"openSource": "https://github.com/desplega-ai/agent-swarm",
"dateAdded": "2026-05-09"
},
{
"slug": "agent-zero",
"name": "Agent Zero",
"description": "Build autonomous AI agents effortlessly.",
"url": "https://www.agent-zero.ai/",
"docs": "https://www.agent-zero.ai/p/docs/get-started/#configuration",
"tags": [
"productivity",
"chat",
"research"
],
"openSource": "https://github.com/agent0ai/agent-zero",
"dateAdded": "2026-01-28"
},
{
"slug": "aiassistworks",
"name": "AiAssistWorks",
"description": "AI for Google Sheets™, Slides™ & Docs™. Fill, clean, and categorize 100k+ rows with simple text commands—no complex formulas needed. Create charts, pivot tables, and write content using 100+ AI models.",
"url": "https://www.aiassistworks.com/",
"docs": "https://support.aiassistworks.com/kb/article/8/setting-up-openrouter-api-key",
"tags": [
"productivity",
"creative"
],
"openSource": null,
"dateAdded": "2026-01-15"
},
{
"slug": "aider",
"name": "Aider",
"description": "AI pair programming in your terminal that lets you work with LLMs to build on your existing codebase.",
"url": "https://aider.chat",
"docs": "https://aider.chat/docs/llms/openrouter.html",
"tags": [
"coding"
],
"openSource": "https://github.com/Aider-AI/aider",
"dateAdded": "2026-01-13"
},
{
"slug": "analystos",
"name": "analystOS",
"description": "Web UI for AI-powered research + optional Notion automation. Upload docs, scrape URLs, chat with research via RAG. Connect Notion for zero-touch automated reports. 50+ OpenRouter models.",
"url": "https://github.com/sheeki03/analystOS",
"docs": "https://github.com/sheeki03/analystOS#readme",
"tags": [
"research",
"productivity"
],
"openSource": "https://github.com/sheeki03/analystOS",
"dateAdded": "2025-01-15"
},
{
"slug": "autohand",
"name": "Autohand Code CLI",
"description": "The world fastest open code cli agent",
"url": "https://www.autohand.ai/cli",
"docs": "https://autohand.ai/docs/integrations/openrouter",
"tags": [
"coding",
"chat",
"research"
],
"openSource": "https://github.com/autohandai/code-cli",
"dateAdded": "2026-01-15"
},
{
"slug": "aventura",
"name": "Aventura",
"description": "A free, open source AI adventure and creative writing app",
"url": "https://aventura.camp",
"docs": "https://aventura.camp/setup/",
"tags": [
"creative"
],
"openSource": "https://github.com/unkarelian/Aventura",
"dateAdded": "2025-01-14"
},
{
"slug": "boltai",
"name": "BoltAI",
"description": "The best AI app for Mac. Instantly switch between 300+ AI models, from a single native app.",
"url": "https://boltai.com",
"docs": "https://help.boltai.com/articles/2327851-how-to-use-openrouter-in-boltai",
"tags": [
"chat"
],
"openSource": null,
"dateAdded": "2026-01-15"
},
{
"slug": "browser-use",
"name": "Browser Use",
"description": "Open-source browser agent driven via CDP. Pairs with OpenRouter as the action layer for any LLM — execute real web tasks with Claude, GPT, Gemini, or any of OR's 300+ models. 92K stars on main repo, 135K+ across the org. YC W25.",
"url": "https://browser-use.com",
"docs": "https://docs.browser-use.com/open-source/supported-models#openrouter",
"tags": [
"productivity",
"coding"
],
"openSource": "https://github.com/browser-use/browser-use",
"dateAdded": "2026-05-04"
},
{
"slug": "chatbox",
"name": "Chatbox",
"description": "Your Ultimate AI Copilot on the Desktop. Chatbox is a desktop client for ChatGPT, Claude and other LLMs, available on Windows, Mac, Linux, iOS, and Android.",
"url": "https://chatboxai.app",
"docs": "https://docs.chatboxai.app/en/guides/providers/openrouter",
"tags": [
"chat",
"coding",
"productivity"
],
"openSource": "https://github.com/chatboxai/chatbox",
"dateAdded": "2026-01-15"
},
{
"slug": "chatlima",
"name": "ChatLima",
"description": "Feature-rich MCP-powered AI chatbot with multi-model support, image input, PDF export, and comprehensive API key management for OpenRouter",
"url": "https://www.chatlima.com",
"docs": "https://www.chatlima.com/faq",
"tags": [
"chat",
"productivity"
],
"openSource": "https://github.com/brooksy4503/chatlima",
"dateAdded": "2025-01-15"
},
{
"slug": "chorus",
"name": "Chorus",
"description": "A macOS desktop app that provides unified access to multiple AI models and services. All the AI, on your Mac.",
"url": "https://github.com/meltylabs/chorus",
"docs": "https://github.com/meltylabs/chorus#readme",
"tags": [
"chat"
],
"openSource": "https://github.com/meltylabs/chorus",
"dateAdded": "2025-01-13"
},
{
"slug": "cline",
"name": "Cline",
"description": "Autonomous coding agent right in your IDE.",
"url": "https://cline.bot",
"docs": "https://github.com/cline/cline?tab=readme-ov-file#use-any-api-and-model",
"tags": [
"coding"
],
"openSource": "https://github.com/cline/cline",
"dateAdded": "2026-02-04"
},
{
"slug": "cloudflare",
"name": "Cloudflare AI Gateway",
"description": "Monitor, control, and optimize your AI applications.",
"url": "https://developers.cloudflare.com/ai-gateway/",
"docs": "https://developers.cloudflare.com/ai-gateway/providers/openrouter/",
"tags": [
"productivity",
"research"
],
"openSource": null,
"dateAdded": "2026-02-04"
},
{
"slug": "dexto",
"name": "Dexto",
"description": "Open agent harness for AI apps with a production-ready coding agent, CLI, and Web UI.",
"url": "https://dexto.ai",
"docs": "https://docs.dexto.ai/docs/guides/configuring-dexto/llm#gateway-providers",
"tags": [
"coding",
"productivity",
"research"
],
"openSource": "https://github.com/truffle-ai/dexto",
"dateAdded": "2026-02-06"
},
{
"slug": "gitbug",
"name": "GitBug",
"description": "AI-powered code review for GitHub PRs. Bring your own OpenRouter key to get automated reviews with 100+ models.",
"url": "https://gitbug.ai",
"docs": "https://gitbug.ai/docs",
"tags": [
"coding"
],
"openSource": null,
"dateAdded": "2026-01-28"
},
{
"slug": "github-copilot",
"name": "GitHub Copilot",
"description": "Bring your own OpenRouter key to VS Code and GitHub Copilot to use Agent mode with any model.",
"url": "https://github.com/features/copilot",
"docs": "https://code.visualstudio.com/docs/copilot/language-models#_bring-your-own-language-model-key",
"tags": [
"coding"
],
"openSource": null,
"dateAdded": "2026-01-13"
},
{
"slug": "helicone",
"name": "Helicone",
"description": "Observability and Evaluation. Bring your OpenRouter key to supercharge your inference.",
"url": "https://www.helicone.ai",
"docs": "https://docs.helicone.ai/getting-started/integration-method/openrouter#openrouter-integration",
"tags": [
"productivity",
"research"
],
"openSource": "https://github.com/Helicone/helicone",
"dateAdded": "2026-02-04"
},
{
"slug": "kilocode",
"name": "Kilo Code",
"description": "An AI-powered coding assistant for VS Code that supports multiple AI providers and models.",
"url": "https://kilo.ai",
"docs": "https://kilo.ai/docs/providers/openrouter",
"tags": [
"coding"
],
"openSource": "https://github.com/Kilo-Org/kilocode",
"dateAdded": "2025-01-08"
},
{
"slug": "librechat",
"name": "LibreChat",
"description": "An open-source chat application for all your AI conversations, compatible with any AI provider.",
"url": "https://www.librechat.ai",
"docs": "https://www.librechat.ai/docs/configuration/librechat_yaml/ai_endpoints/openrouter",
"tags": [
"chat"
],
"openSource": "https://github.com/danny-avila/LibreChat",
"dateAdded": "2026-01-13"
},
{
"slug": "llamaindex",
"name": "LlamaIndex",
"description": "Framework for building knowledge assistants using LLMs connected to your enterprise data.",
"url": "https://www.llamaindex.ai",
"docs": "https://docs.llamaindex.ai/en/stable/api_reference/llms/openrouter/",
"tags": [
"coding",
"research"
],
"openSource": "https://github.com/run-llama/llama_index",
"dateAdded": "2026-02-04"
},
{
"slug": "mastra",
"name": "Mastra",
"description": "An open-source TypeScript framework for building AI-powered applications and agents.",
"url": "https://mastra.ai",
"docs": "https://mastra.ai/docs/frameworks/agentic-uis/openrouter",
"tags": [
"coding"
],
"openSource": "https://github.com/mastra-ai/mastra",
"dateAdded": "2026-01-13"
},
{
"slug": "moltbot",
"name": "OpenClaw (Moltbot)",
"description": "A personal AI assistant you run on your own devices. Connects to WhatsApp, Telegram, Discord, Slack, and 50+ other services with persistent memory and extensible capabilities.",
"url": "https://openclaw.ai/",
"docs": "https://docs.openclaw.ai/providers/openrouter",
"tags": [
"productivity"
],
"openSource": "https://github.com/openclaw/openclaw",
"dateAdded": "2026-01-27"
},
{
"slug": "nanoclaw",
"name": "NanoClaw",
"description": "A lightweight alternative to OpenClaw that runs agents in isolated containers and supports channels like WhatsApp, Telegram, Slack, Discord, and Gmail.",
"url": "https://nanoclaw.dev",
"docs": "https://github.com/qwibitai/nanoclaw#readme",
"tags": [
"chat",
"productivity"
],
"openSource": "https://github.com/qwibitai/nanoclaw",
"dateAdded": "2026-04-06"
},
{
"slug": "nanocode",
"name": "nanocode",
"description": "Minimal Claude Code alternative. Single Python file, zero dependencies, ~250 lines. Full agentic coding loop with tools for read, write, edit, glob, grep, and bash.",
"url": "https://github.com/1rgs/nanocode",
"docs": "https://github.com/1rgs/nanocode#openrouter",
"tags": [
"coding"
],
"openSource": "https://github.com/1rgs/nanocode",
"dateAdded": "2026-01-14"
},
{
"slug": "nikke-db-story-gen",
"name": "Nikke-DB Story/Roleplaying Generator",
"description": "Interactive roleplay and story generation tool in the Goddess of Victory: NIKKE universe. Features synced Live2D animations and context-aware emotional expressions of the characters.",
"url": "https://nikke-db.pages.dev/story-gen",
"docs": "https://nikke-db.pages.dev/story-gen",
"tags": [
"chat",
"creative"
],
"openSource": "https://github.com/Nikke-db/nikke-db-vue",
"dateAdded": "2026-01-28"
},
{
"slug": "novelcrafter",
"name": "Novelcrafter",
"description": "Your all-in-one writing workspace that blends a powerful world-building wiki called Codex with flexible, model-agnostic AI assistance to help authors plan, draft, and finish their novels with complete creative control.",
"url": "https://www.novelcrafter.com",
"docs": "https://www.novelcrafter.com/help/docs/ai-connections/openrouter",
"tags": [
"chat",
"creative",
"productivity"
],
"openSource": null,
"dateAdded": "2025-01-13"
},
{
"slug": "octomind",
"name": "Octomind",
"description": "Session-based AI development assistant CLI. MCP tool execution, multi-provider support via OpenRouter, roles, skills, and agent orchestration — all from the terminal.",
"url": "https://octomind.run",
"docs": "https://octomind.run/docs/providers/openrouter",
"tags": [
"coding",
"productivity"
],
"openSource": "https://github.com/muvon/octomind",
"dateAdded": "2026-05-24"
},
{
"slug": "openrouter-mcp-multimodal",
"name": "OpenRouter MCP Multimodal",
"description": "All-in-one MCP server that gives Claude Desktop, Cursor, Kiro, VS Code, Windsurf, and Cline access to OpenRouter's 300+ LLMs — chat, image / audio / video analysis, and image / audio / video generation (Veo 3.1, Sora, Seedance, Wan).",
"url": "https://github.com/stabgan/openrouter-mcp-multimodal",
"docs": "https://github.com/stabgan/openrouter-mcp-multimodal#quick-start",
"tags": [
"productivity",
"chat",
"creative"
],
"openSource": "https://github.com/stabgan/openrouter-mcp-multimodal",
"dateAdded": "2026-05-04"
},
{
"slug": "openrouter-rs",
"name": "openrouter-rs",
"description": "Community-maintained Rust SDK and companion CLI for OpenRouter, with typed clients for chat, responses, messages, models, embeddings, streaming, and management workflows.",
"url": "https://github.com/realmorrisliu/openrouter-rs",
"docs": "https://github.com/realmorrisliu/openrouter-rs/blob/main/docs/community/awesome-openrouter/README.md",
"tags": [
"coding"
],
"openSource": "https://github.com/realmorrisliu/openrouter-rs",
"dateAdded": "2026-04-20"
},
{
"slug": "ottex",
"name": "Ottex",
"description": "WisprFlow + Raycast AI shortcuts but with OpenRouter BYOK. Dictate emails, Slack messages, Claude Code prompts and more. Auto-formats based on the app you're working with.",
"url": "https://ottex.ai",
"docs": "https://ottex.ai/docs",
"tags": [
"productivity"
],
"openSource": null,
"dateAdded": "2026-01-14"
},
{
"slug": "posthog",
"name": "PostHog",
"description": "Dev tools that help product engineers build successful products.",
"url": "https://posthog.com",
"docs": "https://posthog.com/tutorials/openrouter-observability",
"tags": [
"productivity"
],
"openSource": "https://github.com/PostHog/posthog",
"dateAdded": "2026-02-04"
},
{
"slug": "postqode",
"name": "PostQode",
"description": "AI-powered SDLC platform with specialized agents for API, Web, and Mobile testing, plus a generic Agent for development.",
"url": "https://postqode.ai",
"docs": "https://docs.postqode.ai/settings/model-configuration",
"tags": [
"productivity"
],
"openSource": null,
"dateAdded": "2026-01-21"
},
{
"slug": "project-airi",
"name": "Project AIRI",
"description": "An open‑source virtual companion inspired by Neuro-sama that can chat, listen, speak, and play games",
"url": "https://airi.moeru.ai/",
"docs": "https://airi.moeru.ai/docs/en/",
"tags": [
"chat"
],
"openSource": "https://github.com/moeru-ai/airi",
"dateAdded": "2026-03-19"
},
{
"slug": "quests",
"name": "Quests",
"description": "The open-source app builder.",
"url": "https://quests.dev",
"docs": "https://quests.dev/providers/openrouter",
"tags": [
"chat",
"coding",
"productivity",
"creative"
],
"openSource": "https://github.com/quests-org/quests",
"dateAdded": "2026-01-15"
},
{
"slug": "roboflow",
"name": "Roboflow Workflows",
"description": "A visual builder for computer vision pipelines. The OpenRouter block runs any of 300+ vision-language models on your images and detection crops, so you can swap models without rewriting your pipeline.",
"url": "https://roboflow.com/workflows",
"docs": "https://inference.roboflow.com/workflows/blocks/open_router/",
"tags": [
"productivity",
"research"
],
"openSource": "https://github.com/roboflow/inference",
"dateAdded": "2026-05-20"
},
{
"slug": "roo-code",
"name": "Roo Code",
"description": "An AI-powered autonomous coding agent that lives in your editor.",
"url": "https://roocode.com",
"docs": "https://docs.roocode.com/providers/openrouter",
"tags": [
"coding"
],
"openSource": "https://github.com/RooCodeInc/Roo-Code",
"dateAdded": "2026-01-13"
},
{
"slug": "shakespeare",
"name": "Shakespeare",
"description": "An open-source browser-based AI application builder that works entirely in-browser without a backend. Supports OpenRouter, OpenCode, OpenAI, Anthropic, and more.",
"url": "https://shakespeare.diy",
"docs": "https://soapbox.pub/shakespeare-resources/",
"tags": [
"coding"
],
"openSource": "https://gitlab.com/soapbox-pub/shakespeare",
"dateAdded": "2026-01-15"
},
{
"slug": "sillytavern",
"name": "SillyTavern",
"description": "A local-first LLM frontend for power users, supporting chat, character cards, and multiple AI providers.",
"url": "https://sillytavern.app",
"docs": "https://docs.sillytavern.app/usage/api-connections/openrouter/",
"tags": [
"chat",
"creative"
],
"openSource": "https://github.com/SillyTavern/SillyTavern",
"dateAdded": "2025-01-08"
},
{
"slug": "skales",
"name": "Skales",
"description": "Local AI desktop agent for Windows, macOS & Linux. 15+ providers, Desktop Buddy, Discover Feed, Custom Skills, Browser Agent. No Docker, no terminal.",
"url": "https://skales.app",
"docs": "https://docs.skales.app",
"tags": [
"chat",
"productivity",
"coding"
],
"openSource": "https://github.com/skalesapp/skales",
"dateAdded": "2026-03-26"
},
{
"slug": "soulforge",
"name": "SoulForge",
"description": "Graph-powered coding agent for the terminal. Edits code by symbol via AST, not find-and-replace.",
"url": "https://soulforge.proxysoul.com",
"docs": "https://soulforge.proxysoul.com/providers/overview#openrouter",
"tags": [
"coding"
],
"openSource": "https://github.com/proxysoul/soulforge",
"dateAdded": "2026-05-14"
},
{
"slug": "space-agent",
"name": "Space Agent",
"description": "Free and open-source AI agent that builds your space right in the browser.",
"url": "https://space-agent.ai/",
"docs": "https://github.com/agent0ai/space-agent/blob/main/app/L0/_all/mod/_core/documentation/docs/agent/onscreen-agent-runtime.md",
"tags": [
"productivity",
"chat"
],
"openSource": "https://github.com/agent0ai/space-agent",
"dateAdded": "2026-04-17"
},
{
"slug": "spokenly",
"name": "Spokenly",
"description": "Dictation app for macOS, Windows, and iOS, free when you bring your own API keys. Real-time and file transcription, plus optional AI text cleanup and rewriting using your own OpenRouter key and the model you pick.",
"url": "https://spokenly.app",
"docs": "https://spokenly.app/docs",
"tags": [
"productivity"
],
"openSource": null,
"dateAdded": "2026-05-31"
},
{
"slug": "stirrup",
"name": "Stirrup",
"description": "A lightweight framework for building agents. Bring your own OpenRouter key and use `ChatCompletionsClient` to build your own agents with any model.",
"url": "https://github.com/ArtificialAnalysis/Stirrup",
"docs": "https://stirrup.artificialanalysis.ai/",
"tags": [
"productivity"
],
"openSource": "https://github.com/ArtificialAnalysis/Stirrup",
"dateAdded": "2026-01-15"
},
{
"slug": "vtcode",
"name": "VT Code",
"description": "Semantic coding agent in the terminal",
"url": "https://github.com/vinhnx/vtcode",
"docs": "https://github.com/vinhnx/vtcode/blob/main/docs/providers/openrouter.md",
"tags": [
"coding"
],
"openSource": "https://github.com/vinhnx/vtcode",
"dateAdded": "2024-01-17"
},
{
"slug": "warden",
"name": "Warden",
"description": "A Native Swift MacOS app that that supports multiple AI providers and models using your own API keys.",
"url": "https://karatsidhu.gumroad.com/l/warden",
"docs": "https://github.com/SidhuK/WardenApp/blob/main/Setup.MD",
"tags": [
"chat"
],
"openSource": "https://github.com/SidhuK/WardenApp",
"dateAdded": "2025-01-14"
}
]