DeepSeek Harness + V4 Flash · 17 August 2026

DeepSeek Harness + V4 Flash is free. Here's how.

The tool is free. The AI brain inside it is free too.

Most people install it, hit the box asking for a credit card, and quietly give up.

You do not have to.

I am going to show you the exact switch that runs it at zero, on my own machine.

Every number on this page came off that machine today.

0dollars per token
108tokens per second
200k context window
115k GitHub stars
§1The problem

The Meter Problem.

You download a free tool.

You install it. It opens. It looks brilliant.

Then it asks for an API key before it will do a single thing.

So you paste in a card, and now every question you ask has a tiny price on it.

You stop experimenting. You start rationing.

The tool was free. The thinking was not.

That is the meter, and this page turns it off.

A free tool you install it happily "Enter API key" the meter starts here every question now has a price You ration and stop experimenting
Free tool, paid thinking — the wall almost everyone stops at.
Thinking it? "Free models are always rubbish."

This one has a 200,000 word working memory and answered me at 108 words a second today.

It is DeepSeek's own fast model. You will see it run further down this page.

§2Quick facts

What we are dealing with here.

DeepSeek Harness landed on 13 August as a developer preview.

Free, open source, MIT licensed — download it, change it, build a business on it, ask nobody.

Released 13 Aug 2026 MIT licensed 115k+ GitHub stars 300+ community plugins Runs on localhost:3080
Go and read it yourself ↓
§3One minute on what this actually is

A model is a brain. A harness is the body.

A model can think, but it cannot touch anything — no files, no memory, no browser.

The harness is the hands, the memory and the workspace wrapped around it.

The model a brain in a jar The harness hands · memory · workspace and the rules about what it may touch An agent that does real jobs The model gets the credit. The harness is where the work happens.
Brain, plus body, equals something that can actually work for you.
§4The catch everybody hits

The body is free. The brain is where they get you.

Two separate bills, and only one of them is zero by default.

The default path
~$0.30+ a day
  • Install the harness — free
  • It asks for a DeepSeek API key
  • You add a card to the platform
  • Every question bills tokens in and out
  • Long jobs re-read the whole context each turn
  • You start rationing your own experiments
The free path
$0.00 flat
  • Install the harness — free
  • Add OpenCode Zen as a second provider
  • Pick DeepSeek V4 Flash Free from the dropdown
  • 200k context, 108 tokens a second
  • Every reply comes back costed at zero
  • A fair-use daily cap, and no card on file
§5Step 1 — install it

One command, then go and make a coffee.

You need Node.js first — it is a free download from nodejs.org, click through it like any installer.

Then open Terminal on a Mac, or PowerShell on Windows, and type this one line.

npx @deepseek-ai/dsh@latest web

What you are watching: the real install running on my machine — it pulls everything down, then hands you a local address.

§6Step 2 — it opens as a web page

It does not keep you trapped in the terminal.

It runs at 127.0.0.1:3080 and opens in your normal browser — chat window, sidebar, folder picker.

The page is yours: it runs on your machine, nobody else is hosting it.

What you are watching: the Harness running locally — this is the whole interface, in a browser tab.

§7Step 3 — the free switch

Settings → Models → Add provider.

This is the whole trick, and it takes about twenty seconds.

You are adding a second brain next to the paid one, and it costs nothing to run.

What you are watching: the real Settings → Models page on my machine. DeepSeek carries a red dot because I never gave it a card. OpenCode Zen is green — ready, and free.

§8Step 4 — pick the free brain

DeepSeek V4 Flash Free, right there in the dropdown.

Click the model name at the bottom of the composer, open Model, and it is sitting under OpenCode Zen.

Then give it a real job and watch it answer.

What you are watching, unedited and at real speed: I open the model picker, choose DeepSeek V4 Flash Free, type a real client task, and it writes the note back. No key. No card.

§9The receipt

Here is what that run actually cost.

These are the numbers the Harness and the provider reported back on that exact job.

5s whole job, start to finish 108 tokens per second 17.9k input tokens it read $0.00 what it cost provider reported cost: 0 One real job, run on my machine today. Seventeen thousand tokens read, nothing charged.
Fast enough for real work, and the bill is still nothing.
§10The honest bit

There are two ways to wire this, and one has a catch.

I tested both today so you do not waste an evening on the wrong one.

Route A · the simple one Free OpenCode account

Sign up at opencode.ai, copy your key, paste it into the provider. The free models still bill at zero — the key just identifies you.

Route B · no account at all A ten-line local relay

The free endpoint answers with no key at all, but refuses a wrong one. A tiny local relay strips the header. This is what is running in the videos above.

What I would do Start with Route A

One signup, no moving parts, nothing to keep running. Route B is there if you want zero accounts.

If you want Route B, the relay is one file and one command.

node ~/.dsh/zen-free-relay.mjs

Then point the provider's base URL at http://127.0.0.1:8788/v1 and give it any key you like.

Thinking it? "This sounds like a workaround that will break."

Route A is the normal, supported way and will not break.

Route B is only for people who want no account at all — and I have told you exactly what it does, so you can judge it.

One more honest thing: there is a daily cap.

Free does not mean infinite. Push it hard enough in one day and you get this back, word for word:

FreeUsageLimitError: Rate limit exceeded. Please try again later.

I hit it myself while testing for this page, so you would find out here rather than halfway through a job.

