V-AGENT
LOCAL-FIRST AI CODING AGENT

YOUR CODE.
YOUR AI.
YOUR RULES.

A complete AI coding agent running entirely on your machine via Ollama. Zero cloud. Zero telemetry. Zero limits. Pure terminal power.

⌛ NOT RELEASED YET> VIEW DEMO
THE TERMINAL SPEAKS

NO API CALLS.
NO USAGE CAPS.
NO BULLSHIT.

V-Agent is your private AI that lives in the terminal. It talks to Ollama locally, indexes your project, and helps you code — completely offline.

LIVE DEMO

SEE IT IN
ACTION

V-Agent runs in your terminal. No GUI, no bloat — just pure text. Here's exactly what you see when you run it.

CAPABILITIES

WHAT IT
DOES

Every feature runs locally through Ollama. No network calls, no telemetry, no one watching your code.

REFERENCE

COMMAND
CHEATSHEET

Everything you can type after the vagent> prompt.

Any message without / prefix automatically enters chat mode.

HISTORY

CHANGE
LOG

Every release, every feature, every fix — documented.

QUESTIONS

F.A.Q.

Everything you wanted to know about V-Agent but were afraid to ask.

GET STARTED

INSTALL &
RUN

You're 3 steps away from having your own local AI coding agent.

QUICK START
  1. Install Ollama and pull the model:
    ollama pull qwen2.5-coder:14b
  2. Compile V-Agent from source:
    g++ -std=c++17 -o vagent.exe src/vagent.cpp -static -O2
  3. Run it:
    .\vagent.exe
⌛ BINARIES NOT YET RELEASED

V-AGENT v0.3

— C++ NATIVE CLI

PRE-RELEASEC++OLLAMAOFFLINEGPL v3WIN10/11
Requires: Windows 10/11 · MinGW (g++) · Ollama · qwen2.5-coder:14b
⌛ NO BINARIES YET Source code only — compile yourself
LICENSE
GPL v3
PLATFORM
WIN10/11
TYPE
SOURCE
PRE-RELEASE · SOURCE AVAILABLE