Local-First AI-Powered Document Intelligence for Windows. A native Windows desktop application that transforms your personal document collection into a queryable, AI-augmented knowledge base. No cloud, no telemetry, no internet dependency. Built on .NET 8.0 and WinUI 3, with support for Ollama (local), OpenAI, and Anthropic providers.
Current version: v2.1.0 — "Bedrock" (EF Core migrations + SQLCipher at-rest encryption, six fully-localized UI locales, keyboard-first power mode) Platform: Windows 10 build 19041+ (x64) License: MIT — see LICENSE. Copyright (c) 2026 Rocky Elsalaymeh.
Full product, architecture, and developer documentation lives under docs/. Start with:
| Document | Description |
|---|---|
docs/README.md |
Complete product documentation — features, install, build, configuration, architecture, data storage, and keyboard shortcuts |
docs/user-guide/getting-started/quick-start.md |
10-minute setup walkthrough for new users |
docs/user-guide/faq.md |
100+ frequently asked questions |
docs/user-guide/troubleshooting.md |
Solutions to common issues |
docs/user-guide/glossary.md |
100+ term glossary |
docs/user-guide/keyboard-shortcuts.md |
Power user navigation guide |
docs/user-guide/scenarios/README.md |
Real-world scenarios (5 use cases) |
docs/user-guide/templates/README.md |
Document and chat templates |
docs/user-guide/video-scripts/README.md |
Tutorial video scripts |
docs/ARCHITECTURE.md |
System architecture, component diagrams, startup sequence, data-layer design |
docs/DEVELOPER-GUIDE.md |
Developer-facing reference — services, DI, migrations, error handling, extension points |
docs/API-REFERENCE.md |
Public API reference |
docs/SERVICE-REFERENCE.md |
Internal service reference |
docs/PLUGIN-DEVELOPMENT-GUIDE.md |
Plugin development |
CHANGELOG.md |
Keep-a-Changelog history across all releases |
- v2.1.0 — 2026-05-30 — "Bedrock" final (A1 + A2 + B9 + C13; C14 audit log rescoped to v2.1.5)
- v2.1.0-preview.1 — 2026-04-17 — Bedrock data-layer preview (B9 + C13)
- v1.5.0 · v1.4.0 · v1.3.0
Agent-X includes comprehensive documentation across 20+ files and 8,000+ lines:
- Quick Start Guide — 10-minute setup walkthrough
- FAQ — 100+ frequently asked questions
- Troubleshooting — Common issues and solutions
- Glossary — 100+ term reference
- Keyboard Shortcuts — Power user navigation
- Scenarios — Research analysis, meeting intelligence, code review, document migration, personal knowledge base
- Templates — Document templates (project brief, meeting notes, research summary, technical spec) and chat templates
- Video Scripts — Quick Start, Advanced RAG, Knowledge Graph, Workflows, GPU Acceleration
- llms.txt — AI-optimized documentation index
- long-llms.txt — Extended AI reference
dotnet build -c Release
dotnet run --project src/AgentX.App
dotnet testFull build instructions, installer packaging, and runtime identifiers are in docs/README.md#build-from-source.