git for ai actions

Never lose track of what your AI changed.

Verlox is the AI terminal ledger for Windows that records, explains, and reverses every action across eleven hosted models plus a built-in offline one. See the plan before it runs, the reason on every step, and undo any change with one click. AI moves fast. Verlox keeps the record.

Download for Windows See how the ledger works →

Free to start, 15 credits a day. Windows today, macOS and Linux soon.

verlox
you asked

clean up the build and reinstall dependencies

Plan · 3 steps Medium risk
  1. Read the project files

    ls · cat package.json

    low
  2. Delete the build cache · saved to Vault

    remove .cache · dist

    high
  3. Reinstall dependencies

    npm install

    medium
Touches .cache · dist · node_modules · uses network · 1 step restorable
Approve plan Simulate first Edit
Ledger today
10:31 read project files Sonnet
10:32 deleted .cache · copy saved to Vault restorable
10:34 npm install · 42 packages Sonnet
What is Verlox

Git for AI actions in your terminal.

Verlox is an AI terminal ledger for Windows. You describe what you want in plain English; Verlox turns it into a numbered plan with the exact commands, a reason on every step, and the files each step will touch. Nothing runs until you say so.

After any AI session, Verlox can tell you what changed, when, why, which AI did it, and how to undo it. One ledger across every model. One permission system across every action. One click to reverse any change.

After any AI session, Verlox can answer
What changed? When? Why? Which AI did it? How do I undo it?
Why Verlox

Other AI terminals run commands. Verlox keeps the record.

Warp runs your commands fast. Claude Code helps you write code, and only guards Claude. Verlox is one ledger that keeps every AI's actions visible, explained, and reversible. Cross-vendor by design, because none of the labs will ever build this for you.

Most AI terminals
  • Each tool only tracks its own AI
  • No record of what changed, when, or why
  • Undo means digging through git or memory
  • Switch models, lose the timeline
Verlox
  • One ledger across every AI you use
  • Every action recorded with the reason behind it
  • One click to reverse any change
  • Same record whether it was Claude, GPT, or Gemini
Pick your AI

One terminal, every model that matters.

Anthropic, OpenAI, Google, xAI, and the best open models, all wired in. A local model you can run offline. Your own API key if you prefer that. Switch between them in the picker without leaving the chat.

Hosted

Eleven models, five labs

  • Anthropic Haiku, Sonnet, Opus
  • OpenAI GPT-4o mini, GPT-4o, o3
  • Google Gemini Flash, Gemini 2.5 Pro
  • xAI Grok
  • Open weights: Llama, DeepSeek, Qwen

Billed in credits. Free tier covers daily use of the smaller ones.

Offline

A local model, built in

A Llama 3.2 3B model downloads once and then runs entirely on your machine. No network, no credits, nothing leaves your device. Verlox also detects Ollama and surfaces any model you have pulled there.

Free and unlimited. About 2 GB on first use.

Your key

Bring your own provider

Paste an OpenAI or Anthropic API key (or any OpenAI-compatible endpoint) and call your own account directly. Verlox never sees your key beyond your machine.

You pay your provider. No Verlox credits used.

Recorded

Every action, every AI, one timeline

Each request becomes a numbered plan with the real commands and the files they will touch, logged to one ledger no matter which model you used.

Explained

Every step explains itself

Every command shows its reason and a risk level in plain English before it runs. So when you look back, you remember why you said yes.

Reversible

Everything stays recoverable

Anything the AI deletes or overwrites is kept restorable. One click to put it back. Keep changes for 24 hours, 7 days, or forever.

Approval plans & risk scoring

See the plan before anything runs.

Verlox turns your request into a clear, numbered plan: every command, every file it will touch, and a risk score on each step. Low for reads and searches, medium for installs and edits, high for deletes, force-pushes, and production changes. The risky steps always stop and ask. You approve the whole plan, edit it, or decline.

verlox ·plan
Plan · 2 steps High risk
  1. Check the current branch

    git status

    low
  2. Force-push to main

    git push --force origin main

    high
Rewrites history on main. This step needs your okay.
Approve Decline
verlox ·recovery vault
Snapshot saved before a risky delete. Restore anytime.
Recovery Vault 3 items · keep 7 days

