Skip to content

borgels/vaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

114 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Vaner

Local-first preparation for AI coding agents.
Vaner turns idle compute into evidence-backed Prepared Work before your next prompt lands.

CI CodeQL Release License OpenSSF Scorecard

Download Desktop · Docs · Integrations · Latest release

Status: alpha (pre-1.0). Interfaces may evolve while core behavior stabilizes.

What Vaner Does

Vaner runs beside your editor as a local engine. It watches the repository you scope it to, prepares useful context in the background, and serves the best fit to your AI client when the real question arrives.

Prepared Work can include review notes, bug hypotheses, docs drift, research briefs, virtual diffs, and prediction-backed drafts. It is non-mutating by default: Vaner can prepare a diff, but applying or exporting work is always an explicit user action.

Recommended Install

Most users should start with Vaner Desktop.

Desktop starts the local engine, picks an Ollama model for your hardware, and wires Vaner into supported AI clients it detects on your machine. You normally do not install Vaner inside the AI client first; the AI client is where the agent uses Vaner after Desktop or vaner init configures the integration.

How You Interact With Vaner

Vaner is one local engine/daemon with several surfaces around it. MCP is the primary interface for AI agents. Desktop and Companion are the primary human-facing controls.

Surface Primary user Purpose Default? Where documented
AI client via MCP AI agent Pull Prepared Work and call vaner.* tools from Cursor, Claude Code, Codex, Zed, and similar clients. Yes, for agents MCP mode
Desktop tray/taskbar window Human user Install, start/stop Vaner, see status, and wire detected clients. Yes, for humans Getting started
Companion/settings thin client Human user Manage common settings, integrations, backend/runtime choices, and privacy posture. Yes, through Desktop Configuration
Cockpit / Web UI Advanced user Inspect engine state, priorities, Prepared Work, diagnostics, and live activity. No, advanced Prepared Work
CLI Power users / CI Script setup, daemon control, status, doctor, logs, and config. No CLI reference
Primer/rules, skills, plugins/hooks AI agent integration Make MCP usage reliable and client-specific. Yes, where supported Client integration depth
Proxy/gateway Compatibility users OpenAI-compatible fallback for tools that cannot call MCP directly. No Proxy mode

Power Users / CI

Use the CLI path for CI, Docker, SSH-only machines, or scripted setup.

# Linux/macOS one-line installer
curl -fsSL --proto '=https' --tlsv1.2 https://vaner.ai/install.sh | bash

# Or install with a Python tool runner
pipx install 'vaner[mcp]'
uv tool install 'vaner[mcp]'

First run:

vaner init --path .   # detect hardware, pick a model, wire detected MCP clients
vaner up --path .     # start the daemon and Cockpit

Cockpit opens at http://127.0.0.1:8473/ with live engine state, Prepared Work, predictions, goals, diagnostics, and feedback.

AI Client Setup

Vaner exposes context to agents over MCP. Desktop and vaner init configure supported clients automatically. Manual setup is still available:

Client One command
Claude Code plugin /plugin marketplace add Borgels/vaner then /plugin install vaner@vaner
Claude Code MCP claude mcp add --transport stdio --scope user vaner -- vaner mcp --path .
Codex CLI codex mcp add vaner -- vaner mcp --path .
Cursor, VS Code, Zed, Windsurf, Continue, Claude Desktop, Cline, Roo See Integrations

Documentation

Contributing

See CONTRIBUTING.md for development setup, testing, CI, Claude Code plugin parity rules, and DCO sign-off.

git clone https://github.com/Borgels/vaner.git
cd vaner
python -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
pre-commit install
pytest tests -m "not slow and not integration"

Project

License

Apache-2.0. Copyright 2026 Borgels Olsen Holding ApS (VAT DK39700425).

About

Predictive context engine for AI coding workflows.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors