An open-source local-first AI agent platform for Windows forked from the Openwork for Mac project. It offers OpenClaw-style capabilities including multi-agent workflows, connector routing, automation loops, tool-driven execution, and tracked subagent orchestration, but with a full desktop settings UI instead of CLI-only setup. Run locally with your own provider keys, configure models, permissions, connectors, plugins, and automation from the app, and install directly on Windows (installer or portable executable) without a cloud dependency.
OpenDeskmate is built for people who want local agent workflows without giving up operational control. It is aimed at casual users, developers, technical operators, and power users who need more than a single chat window:
- Run agent tasks against local files and real project workspaces on Windows.
- Switch between quick chat interactions and longer-running build workflows.
- Route connectors, tools, and automation into the right agent with explicit settings.
- Monitor subagents, runtime permissions, usage, and task state from the desktop UI.
- Extend the app with skills, plugins, help docs, and connector-backed workflows.
OpenDeskmate keeps the local-first, agentic power of Openwork and OpenClaw, but makes it much easier to operate day to day on Windows. The main difference is usability: instead of relying on CLI-heavy setup, scattered config, and hidden runtime state, OpenDeskmate brings the working surface and the configuration surface into a straightforward desktop UI.
- Configure models, agents, subagents, permissions, connectors, plugins, schedules, voice features, and pricing from the app.
- Use Chat Mode for fast prompts or Build Mode for workspace-driven implementation without changing tools.
- Inspect task history, diffs, terminals, runtime logs, and child-agent runs in one place.
- Keep advanced capabilities available without making normal setup and operation feel like developer-only infrastructure.
- Runs locally - Your files and secrets stay on your machine by default.
- Bring your own AI - OpenAI, Anthropic, Google, xAI, Ollama, plus custom OpenAI-compatible providers/models.
- Chat Mode + Build Mode - Use fast task/chat flows or switch into a full workspace-oriented build surface with file tree, editor tabs, task history, diff review, runtime logs, and embedded terminal sessions.
- Multi-agent workspaces - Per-agent role name, avatar, workspace defaults, and model/provider override with global fallback.
- Tracked subagents - Per-agent subagent controls, global subagent monitoring, run/session modes, inherited context rules, and close/archive controls.
- Active Automation Mode per agent - Enable agentic loop behavior with configurable heartbeat schedules.
- Permission policy controls - Configure runtime permission defaults, recent audit history, and per-agent permission overrides for more autonomous or more locked-down agents.
- Session-key gateway + dynamic routing - Route traffic from connectors into the right agent/account binding at runtime.
- Messaging Connector Extensions - Multi-instance connector support (for example multiple Telegram/Discord bots), access policies, ID allowlists, and runtime health/testing.
- App Connector Extensions - Connectors for Notion, Trello, Obsidian, GitHub, Slack, Dropbox, Canva, OneDrive, Supabase, Google apps, Figma, Miro, Outlook, and more.
- OAuth + local/public callback modes - Supports desktop callback, loopback callback, and public HTTPS callback workflows.
- User Skills + agent-generated skills - Create/import/edit/configure skills, private-by-default sharing, versioning, rollback, and test flows.
- Plugins - Discover bundled and managed plugins with manifests, commands, hooks, tools, help docs, diagnostics, and enable/disable lifecycle controls.
- Slash commands + launcher flows - Built-in command surfaces for navigation, agent actions, Build Mode actions, and plugin-contributed commands.
- Desktop + WebChat parity - Saved prompts, add files, incognito mode, work-in-folder, voice wake/talk mode, model badge, context estimate badge/details, and message copy helpers.
- Usage + pricing visibility - Track token usage globally and add provider pricing to estimate cost inside the app shell.
- In-app Help system - Markdown-driven help pages with sidebar navigation, search, syntax highlighting, asset/link support, and live reload from a user-editable folder.
- Open source - MIT licensed and fully transparent.
- Go to Releases
- Download
OpenDeskmate-x.x.x-win-x64-installer.exe(installer) orOpenDeskmate-x.x.x-win-x64-portable.exe(portable) - Run the installer or portable executable
- Enter your API key (OpenAI, Anthropic, Google, or xAI) on first launch
- Node.js 20+ - Download
- pnpm 9+ - Install with
npm install -g pnpm - Visual Studio Build Tools 2022 with:
- Desktop development with C++
- MSVC v142 toolset
- C++ Spectre-mitigated libs (v142)
# Clone the repository
git clone https://github.com/CarlHakim/open-deskmate.git
cd open-deskmate
# Install dependencies
pnpm install
# Build the Windows installer + portable executables
pnpm -F @accomplish/desktop build:winThe built files will be in apps/desktop/release/:
OpenDeskmate-x.x.x-win-x64-installer.exe- NSIS installerOpenDeskmate-x.x.x-win-x64-portable.exe- Portable executable
# Build unpacked version (for testing/development)
pnpm -F @accomplish/desktop build:unpack
# Output: apps/desktop/release/win-unpacked/OpenDeskmate.exe
# Build portable only
pnpm -F @accomplish/desktop build:win:portable# Install dependencies
pnpm install
# Run in development mode
pnpm dev
# Run with clean start (clears stored data)
pnpm dev:clean| Command | Description |
|---|---|
pnpm dev |
Run app in development mode |
pnpm dev:clean |
Dev mode with clean start |
pnpm build |
Build all workspaces |
pnpm -F @accomplish/desktop build:win |
Build Windows installer + portable |
pnpm -F @accomplish/desktop build:unpack |
Build unpacked (for testing) |
pnpm lint |
TypeScript checks |
pnpm -F @accomplish/desktop test:e2e |
Run E2E tests |
Current catalog includes:
- Discord
- Telegram
- BlueBubbles
- Google Chat
- iMessage
- LINE
- Matrix
- Mattermost
- Microsoft Teams
- Nextcloud Talk
- Nostr
- Signal
- Slack
- Tlon
- Zalo OA
- Zalo User
Notes:
- You can create multiple connector instances per connector type.
- Some connectors require bridge/public webhook setup; runtime labels and badges in Settings explain requirements.
Current catalog includes:
- Notion
- Trello
- Obsidian
- GitHub
- Slack
- Dropbox
- Canva
- OneDrive
- Supabase
- Google Slides
- Google Tasks
- Google Sheets
- Google Docs
- Google Drive
- Google Photos
- Google Maps
- YouTube
- Figma
- Miro
- Gmail
- Email Triggers
- Google Calendar
- Microsoft Outlook
Notes:
- OAuth credentials/tokens are stored securely.
- Connector instances can be routed per agent.
Install C++ Spectre-mitigated libs (v142) in Visual Studio Installer, then:
pnpm -F @accomplish/desktop exec electron-rebuildRun electron-rebuild after installing Build Tools:
pnpm -F @accomplish/desktop exec electron-rebuildSkip skills install and do it manually:
$env:SKIP_SKILLS_INSTALL="1"
pnpm install
# Then manually:
npm --prefix apps/desktop/skills/dev-browser install
npm --prefix apps/desktop/skills/file-permission installapps/
desktop/ # Electron app (main + preload + renderer)
release/ # Built executables
src/
main/ # Electron main process
preload/ # Context bridge
renderer/ # React UI
packages/
shared/ # Shared TypeScript types
Questions, collaborations, or support:
- Email: opendeskmate@renewai.nl
- Website: https://renewai.nl
- GitHub: https://github.com/CarlHakim
MIT License - see LICENSE for details.



