DeepSeek Harness Beta: Do You Need an Invite? (Full Timeline)

Somewhere right now, someone is typing "DeepSeek Harness beta invitation code" into a search box. They've read that DeepSeek released an agent framework, they've heard the word "beta," and they've concluded there must be a form to fill, a queue to join, a code to beg for. The search results don't give them one — because it doesn't exist.

Here's the answer those searches are hunting for: the door is already open. DeepSeek Harness left closed beta on August 13, 2026, went open source under MIT, and today anyone can run it with a single command. No invitation, no waitlist, no application form. This page lays out the full timeline, explains what "beta" actually means here, and shows you how to get started in the next five minutes. (I never made it into the closed beta myself — on August 13 I was one of the many refreshing the GitHub page instead.)

Quick Answer: Do You Need a DeepSeek Harness Beta Invitation?

No — not anymore, and not for anything. The closed beta that ran in early August 2026 ended the moment the project open-sourced globally on August 13. Since then, DeepSeek Harness has been a public developer preview: the code lives on GitHub, the license is MIT, and the official "installation" is one command, npx @deepseek-ai/dsh web, which anyone with Node.js can run today.

A detail worth pinning down: the GitHub releases for dsh carry no installer attachments at all. Every release is source and npm package only, which means there was never a "beta build" to distribute and never a gate to distribute it through. If a site offers you an exclusive DeepSeek Harness beta download, that's not an entry point — that's a red flag.

So the mental model flips: you're not applying for access. You're deciding whether to install software that's already yours to read, run, and fork.

The Full Timeline: From Closed Beta to Open Source

The story moves fast — two weeks from closed doors to a 198,000-star repository — so here it is in order.

DateWhat happened
Early August 2026Closed beta runs with a limited group — reportedly 769 developers and 712 repositories, whose experiments produced around 300 community plugins
August 13, 2026Closed beta ends; project open-sources globally under MIT as a developer preview. Same day: V4-Pro model reaches general availability
August 17, 2026dsh v0.1.0-rc.7 lands — the first release of what the team called the "First Major Post-Beta Update"
August 19, 2026rc.8 follows: fourteen items in the update, including multimodal input
August 21, 2026dsh v0.1.1-rc.1 and rc.2 ship, with out-of-the-box support for the new V4-Flash-Vision-Exp model

One honesty note on those closed-beta numbers: the 769 developers, 712 repositories, and ~300 plugins figure comes from a Chinese media report (an AI-generated story, at that), not an official statistics page. Treat it as a reported scale, not a certified census. What's official and verifiable is the outcome — the open-source release, its MIT license, and a growth curve that hit roughly 198,000 stars within two weeks.

Think of it as a theater production. The closed beta was the rehearsal period: a small cast, scripts in flux, scenery being rebuilt overnight. August 13 was opening night — doors open, anyone can buy a ticket, the show is on. And the rc releases? Those are the notes from nightly debriefs, folded into the next performance while the play is already running.

What "Developer Preview" Actually Means

Chinese media called the August 13 release "public testing" (公测), and the name stuck. The official term on the repository is more precise: developer preview. Same thing, different labels — but the official phrase tells you who this opening night is really for.

A preview means the store is open for business while still under renovation. You can walk in, use everything, and take the goods home. But the shelves get rearranged weekly, and the README says so in capitals: expect compatibility-breaking changes. A few practical consequences:

  • Pin your versions. If you build something on dsh today, lock the version number so a future release can't break your setup overnight.
  • Expect churn, not abandonment. Five releases in the first two weeks after open-sourcing is a fast cadence — the "renovation" is active, which is healthier than silence.
  • Read the changelog before upgrading. During preview, "minor" version bumps can carry major behavior changes. I learned this one the cheap way: a dot-release once swapped a default on me, and an evening I had budgeted for work went to archaeology instead.

What a preview does not mean: there's no waitlist to join, no survey to complete, no tier of paying customers who got the stable version first. The preview is the product, available to everyone, right now.

How to Get It Right Now

Three steps, deliberately brief here because the download and install guide covers every edge case:

  1. Install Node.js (LTS is the safe pick).
  2. Run npx @deepseek-ai/dsh web — first run pulls the package automatically.
  3. In the Web UI, paste your DeepSeek API key under Settings → Models and pick a workspace folder.

To stay current, the official channels are GitHub releases on the repository, DeepSeek's developer news page, and the community rooms — GitHub Discussions, the Discord, and the "DeepSeek Harness team" WeChat account. The official developer docs track the current release, too.

What About the API Price Increase?

August 13 was a double-header, and this is where two separate stories got fused into one confusing headline. On the same day Harness open-sourced, DeepSeek's V4-Pro model hit general availability — accompanied by an API pricing update. Some Chinese financial coverage ran the two together as "public test opens, API prices rise sharply," which reads like the public test caused the prices.

It didn't. The framework is open source and free; it always was. What changed is the per-token pricing of DeepSeek's API models — a separate product, on a separate page, with its own logic. If you use Harness with DeepSeek models, that pricing affects your bill; if you point it at another provider, it doesn't touch you at all. The numbers and the off-peak half-price windows are laid out in the API pricing guide.

FAQ

Is the DeepSeek Harness beta entry still valid?There's no entry — nothing to be valid. The closed beta ended August 13, 2026, and no invitation system replaced it. If you're looking for the entrance, you're already standing in it.

Can I apply from my phone?There's nothing to apply for, and Harness isn't a phone app anyway. It's a local runtime that edits files and runs commands — desktop and server territory. DeepSeek's mobile apps are the chat product.

When is the stable version coming?No date has been announced. The project is transparent about being a developer preview with breaking changes, and any stable-release timetable you read anywhere is speculation, not schedule.

Is DeepSeek Harness free during the public test?The framework is free — MIT-licensed, during the test and after it. Model usage bills per token through whichever provider you configure, at that provider's rates.

The status in one line: beta over, preview live, door open. This page's timeline reflects the releases as of late August 2026.