For a normal day of drafting, summarising and tidying files you will not notice it — and when you do, you switch the dropdown to a local Ollama model, or to Pro, and carry on.

§11Other free brains

You are not limited to one free option.

The same Add provider button takes OpenRouter's free models, or Ollama running fully offline on your own machine.

The Harness one body, any brain OpenCode Zen V4 Flash Free · 200k context the one in this guide OpenRouter free tier search "free" and take your pick many models, one key Ollama, on your machine nothing leaves the laptop works on a plane
Three free brains, one dropdown. Swap them whenever you like.
§12Which model, when

Flash for volume. Pro for the hard build.

Flash is fast and free, so it should do most of your day.

Pro is DeepSeek's flagship and it is not free — save it for the big builds.

V4 Flash Free — most of your day summaries · drafts · research notes tidying files · rewriting · first passes costs nothing, so run it all day V4 Pro — the heavy lift building a whole app or dashboard long jobs with many steps this one is paid — use it on purpose
Switching between them is a dropdown and about two seconds.
§13Give it a room, then a real job

One clean folder, and a brief you would give a new assistant.

Click the folder icon and point it at one tidy folder — that is the only place it can read or write.

Then write what you want in plain English, the way you would brief a person.

What you are watching: a real brief going in, the agent listing the folder, opening files one at a time, and writing a new file back out.

Look at "read the notes in this folder" Produce "a one page summary.md" Rules "simple words, short bullets"
Look at, produce, rules — that is the whole skill. No magic prompts.
Skip the setup

Get more leads and customers — with your business automated.

This page shows you the free brain. The Boardroom is where you point it at the jobs that actually grow a business.

The whole Agent Operating System — the zip file, a video tutorial and a 30-day roadmap
The free-model setup done for you, so your agents run at close to nothing
Your Claude, Hermes, OpenClaw and Free Claude Code in one dashboard, sharing one memory vault
Four coaching calls every week — bring your install, we fix it live on screen
4,000+ business owners across 38 countries, and someone online around the clock
Get the Agent OS →
Inside the AI Profit Boardroom · skool.com/ai-profit-lab
Set up in an afternoon · used in 38 countries · new tools added the week they ship
§14The part almost nobody finds

You can build your own tools by typing a sentence.

Start a new session, switch the preset to Creator mode, and describe something you wish existed.

The dropdown you watched me use earlier was built exactly this way.

What you are watching: Creator mode taking one plain sentence and building a working panel into the interface, then asking permission to switch it on.

§15Where this ends up

One dashboard, every agent, one shared memory.

A free harness on its own is good. A free harness inside a system that already knows your business is a different thing entirely.

What you are watching: the Harness running as one tab inside my Agent OS, next to Claude, Hermes and the rest — all reading the same memory vault.

§16The doubts left

Three beliefs to drop before you start.

Wrong: "Free AI means weak AI that cannot do real work."

Right: V4 Flash read seventeen thousand tokens and answered in five seconds on a real client job. Free is the price, not the quality.

Wrong: "This is too technical for me — I am not a developer."

Right: You install one thing, paste one line, and click a dropdown. The hardest part is choosing which folder to point it at.

Wrong: "I will wait until all this settles down."

Right: It will not settle. The people who learn the free stack now are the ones who will not be paying for it later.

Don't take my word for it

Members post their wins every day — agency owners, ecom founders, course creators and solo operators across 38 countries, in their own words.

Read the 158-page wins doc →
§17The cost question

"Doesn't running an Agent OS burn a fortune in tokens?"

Thinking it? "An operating system full of agents must cost a fortune to run."

No — that is the biggest myth about it.

The everyday ninety percent runs on free local models on your own machine, and free APIs like the one on this page.

For the heavy work it drives the CLIs you already pay for — your Claude subscription already includes the Claude CLI, so you are not paying twice.

And there are full token-efficiency tutorials inside the Boardroom, so you learn to cut usage to the bone.

§18Recap

What you have, if you stop reading right now.

One commandThe harness installed

Free, open source, running on your own machine at localhost:3080.

One dropdownA brain that costs nothing

DeepSeek V4 Flash Free through OpenCode Zen — 200k context, 108 tokens a second.

One folderA room it works in

It reads and writes there, and nowhere else on your computer.

Plain EnglishLook at, produce, rules

Brief it like a new assistant and it does the job in the place the work lives.

One sentenceTools you invent yourself

Creator mode builds panels into the interface while you watch.

One systemAll of it, together

Drop the harness into an Agent OS and every agent shares the same memory.

One command to start. One dropdown to make it free. One folder to point it at.
Your move

Get the whole system built for you — and put it to work on your business.

The harness is free and the brain is free. What still costs you a year is working out which jobs to hand it, and building the system that runs them while you sleep. That part is already built, and it is waiting inside the Boardroom.

The Agent Operating System itself — the zip file, the video tutorial and the 30-day roadmap
Your Claude, your Hermes, your OpenClaw and your Free Claude Code in one dashboard, one memory vault
DeepSeek Harness wired into that same system, with daily updates as new versions ship
Tools already built in for videos, SEO agents and AI avatars — and members build their own on top
Four weekly coaching calls, a prompt library, and a member map to find the ones near you
4,000+ business owners already running multi-agent setups on real client work
Get the Agent OS →
Inside the AI Profit Boardroom · skool.com/ai-profit-lab
Someone online around the clock · for the nights you are stuck at midnight