Desktop app + CLI
Your local lab for LLMs and coding agents — with a cloud router, knowledge base, and the same tools as the web chat.
macOS Intel · Apple Silicon · Windows · Linux
Official installers per platform — CoderX desktop app and EuCoder CLI together. Plan/Build, Monaco, xterm, and 7 native tools. See /docs/deployment for self-host and enterprise.
Guided installation at /install. Download the official binary (.dmg for macOS, .exe for Windows, AppImage for Linux) — that's the recommended way. The CLI installs separately via npm.
EUcoder-X-macos-arm64.dmgInstaller scriptEUcoder-X-macos-x64.dmgInstaller scriptEUcoder-X-windows-x64-setup.exeInstaller scriptEUcoder-X-linux-x64.AppImageInstaller scriptNote: LM Studio and Ollama are configured inside the CoderX app on your PC — not in the web browser.
Guided setup · recommended models per GPU
Install Ollama or LM Studio on your PC, download the models that fit your GPU, and connect CoderX. All free and offline after the download.
Local models · free on your PC
Install a local runtime, download the recommended models for your GPU, then connect CoderX.
Install Ollama (linux)
curl -fsSL https://ollama.com/install.sh | sh
The browser can't read exact VRAM — we use the WebGL renderer and system RAM as a hint. Confirm or correct below.
GPU VRAM (manual):
Ollama — copy and run
ollama pull gemma2:2b ollama pull qwen2.5:3b
LM Studio
Search and download: Small instruct 3B (GGUF Q4)
Developer → Start server (port 1234) → Settings in CoderX
NVIDIA workstation / DGX Spark: NVIDIA Generative AI playbook →
Verifica provider locali…
Power users · automation
Headless agent, research, and KB search from the terminal — included in every CoderX installer or available CLI-only. Sign in with your EuCoder account for cloud sync.
Start the local server in LM Studio → Developer → Enable local server (port 1234).
# Configure in EUcoder X → Settings → Provider
ollama pull gemma4:26b OLLAMA_BASE_URL=http://localhost:11434/v1
The ModelRouter uses the local tier when X-Flashcode-Source: desktop and the local provider responds.
Ollama · LM Studio · AirLLM 70B+
GGUF on local GPU, AirLLM for large models, compatible with LM Studio and Ollama OpenAI-style servers.
Premium IDE: Qwen3 (SiliconFlow), GPT-4o (OpenAI), Kimi and GLM coming soon. NVIDIA NIM is only in the web chat.
SiliconFlow + upstream Pro/Team/Max
Web chat via SiliconFlow and direct upstream on paid plans. IDE: unlimited local + cloud behind tier.
flashcode-rag — search knowledge baseflashcode-kb-search — alias ClawHubChroma sidecar + knowledge base
TurboVec accelerates Chroma. flashcode-rag skill searches documents while you write patches and refactors.
Plan/Build · tools · git · bash
Multi-step agent with parallel Swarm in Plan/Build. Optional Flash Powers for advanced tasks.
| Capability | LM Studio | CoderX |
|---|---|---|
| Local model chat | ✓ | ✓ |
| Local OpenAI server | ✓ | ✓ (proxy) |
| Coding agent / tools | — | ✓ |
| EUcoder cloud RAG | — | ✓ MCP |
| Multi-model router | — | ✓ |
| Sync with web chat | — | ✓ |