Getting Started
InControl Desktop is a privacy-first, GPU-accelerated chat application that runs LLMs entirely on your machine.
Prerequisites
Section titled “Prerequisites”- .NET 9.0 Runtime
- Windows 10 1809+ (Windows 11 recommended)
- A local LLM backend — we recommend Ollama
Set up Ollama
Section titled “Set up Ollama”# Install from https://ollama.ai/download# Pull a modelollama pull llama3.2
# Start the serverollama serveInstall InControl
Section titled “Install InControl”From Release (recommended)
Section titled “From Release (recommended)”- Download the latest MSIX package from Releases
- Double-click to install
- Launch from Start Menu
From Source
Section titled “From Source”git clone https://github.com/mcp-tool-shop-org/InControl-Desktop.gitcd InControl-Desktopdotnet restoredotnet build
# Run (requires Ollama running locally)dotnet run --project src/InControl.AppRun tests
Section titled “Run tests”dotnet testVerify build environment
Section titled “Verify build environment”./scripts/verify.ps1