Your completely free, 100% offline, local AI coding assistant for VS Code.
Anya reads your active files, highlights syntax, and writes code directly into your editor—all without requiring an internet connection or any API keys.
🛠️ Step 1: Install the AI Engine (Ollama)
Because Anya runs entirely on your own computer to protect your privacy, she needs an "engine" to process your questions.
Download and install Ollama (Free for Windows, Mac, and Linux).
Open your computer's Terminal (or Command Prompt).
Download the coding brain by pasting this command and pressing Enter:
ollama pull qwen2.5-coder:3b
Download the conversational brain by pasting this command and pressing Enter:
ollama pull dolphin-phi
📦 Step 2: Install the Extension
Open Visual Studio Code.
Click on the Extensions icon on the left sidebar (the 4 squares).
At the very top right of the Extensions panel, click the ... menu.
Select "Install from VSIX..."
Choose the anya-autopilot.vsix file you downloaded.
🎮 How to Use Anya
Look for the Robot Icon on your left sidebar and click it.
Ensure Ollama is running in the background of your computer.
Open any code file, highlight a broken function (or let her read the whole file by checking the context box), and ask her to fix it!
Click the Insert button on any generated code block to instantly paste it into your file.