OpenWork v0.18.54

OpenWork is an open source AI workspace designed to make AI agents more accessible for both developers and non-technical users. Built on top of OpenCode, it provides a desktop interface for running AI-powered workflows locally or remotely, complete with task planning, permissions, live execution, reusable templates, and plugin support. Rather than being just another AI chat application, OpenWork focuses on helping users build repeatable AI workflows and collaborate with intelligent agents in a structured environment.

Many AI coding assistants are heavily focused on command-line users, exposing terminal output, file diffs, and tool logs that can overwhelm less technical users. OpenWork takes a different approach by presenting AI workflows through an intuitive desktop interface while retaining the flexibility of OpenCode underneath.

The platform follows a local-first philosophy. Users can run everything on their own computer, connect to an existing OpenCode server, or use remote workers when needed. This makes OpenWork suitable for personal projects, development teams, and organizations that prefer to keep their AI workflows under their own control.

Key Features of OpenWork

Local-First AI Workspace

OpenWork can run AI agents directly on your computer without requiring a hosted service. Users can also connect to remote OpenCode servers when larger workloads or shared environments are needed.

AI Workflow Management

Instead of presenting a simple chat interface, OpenWork organizes AI interactions into sessions with execution plans, task timelines, permission requests, and progress tracking. This makes long-running or complex workflows much easier to follow.

Powered by OpenCode

Because OpenWork is built on OpenCode, it inherits support for AI providers, plugins, tools, and agent capabilities available through the OpenCode ecosystem. Users are not locked into a single AI model or provider.

Skills and Plugin Support

OpenWork includes a Skills Manager that allows users to install, manage, and reuse AI skills and OpenCode plugins. This makes it easy to extend the platform with custom capabilities for development, automation, or business workflows.

Permission Management

Sensitive operations require user approval through a clear permission interface. Users can allow an action once, always allow it, or deny the request, providing greater visibility into what AI agents are attempting to do.

Templates

Frequently used prompts and workflows can be saved as templates, allowing repetitive tasks to be executed consistently with minimal effort.

Local and Remote Operation

OpenWork supports both local execution and remote workers. This flexibility makes it suitable for individual users while also supporting collaborative environments and distributed infrastructure.

Open Source

The desktop application is released as open source under the MIT License, with active development and frequent releases introducing new features, bug fixes, and improvements.

Download OpenWork v0.18.54 - Software Mirrors

OpenWork v0.18.54 for Windows

openwork-win-x64-0.18.54.exe | 290.96 MB

openwork-win-arm64-0.18.54.exe | 271.47 MB

openwork-enterprise-win-x64-0.18.54.exe | 290.96 MB

openwork-enterprise-win-arm64-0.18.54.exe | 271.47 MB

openwork-cloud-win-x64-0.18.54.exe | 290.96 MB

openwork-cloud-win-arm64-0.18.54.exe | 271.47 MB

OpenWork v0.18.54 for macOS

openwork-mac-x64-0.18.54.zip | 345.49 MB

openwork-mac-x64-0.18.54.dmg | 346.64 MB

openwork-mac-arm64-0.18.54.zip | 329.45 MB

openwork-mac-arm64-0.18.54.dmg | 330.8 MB

openwork-enterprise-mac-x64-0.18.54.zip | 345.52 MB

openwork-enterprise-mac-x64-0.18.54.dmg | 346.62 MB

openwork-enterprise-mac-arm64-0.18.54.zip | 329.49 MB

openwork-enterprise-mac-arm64-0.18.54.dmg | 330.75 MB

openwork-cloud-mac-x64-0.18.54.zip | 345.51 MB

openwork-cloud-mac-x64-0.18.54.dmg | 346.63 MB

openwork-cloud-mac-arm64-0.18.54.zip | 329.47 MB

openwork-cloud-mac-arm64-0.18.54.dmg | 330.74 MB

OpenWork v0.18.54 for Linux

openwork-linux-x86_64-0.18.54.AppImage | 255.51 MB

openwork-linux-x64-0.18.54.tar.gz | 368.84 MB

openwork-linux-arm64-0.18.54.tar.gz | 365.88 MB

openwork-linux-arm64-0.18.54.AppImage | 252.31 MB

openwork-enterprise-linux-x86_64-0.18.54.AppImage | 255.51 MB

openwork-enterprise-linux-x64-0.18.54.tar.gz | 368.85 MB

openwork-enterprise-linux-arm64-0.18.54.tar.gz | 365.88 MB

openwork-enterprise-linux-arm64-0.18.54.AppImage | 252.31 MB

openwork-cloud-linux-x86_64-0.18.54.AppImage | 255.51 MB

openwork-cloud-linux-x64-0.18.54.tar.gz | 368.84 MB

