Releases: sakurarain1213/deepseek-harness-lite
Release list
DeepSeek Harness Lite v0.1.1
Installable community builds
This patch release adds native, smoke-tested CLI distributions. The archives and installers bundle Node.js 22.19.0 and Corepack, so users do not need to clone the repository or install pnpm.
- Windows x64: portable ZIP and an unsigned Inno Setup installer (
.exe) - macOS Intel and Apple Silicon: portable
tar.gzarchives and unsigned disk images (.dmg) - Linux x64: portable
tar.gzarchive - Every asset is covered by
SHA256SUMS.txt
These are command-line packages, not GUI applications. The first init needs network access to install the exact selected DeepSeek Harness capability closure. Windows SmartScreen and macOS Gatekeeper may warn because the community builds are not code-signed or notarized.
The stable upstream compatibility set remains DeepSeek Harness 0.1.0-rc.6; this packaging release does not claim compatibility with an unverified upstream version.
DeepSeek Harness Lite v0.1.0
DeepSeek Harness Lite v0.1.0 is the first public release of this independent, unofficial community distribution. The project is licensed under MIT and is not affiliated with or endorsed by DeepSeek.
Highlights
- Pins and verifies the official upstream
@deepseek-ai/dshpackage line at0.1.0-rc.6. - Provides the
workspace,shell, andresearchcapability packs. - Bundles five reviewed plugins:
command-allowlist,health,safe-fetch,session-export, andworkspace-notes. - Supports Windows, macOS, and Linux with blocking CI on all three platforms.
- Fixes native Windows profile publication so pnpm absolute junctions remain valid after publication.
- Keeps concurrent profile publication bounded and preserves valid active/previous versions.
Validation
Both the main branch and the v0.1.0 tag passed the complete blocking CI matrix on Ubuntu, macOS, and Windows. The committed stable report records all ten release gates as passed for the verified source commit, including unit, integration, plugin, build, repository, secret, license, compatibility, and install-size checks.
A bounded real API smoke test also succeeded separately against a DeepSeek-compatible endpoint. Credentials were not persisted, and the real API check is intentionally excluded from public CI.
Install-size evidence
| Installation | Bytes |
|---|---|
| Lite checkout with build/test dependencies | 144,713,749 |
| Generated Windows chat-only closure | 2,443,233 |
Official @deepseek-ai/dsh@0.1.0-rc.6 aggregate |
257,006,438 |
These are committed Windows x64 measurements, not universal size guarantees.
Distribution model
v0.1.0 installs from a source checkout using the pinned Corepack/pnpm workflow documented in the README. No npm package is published for this release. GitHub automatically provides source archives for this tag.