.cache/

folder · deleted 10:36 · expires in 7d

Restore

vite.config.ts

overwritten 10:33 · expires in 7d

Restore

old-seed.sql

deleted 10:31 · expires in 7d

Restore
Recovery Vault

Everything stays recoverable.

Before any change lands, Verlox keeps a copy. Files, folders, configs, scripts: anything the AI deletes or overwrites stays in the Recovery Vault and reverses with one click. Choose how long copies stick around: 24 hours, 7 days, or forever. It catches your own mistakes too.

Permission controls

Decide once what the AI is allowed to do.

Set a rule for each kind of action. Let it read files and search the project freely. Make it ask every time before installing packages or hitting the network. Block production access entirely. Verlox enforces your rules on every plan, so you're not re-approving the same safe steps forever, or worrying about the dangerous ones.

verlox ·permissions
Permissions
Read files & search Always allow
Install packages Ask every time
Network requests Ask every time
Production access Never allow
verlox ·simulate
Predicted outcome Dry run

3

files edited

2

packages added

0

deletes

tsconfig.json
- "target": "es2017"
+ "target": "es2022"
+ "strict": true
Run for real Dismiss
Simulate · Pro

Try it as a dry run. Commit for real, later.

Simulate a plan and Verlox predicts the outcome without touching anything: how many files change, what gets installed, whether anything is deleted, plus a before-and-after diff of every edit. When it looks right, run it for real. When it doesn't, you never had to find out the hard way.

How it works

01

You ask

Type your intent in plain English, like "reinstall dependencies", "commit my changes", or "what's taking up my disk?".

02

Verlox plans & scores

It lays out the exact steps, scores the risk of each, and shows the files it will touch, all before running a thing.

03

You approve, and can undo

Approve, decline, or simulate. It runs only what you allow, and anything it changes stays restorable in the Vault.

Everything else the record covers.

What the AI can see, what's still running, and what happened while you were away. The quieter parts of keeping a terminal accountable.

Timeline replay

A chronological record of every action the AI took: installed a package, edited a config, restarted a server, each with its risk and result.

Context boundaries

A plain list of what the AI can and can't see: your working folder and open tabs, but never unopened files, your secrets, or other apps.

Running pane

Dev servers and watchers get their own pane, tagged by who started them (you or the AI). See what's live, open its URL, or stop it in one click.

Plain English

No flags to memorize. Say what you want; Verlox finds the right commands for your shell and explains the result in plain words.

Screenshots

Stuck on an error you can't put into words? Drop in a screenshot and work out the fix together.

Auto-updates

Verlox keeps itself current in the background. New features and fixes arrive without a reinstall.

Start free, upgrade when you need more.

No card to start. The whole control layer (plans, risk scoring, permissions, Recovery Vault) and the offline local model are in Free. Move to Pro for the flagship models, dry-run simulation, and longer recovery.

Free
$0

The full control layer, no card needed.

  • 8 fast models · 15 credits a day
  • Daily trial of the flagship Pro models
  • Built-in offline local model
  • Plans & risk scoring on every action
  • Permission controls
  • Recovery Vault: restore deletes (24h)
Download for Windows
Pro Recommended
$15/mo

For people who live in their terminal.

  • Sonnet, Opus, o3, Gemini 2.5 Pro · 500 credits a week
  • Sandbox: dry-run with before/after diffs
  • Full Timeline replay
  • Recovery Vault: keep 7 days or forever
  • Generous image uploads
  • Everything in Free
Get Verlox, upgrade in the app

Cancel anytime. Free credits refill every day; Pro credits refill every week.

Who's behind it

Built by one developer who wanted a record of what the AI did.

AI agents are powerful, but every tool tracks only its own. I wanted one ledger that worked across all of them: a record of what changed, when, why, which AI did it, and how to undo it. So I built it. It's early, it's improving fast, and I read every piece of feedback. If something's broken or missing, tell me.

Put AI in your terminal. Keep the keys.

Free to start. Download it, ask it to do something real, and watch it show you the plan before it moves.

15 credits a day, free. macOS & Linux soon.