Zagens
Start new thread
trending
β€’

16d ago

Zagens v0.8.5 is out β€” Context Explorer, Dusk theme, git worktrees & more

Body

Hey Product Hunt

We just shipped Zagens v0.8.5 our open-source desktop agent harness for DeepSeek V4. This release is all about seeing what the agent actually knows, running sessions in parallel without stepping on each other, and recovering when things go wrong.

Context you can actually inspect

β€’

1mo ago

Kernel V3 and terminal-first TUI are live in Zagens v0.8.1 β€” one engine, desktop + terminal + CLI

Hey everyone quick update from the Zagens team.

v0.8.1 is out. If you ve been waiting to run a DeepSeek V4 coding agent outside a browser tab, the headline is: Kernel V3 is now the sole production turn engine, and zagens-tui ships as a first-class full-screen terminal surface on Linux, macOS, and Windows same runtime threads and harness as the desktop app.

What s new

Kernel V3 (event-sourced turn engine)
We replaced the legacy imperative turn loop with an append-only KernelEvent log in sessions.db, a LiveTurnMachine planner, and an EffectInterpreter that executes model calls, tool batches, steer injection, and long-horizon hooks. Session resume is log-first; CI verifies turns with golden replay fixtures instead of shadow bakes. Desktop, TUI, and headless CLI all hit the same path no lite terminal fork.

β€’

1mo ago

Native Windows sandbox is live in Zagens v0.7.4 β€” plus CRAFT and session restore improvements

Hey Product Hunt

Quick update from the Zagens team. v0.7.4 is out, and the headline for Windows users is native OS-level sandboxing not just a config flag, but real process isolation when agents run shell commands on your machine.

Why this matters

Most desktop agents can run arbitrary commands locally. That s powerful and risky. Zagens has always treated exec policy + approval UI as the baseline. With this release, Windows gets the same class of enforcement macOS already had via Seatbelt: restricted tokens, workspace write boundaries, and (in elevated mode) profile read isolation + outbound network blocking.

β€’

1mo ago

<p>Update: Zagens is now open source</p>

Update: Zagens is now open source

Repo: https://github.com/didclawapp-ai...

Local Windows harness for DeepSeek V4 long-horizon tasks, review loops, Office + code, BYOK. Preview builds still at zagens.com/download if you just want to try it.

Issues & PRs welcome especially harness reliability and Office workflows. Thanks for following along since launch day.

β€’

2mo ago

Zagens - Desktop agent harness for DeepSeek V4

Agents quit early β€” patches land, tests still red. Zagens harnesses DeepSeek V4 on Windows: phased runs, review loops, verify before done. β€’ Phased work β€” checklist, auto-continue, gates before steps close β€’ Review pipeline β€” explore, implement, review; loops on failure β€’ One window β€” tree, terminal, diffs, turn-by-turn replay β€’ Cost panel β€” tokens, cache hits, savings per session β€’ Approvals, skills, MCP β€” you control risky scripts & tools Local-first. BYOK. Windows preview.