A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
A Chat Client for LLMs, written in Compose Multiplatform.
A Chat Client for LLMs, written in Compose Multiplatform. Target supports API providers such as OpenRouter, Anthropic, Grok, OpenAI, DeepSeek, Coze, Dify, Google Gemini, etc. You can also configure any OpenAI-compatible API or use native models via LM Studio/Ollama.







brew install uv
brew install node
winget install --id=astral-sh.uv -e
winget install OpenJS.NodeJS.LTS
./gradlew :desktopApp:run
./gradlew :desktop:packageDistributionForCurrentOS
# outputs are written to desktopApp/build/compose/binaries
./gradlew :androidApp:installDebug
./gradlew clean :androidApp:assembleRelease
# outputs are written to androidApp/build/outputs/apk/release
mcp-language-server gives MCP enabled clients access semantic tools like get definition, references, rename, and diagnos
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots