

sharp dark color palette with #7c3aed primary purple accent and #06b6d4 AI highlights.http://localhost:3000 for the Chat UI, http://localhost:6080 for the shared desktop, and http://localhost:3001/health for the backend API. Prerequisites: Docker ≥ 24, Docker Compose ≥ 2, and an Anthropic API key.ANTHROPIC_API_KEY can be changed at runtime via the Settings panel — no restart needed. The DB-backed settings cache refreshes every 60 seconds.workspace mounted at /workspace. The backend orchestrates Claude API calls, LINA's identity layer, memory tiers, and tool execution — all over WebSocket and REST.
WORKSPACE_PATH. Attempts using ../ or absolute paths are blocked before touching the filesystem.ai-agent Linux user, separate from the human user account.POSTGRES_PASSWORD, DRAGONFLY_PASSWORD, and VNC_PASSWORD before any production deployment — defaults are clearly marked in .env.example.