If you're paying $20/month for Claude Cowork, OpenWork is worth a look before your next renewal. It's an open-source, MIT-licensed desktop agent client that covers the same outcome-driven workflow — give it a folder, it reads, edits, and runs multi-step tasks — without a subscription and without locking you to one model provider.
I ran it for a week on real work. Here's the short version of what stands out.
Free models, zero setup
OpenWork ships with a provider called OpenCode Zen — five free models in the selector before you sign in: DeepSeek V4 Flash, Qwen3.6 Plus, MiniMax M2.5, and two more. No card, no subscription. It also supports BYOK, and a free Gemini key from Google AI Studio takes about thirty seconds and adds 38 more models.
MCP without the JSON
The standout for me. Adding an MCP server (Notion, Linear, Sentry, Stripe, Context7) is a tile with a Connect button — OAuth handles auth, no hand-editing config files. Five tools connected in under three minutes versus the usual twenty.
Workspace-scoped permissions
Grant it a folder once; it asks before reaching outside, showing the exact path with deny / allow-once / allow-for-session. Deny actually blocks the write — verified it on a real out-of-scope path. Steps are visible inline as the agent runs them, so you can stop mid-execution.
Bonus: the agent can drive its own UI
Type "open Settings, go to Appearance" and the agent navigates the interface itself, no mouse. Works on the OpenCode Zen models; falls back to browser tools on Gemini Flash.
One gotcha to save you an hour
On a fresh Windows install with no Node.js, the UI Control feature crashes with a cryptic Bun error — the installer never warns you. Fix: install Node.js, close OpenWork via Task Manager (no tray icon; the X button leaves the process alive), relaunch. Undocumented anywhere else.
Verdict
For terminal-heavy, fine-grained control, Claude Code and Cowork still have their place. For a no-terminal, subscription-free, provider-agnostic agent workflow, OpenWork covers it well.
Tested on a fresh Windows 11 install. Not sponsored.