An agent that runs on your machine

Your files, your terminal, your browser. Flint works where your work already is — no uploading a codebase to somebody's cloud first.

Windows 10/11 · 64-bit · installs per-user, no admin

PS> irm https://flint-83v.pages.dev/install.ps1 | iex
 read the failing test and fix it

 reading  src/queue.test.ts
 running  npm test -- queue
  1 failing — retry() resolves before the backoff elapses
 editing  src/queue.ts
 running  npm test -- queue
  4 passing

Fixed. retry() awaited the timer handle instead of the
promise, so the backoff never blocked.

Local by default

Most AI tools ask you to paste code into a browser. Flint runs beside your work instead — reading real files, running real commands.

Your filesystem

Reads and edits real files in real projects. No copy-paste, no upload, no context window spent describing your repo.

Your terminal

Runs commands, reads the output, and acts on it. Tests, builds, migrations, git — the boring parts, done properly.

Your browser

With the companion extension, Flint drives the Chrome you already have — signed in, with your session. Not a headless stranger.

Metered per token

No seats, no subscription, no minimum. You pay for the tokens a task actually costs, and a monthly cap stops it running away.

Updates that don't interrupt

The engine updates on its own channel, in place. You're told what changed and choose when — nothing swaps underneath you mid-task.

Open underneath

Built on DeepSeek Harness, MIT licensed. The engine is inspectable, replaceable, and not ours to lock down.

Pay for what you use

Flint bills per token, at the model's rate plus 25%. There is no monthly fee, no seat count and nothing to cancel — an idle month costs nothing.

Usage

Per token, no subscription

Sign in and go. Rates below, per million tokens.

  • $0.50 of usage free every month
  • Allowance resets on the 1st
  • A hard cap — Flint stops rather than overspending
  • The provider key never leaves our server

Bring your own key

Free — you pay your provider

Signed out, Flint talks to your own endpoint directly. We meter nothing and see nothing.

  • Any OpenAI-compatible endpoint
  • Your key, your account, your bill
  • No cap, no allowance, no middleman
  • Set it in .env — see the docs

Rates

ModelInput / 1MOutput / 1M
deepseek-v4-flash $0.111$0.223
deepseek-v4-flash-0731 $0.175$0.350
deepseek-v4-flash-vision-exp $0.550$1.650
deepseek-v4-pro $0.988$1.976
deepseek-v4-pro-0813 $1.403$4.208

Prices in USD. Anything not listed bills at $0.625 in / $1.875 out per million.

Estimate a month

$0.00

Get Flint

Windows installer. macOS and Linux aren't built yet.

Windows 10/11 · 64-bit

Or install it from a terminal:

PS> irm https://flint-83v.pages.dev/install.ps1 | iex