llms.txt · git:20260820.958b978 · 2026-08-20 · sha256 64673e9f435c0d17
llms.txt git:20260820.958b978A
Immutable. This exact content is served forever at /api/v1/blob/64673e9f435c0d17.
# AIDE Sovereign Workbench > Offline-first, open-source development workbench: real code editor, local AI models, Git review, debugging, and optional online providers — without sending source code to the cloud. ## Key facts - Two-process architecture: browser frontend (Monaco editor) + Node.js daemon on loopback (HTTP/WebSocket, ports 4173/4777). - Local AI chat via llama.cpp OpenAI-compatible loopback; GGUF weights downloaded separately and SHA-256 verified; never bundled. - LSP client for TypeScript (diagnostics, completion, hover, go-to-definition); DAP client for Python/debugpy (foundation). - Git integration via CLI: status, diff, stage, commit, branches, history. - Online providers opt-in: OpenAI, Anthropic, Google Gemini, Mistral, Groq, OpenRouter; credentials encrypted at rest with Windows DPAPI in the daemon; host allowlist with explicit approval for custom hosts. - ChatGPT/Claude conversations.json export import into local chat history (additive, 10 MB cap). - Veritas evidence gates: AI-generated changes must pass compile, tests, Git whitespace, manifest validation, path boundaries, secret scanning before release; models never approve or apply their own changes. - Verified continuously: 168 architecture tests, 14 end-to-end browser tests, 10/10 doctor preflight. ## Links - Repository: https://github.com/AnonymousNomad/aide-sovereign-workbench - License: Apache-2.0 (LICENSE) - Security: SECURITY.md - Contributing: CONTRIBUTING.md - Roadmap: docs/RELEASE_ROADMAP.md - Research log: docs/RESEARCH_LOG.md - Model packs: models/PACKS.md - Benchmarks: benchmarks/ - Docs: docs/