// ANOMLY INVAR · LOCAL AI · RECEIPTS ON EVERY INFERENCE
Ollama gives you an answer. INVAR proves where it came from. Turn hardware you already own into a local AI endpoint where every inference writes a re-executable, hash-chained receipt — its worldline. No cloud. Nothing taken on faith.
Three moving parts, all on your hardware.
01 · RUN
INVAR runs your model (llama.cpp-compatible GGUF) with a pinned configuration — temperature 0, fixed seed and threads, digested binary and weights — so the same deployment reproduces the same output.
02 · RECORD
Every completion emits a canonical, certified manifest binding runtime, model, prompt, and parameters to the output — hash-chained into an append-only worldline. Built on the open Computation Receipts spec.
03 · PROVE
invar verify re-runs any entry and compares digests. Broken chains, swapped
models, or edited outputs are REJECTED — mechanically, not by trust.
Local AI adoption has an accountability gap. INVAR closes it.
Law, health, finance, government: the confidentiality rules that push you to local AI also require you to account for it. The worldline is your record-keeping artifact — which model, which input, which output, provable after the fact.
When an agent writes code or takes an action, the worldline is the flight recorder. Model digests in every receipt catch silent model swaps.
Hand your client the receipt chain proving your deployment produced this deliverable, then. Provenance you can attach to work product.
Flash it, own it: no cloud, no telemetry, no subscription required to keep running. Receipts make "my AI, my machine" tangible.
WHAT INVAR DOES NOT CLAIM
You bring the hardware. The license covers the software, the receipts, and every update.
FREE
$0 · forever
No account. No trial clock. No cloud.
invar verify — re-executable verification for everyoneDEVELOPER
$19 / month · or $190 / year
For the professional whose work needs proof
ENTERPRISE
$49 / seat / month · 5-seat minimum
Founding teams: $29/seat locked for life — first 25 teams
Prefer standard? $49/seat →
FRONTIER
Talk to sales
For organizations where inference itself must be provable at scale
Paid tiers: refundable in full for 30 days. The free agent is simply free.
One command on the system you already run — nothing flashed, nothing replaced. Your license email contains your install command and key. The verifier is free for everyone, forever — receipts anyone can't check aren't receipts.
# install the free verifier — no license, no account
curl -fsSL https://www.anomly.com/get/invar.sh | sh
# verify any INVAR worldline
invar verify worldline.jsonl Direct downloads:
invar.sh ·
wheel (v0.1.0) ·
SHA256SUMS
— verify: sha256sum -c SHA256SUMS
The receipt format is built on the open Computation Receipts (CR-v0.1) specification — public spec, 17 published conformance vectors, independent implementations. Verification is a property of the format, not a feature we gatekeep.