Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions applications.json
Original file line number Diff line number Diff line change
Expand Up @@ -10152,6 +10152,24 @@
"python"
]
},
{
"title": "Off Grid AI Desktop",
"short_description": "Private on-device AI suite for Apple Silicon Macs: local LLM chat via llama.cpp, RAG search over your own data, MCP connectors, and Stable Diffusion image generation, with no account, no telemetry, and no cloud.",
"categories": [
"chat",
"development",
"productivity"
],
"repo_url": "https://github.com/off-grid-ai/off-grid-ai-desktop",
"icon_url": "https://raw.githubusercontent.com/off-grid-ai/off-grid-ai-desktop/main/resources/icon.png",
"screenshots": [
"https://raw.githubusercontent.com/off-grid-ai/off-grid-ai-desktop/main/docs/screenshots/02-chat.png"
],
"official_site": "https://getoffgridai.co/desktop",
"languages": [
"typescript"
]
},
{
"short_description": "Simple SQL Client for lightweight data analysis.",
"categories": [
Expand Down