openwork-cloud-linux-arm64-0.18.54.tar.gz | 365.88 MB

openwork-cloud-linux-arm64-0.18.54.AppImage | 252.31 MB

OpenWork v0.18.54 Source Code

OpenWork v0.18.54 Source code (zip)

OpenWork v0.18.54 Source code (tar.gz)

OpenWork v0.18.54 Release Notes:

Enterprise sign-in and version pinning are back, plus Amazon Bedrock and model shortcuts

This release covers everything since v0.18.52. v0.18.53 was never published, so its changes are included here.
  • Organization sign-in and allowed versions work again. OpenWork Enterprise and OpenWork Cloud desktops once again ask people to sign in to their organization before they start working, and desktop updates skip any version an admin removed from Allowed desktop versions. Other desktop policies stay saved but are not enforced on the desktop while they are redesigned.
  • Amazon Bedrock in AI Gateway. For admins: add Amazon Bedrock and Amazon Bedrock (OpenAI) with an AWS region and access keys, and reuse the saved keys for the second one. Anthropic effort choices are kept through the gateway.
  • Switch models with a key. In Settings › Keyboard shortcuts you can bind a key to a saved model with its reasoning level and Fast. ⌃⇧F (Ctrl+Alt+F on Windows and Linux) turns Fast on or off, and the model name shows "· Fast" while it's on.
  • Chat keeps its place. Editing a message while a reply is running replaces it instead of queueing the edit. Conversations stay in their folder when an agent changes directory, and questions and approvals no longer disappear. You can switch between OpenCode engines from the command palette and choose whether to copy older chats across. Agent tool work is summarized by what it did instead of raw tool names.
  • Simpler connector setup. For admins in OpenWork Cloud: API-key, custom sign-in, Google Workspace and Microsoft 365 connectors use the new setup flow and can be edited in place, and Plugins has clearer filters. Apps like Claude Code, Codex and Cursor can connect to OpenWork Connect without registering first, failed sign-ins explain what to do next, and the MCP docs have one-click Cursor and VS Code install links.
  • Also in this release. Windows installers are published again. Updating no longer fails with a checksum error after a release is re-run. Update controls in Settings are more compact, a second OpenWork profile no longer stops the first one's engine, and the website shows OpenWork's completed SOC 2 Type II audit.
Self-hosted upgrades from v0.18.46 or earlier: this release applies database migrations 0095–0110. Stop den-api/den-web writers first, then run helm upgrade with --set migrations.writersStoppedFor0097=true --timeout 30m (and without --reuse-values). See the den-db README for details. Full changelog: https://openworklabs.com/docs/changelog · Compare Windows installers are signed using Microsoft Artifact Signing.

Performance and User Experience

OpenWork delivers a polished desktop experience that feels more approachable than many AI developer tools. The interface presents AI actions through execution plans, progress indicators, and permission dialogs rather than exposing raw command output.

One of its biggest strengths is flexibility. Advanced users can leverage the full OpenCode ecosystem, while less technical users can interact with AI agents through a clean graphical interface.

The project is under rapid development, with frequent releases adding new capabilities and improving stability. Users should expect occasional interface changes as the platform continues to evolve.

Pros

  • Free and open source desktop application.

  • Local-first architecture.

  • Powered by the OpenCode ecosystem.

  • Modern desktop interface.

  • AI workflow planning and execution tracking.

  • Plugin and skills management.

  • Flexible local and remote deployment.

  • Permission controls for sensitive actions.

  • Active development with frequent updates.

Cons

  • Still evolving rapidly.

  • Some advanced workflows require familiarity with OpenCode.

  • Best suited for users already interested in AI automation.

  • Enterprise features are separate from the core desktop application.

Who Should Use OpenWork?

OpenWork is an excellent choice for software developers, AI enthusiasts, automation engineers, technical teams, and organizations that want a flexible AI workspace without depending entirely on cloud-based services.

It is especially useful for users who want to create repeatable AI workflows, extend agent capabilities through plugins, and maintain control over where their AI agents run.

Final Verdict

OpenWork is one of the most promising open source AI workspaces available today. Rather than functioning as a simple chatbot, it provides a complete environment for managing AI agents, workflows, permissions, and reusable automation.

Its local-first philosophy, extensible architecture, and polished desktop interface make it an attractive alternative to proprietary AI productivity tools. Although the project is still maturing, its rapid development and strong feature set already make it a compelling choice for developers and teams looking to build AI-assisted workflows.

OpenWork v0.18.54
Free
Software Informations:
Developer:

Operating System:
Windows / macOS / Linux
Date Added:
2026-09-26T09:04:03.921Z
Categories:

Post a Comment/Report Broken Link: