Skip to main content

pip install vinv

Vinv runs, tests, and finds issues in your services — with zero code changes.

PyPI Python License 100% local

Python services & APIs · runs on your machine · no account, no API keys, no telemetry


Vinv watches a real run of your Python services and hands your AI coding agent the actual execution evidence — traces, argument values, the failing frame — instead of leaving it to guess from static text. Then it won't let a fix land until it passes acceptance tests written before the fix that the agent never sees.

Your coding agent (Claude Code, Cursor, Copilot…) is the only LLM. No new bill, no provider keys.

Install

pip install vinv

Or run any engine with zero install via uv:

uvx --from vinv exerciser campaign ./my-service --budget 20

First run fetches a one-time ~500 MB local embedding model. Python 3.12–3.14.

What you get — Run · Test · Find · Prove

  • 🏃 Run — brings every service in your repo up under tracing with zero edits to your code: timings, arguments, return values, call trees, from the real run.
  • 🧪 Test — drives real requests through every endpoint (valid, boundary, negative, authenticated) and banks each response as a permanent regression case.
  • 🔎 Find — surfaces what actually broke or slowed down: server errors, crashes, latency hotspots, memory leaks, duplicate recomputation, and dead code — each tied to the exact source line. Plus semantic code search: ask by meaning, get ranked symbols with def bodies and line numbers.
  • ✅ Prove — hands that evidence to your coding agent, then verifies its fix against acceptance tests it never sees. A "faster" change that alters any output is auto-reverted.

Dead code — zero setup

Not everything needs a run. index deadcode <repo> (or the vinv_deadcode MCP tool) statically finds every function, class, and method nothing references — no tracing, no index, no config — and reports each with its file and line. It even catches transitively-dead chains (code whose only callers are themselves dead), and can date each symbol from git to tell you whether it was never wired up or lost its callers. The one Vinv feature that pays off before you run a thing — delete with confidence.

Context beats model size

Vinv found four bugs and one performance problem in fastapi/full-stack-fastapi-template (~44k★). Same five issues, same prompts, Vinv grading every run:

Setup Fixed
Cheap commodity model + Vinv evidence 4 bugs + 1 optimization
Frontier model, working blind 1 bug
Cheap commodity model, working blind nothing

One trial per condition — a demonstration, not a benchmark. The evidence is what moved, not the weights.

On the same template the optimization loop detected connection-pool starvation from live traces alone, dispatched the fix, and proved it: sustained-load median 75.6ms → 41.2ms, 45.4% faster (95% CI [36.3%, 45.8%]), responses byte-identical. Upstream on Hugging Face, it found and proved an allocation fast-path in smolagents~37,000× less transient allocation, output byte-identical across 2,015 inputs (PR #2572).

The engines

pip install vinv installs one package that ships every engine as a console script:

Engine Command What it does
exerciser exerciser campaign <repo> --budget N Start here. Coverage-guided API exerciser + oracle swarm — generates valid/boundary/negative/authenticated/fault/concurrent requests, banks a permanent regression suite, and reports which technique paid.
tracelens tracelens run -- <cmd> Zero-edit runtime tracer — captures timings, arguments, return values, and call trees from a real run.
index index query <repo> · index deadcode <repo> Rust semantic code index — search code by meaning, plus a source-only dead-code report.
identification identification consolidate <repo> Joins traces to source — builds the API surface + call-graph map, tying runtime evidence to the exact function.
bringup bringup list/start <repo> Brings services up under tracing — enumerates every service, then starts one instrumented.
handbook handbook generate <repo> Renders the codebase-discovery task your coding agent runs to map the repo (services, entry points). Prompt-only — no LLM calls of its own.
goal goal create <context> Distills a working context into one standing goal for fix/optimize episodes. Prompt-only.
embedder vinv-embedder serve Local embedding sidecar (granite-embedding-small) powering semantic search — runs on your machine, no cloud keys.
contracts (library) lens_contracts — the shared data contract every engine reads and writes.

Works with any MCP client

Vinv is also an MCP server — add it once, globally, and point Claude Code, Cursor, or any MCP-compatible agent at it. It finds your open workspace automatically via MCP roots, so a single config follows whatever repo you have open:

claude mcp add vinv -- npx -y vinv-mcp

Your agent gets the full tool set: vinv_query (semantic code search), vinv_deadcode (unreferenced code), vinv_index (build/refresh the index), rank_suspects (fault localization over real runs), runtime values_of / slice / coverage_of, and a vinv_session tool that drives the whole verify/optimize loop from chat. The index builds in the background on first use. See vinv-mcp.

Privacy

100% local. No telemetry, no analytics, no usage pings. Traces stay on your machine and sensitive values are redacted. Apache-2.0.


vinv.ai · github.com/VinvAI/VinvAI · Python first — TypeScript & Go next

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

vinv-0.0.5-py3-none-win_amd64.whl (3.3 MB view details)

Uploaded Python 3Windows x86-64

vinv-0.0.5-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ x86-64

vinv-0.0.5-py3-none-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file vinv-0.0.5-py3-none-win_amd64.whl.

File metadata

  • Download URL: vinv-0.0.5-py3-none-win_amd64.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: Python 3, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for vinv-0.0.5-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 feaf70737daf2b2b11c89d9d1c39495858dc53ca0191fe10bce1ea4e5ba6ac69
MD5 32cf4309cf4987349d26be2c59cc8df4
BLAKE2b-256 072832a02c60dc9e486589544e80c4cd55dda3dd057a7a02687b2c78b26d97d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for vinv-0.0.5-py3-none-win_amd64.whl:

Publisher: publish.yml on VinvAI/VinvAI

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file vinv-0.0.5-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vinv-0.0.5-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5484690bbb33e549a6a357e289a0b92be85e3bb52b052642841a5d9c37cddf1c
MD5 229ec96ae56a64585a6501a76cbdf3df
BLAKE2b-256 c00b0e0444561e116dedad698149a144175f9b736425a2c2bf6b6f52674875bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for vinv-0.0.5-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on VinvAI/VinvAI

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file vinv-0.0.5-py3-none-macosx_11_0_arm64.whl.

File metadata

  • Download URL: vinv-0.0.5-py3-none-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: Python 3, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for vinv-0.0.5-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bbb54b32211353a27ab2686c79f3934426b497ad6f1a3b9a69b4bfb84649b95d
MD5 1a8e66775d4e61e1c55cdb18f7358996
BLAKE2b-256 b12cb0793cc1d5f37199773c726bc0f9b7cce0ca908ec31db49411c5fc49568b

See more details on using hashes here.

Provenance

The following attestation bundles were made for vinv-0.0.5-py3-none-macosx_11_0_arm64.whl:

Publisher: publish.yml on VinvAI/VinvAI

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

0.0.6

3 files

This release

0.0.5 This release

3 files

0.0.4

3 files

0.0.3

3 files

0.0.2

3 files

0.0.1

6 files

0.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page