[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-93758":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":8,"htmlUrl":8,"language":9,"languages":8,"totalLinesOfCode":8,"stars":10,"forks":11,"watchers":12,"openIssues":13,"contributorsCount":14,"subscribersCount":14,"size":14,"stars1d":14,"stars7d":14,"stars30d":14,"stars90d":14,"forks30d":14,"starsTrendScore":14,"compositeScore":15,"rankGlobal":8,"rankLanguage":8,"license":16,"archived":17,"fork":17,"defaultBranch":18,"hasWiki":17,"hasPages":17,"topics":19,"createdAt":8,"pushedAt":8,"updatedAt":20,"readmeContent":21,"aiSummary":22,"trendingCount":14,"starSnapshotCount":14,"syncStatus":23,"lastSyncTime":24,"discoverSource":25},93758,"openworker","andrewyng\u002Fopenworker","andrewyng",null,"Python",5719,769,21,46,0,61.66,"MIT License",false,"main",[],"2026-09-21 04:01:26","# OpenWorker\n\n**[openworker.com](https:\u002F\u002Fopenworker.com)** · [Download](#download) · [Issues](https:\u002F\u002Fgithub.com\u002Fandrewyng\u002Fopenworker\u002Fissues)\n\n> **Beta** - OpenWorker is in open beta: fully usable, updates itself, and we're actively polishing rough edges. [Issues](https:\u002F\u002Fgithub.com\u002Fandrewyng\u002Fopenworker\u002Fissues) welcome.\n\n**AI that gets your everyday tasks done.** OpenWorker is an open-source AI coworker that lives on your desktop and delivers **finished work**, not just chat: a polished document, a Slack reply with the numbers, an updated calendar, a triaged inbox.\n\nIt runs on your machine and doesn't lock you into any model: bring your own API key for OpenAI, Anthropic, Google, or an open-weight provider, or run fully local with Ollama. Your data leaves your machine only through the model and integrations *you* choose.\n\n[![How OpenWorker works](docs\u002Fassets\u002Fhow-it-works.png)](https:\u002F\u002Fopenworker.com)\n\n## Download\n\n[**⬇ macOS (Apple Silicon)**](https:\u002F\u002Fdownload.openworker.com\u002Fmac)\n\u003Csub>macOS 12+ · signed & notarized · auto-updates\u003C\u002Fsub>\n\n[**⬇ Windows 10\u002F11 (x64)**](https:\u002F\u002Fdownload.openworker.com\u002Fwindows)\n\u003Csub>builds are not yet code-signed, so SmartScreen will warn; signing is in progress\u003C\u002Fsub>\n\nOpen the app, add a model key (or point it at Ollama), and ask for something real.\n\n## How it works\n\n1. Tell OpenWorker the outcome you want - \"prepare a customer brief,\" \"untangle my calendar,\" \"draft a report,\" \"check where the release stands across Jira and GitHub.\"\n2. It breaks the task into steps and works across your desktop, files, and connected apps.\n3. Before anything consequential - sending a message, changing a calendar, running a command - it checks in and you approve or redirect.\n4. You get the finished deliverable, not a to-do list.\n\nUnder the hood:\n\n```text\n┌────────────────────────────────────────────────┐\n│              OpenWorker desktop app            │  native shell + GUI\n├────────────────────────────────────────────────┤\n│           local agent server (Python)          │  engine · tools · connectors - built on aisuite\n├───────────────┬────────────────┬───────────────┤\n│  your files   │   your tools   │  your model   │  everything runs with your keys,\n│  & terminal   │ 25+ connectors │  any provider │  on your machine\n└───────────────┴────────────────┴───────────────┘\n```\n\n## What it can do\n\n- **Produce real deliverables** - documents, spreadsheets, reports, and web pages land as files you can open and share.\n- **Work from Slack** - mention `@OpenWorker` in a channel; a session opens on your desktop, the work happens with your tools, and the answer comes back as a thread reply.\n- **Use your everyday tools** - 25+ integrations including GitHub, Slack, Jira, Notion, Linear, HubSpot, Outlook, monday.com, Gmail, and Google Calendar, plus your **terminal and local files**. Any tool reachable over [MCP](https:\u002F\u002Fmodelcontextprotocol.io\u002F) plugs in too, with per-tool control.\n- **Run on a schedule** - automations for recurring work: a morning brief, a weekly report, a standing watch over a channel. Runs land in the app with full transcripts.\n- **Ask before acting** - writes, sends, and shell commands are approval-gated. Unattended runs park their asks in an inbox instead of acting on their own.\n\n## Bring your own model\n\nModel access is yours: pick a provider, paste your key, switch anytime. Supported out of the box:\n\n**OpenAI · Anthropic · Google Gemini · Inkling (Thinking Machines) · GLM (Z.ai) · DeepSeek · Kimi (Moonshot) · Qwen · MiniMax · Mistral · Grok (xAI)** - plus open-weight models via **Together** and **Fireworks**, and fully local models via **Ollama**.\n\nA curated model list marks what we've verified for tool-calling work. Adding any model string works at your own risk.\n\n## Privacy\n\nOpenWorker is local-first. Everything lives on your machine: the agent loop, your conversations, connector tokens, and model keys - all in the app's local secret store. The only cloud piece is a small service that brokers OAuth handshakes for connectors. You can always use the App without signing-in - use the connectors via manually-created credentials\u002FAPI-keys.\n\n## Run from source\n\nPrerequisites: Python 3.10+, Node 20+, and (for the desktop shell) the Rust toolchain via [rustup](https:\u002F\u002Frustup.rs\u002F).\n\n```shell\ngit clone https:\u002F\u002Fgithub.com\u002Fandrewyng\u002Fopenworker\ncd openworker\n\n# 1. One-time bootstrap - creates the Python venv at .venv\n#    (on Windows, run from Git Bash or WSL)\nbash packaging\u002Fsetup_dev_env.sh\n\n# 2. Start the local agent server\n.venv\u002Fbin\u002Fopenworker-server --cwd ~\u002Fsome\u002Fproject --port 8765\n#    (Windows: .venv\\Scripts\\openworker-server.exe)\n\n# 3. In a second terminal, start the UI\ncd surfaces\u002Fgui\nnpm install\nnpm run dev        # browser UI on the Vite dev port\n```\n\nThe standalone server creates a per-launch token at\n`\u003Cstate-dir>\u002Fsidecar-8765.token`; Vite reads that user-only file when it starts.\nFor direct API calls, send its value in the `X-OpenWorker-Token` header. The\ndesktop app uses an in-memory launch token instead and never writes it to disk.\n\nTo run the full desktop app instead of the browser UI, replace step 3 with `npm run tauri dev` (from `surfaces\u002Fgui\u002F`) - the Tauri shell launches the window and supervises the server itself.\n\nTests: `.venv\u002Fbin\u002Fpytest` (server), `npm test` and `npm run e2e` in `surfaces\u002Fgui` (GUI unit + hermetic end-to-end). Desktop bundles are built with `packaging\u002Fbuild_dmg.sh` \u002F `packaging\u002Fbuild_windows.ps1`.\n\n## Repository layout\n\n| Directory | What's in it |\n|---|---|\n| `coworker\u002F` | Python backend - agent engine, model providers, connectors, MCP client, memory, automations |\n| `surfaces\u002Fgui\u002F` | Desktop app - React UI + Tauri shell that supervises the server |\n| `stt\u002F` | Speech-to-text sidecar (Rust) for voice input |\n| `packaging\u002F` | Installer builds (macOS DMG, Windows), auto-update manifest, dev bootstrap |\n| `docs\u002F` | Design specs and decision logs |\n| `tests\u002F` | Backend test suite |\n\n## Built on aisuite\n\nOpenWorker's engine is built on [**aisuite**](https:\u002F\u002Fgithub.com\u002Fandrewyng\u002Faisuite), a lightweight Python library providing a unified chat-completions API across LLM providers and an agents layer with tools, toolkits, and MCP support. If you want to build your own agent harness rather than use ours, start there; this repo is a working reference for what aisuite can carry.\n\nOpenWorker was originally developed inside the aisuite repository before moving to its own home here; thanks to the aisuite contributors whose work it builds on.\n\n## Contributing\n\nContributions and bug reports are welcome - open an [issue](https:\u002F\u002Fgithub.com\u002Fandrewyng\u002Fopenworker\u002Fissues) or a pull request. The app updates itself, so fixes reach installs quickly.\nFor any PR, please attach screenshots of what was broken and how it is fixed now. We will shortly add features that you can contribute to.\nPlease note that we are actively developing based off a internal list and goal, so we may not approve PRs that add features that are already under-development or deviates from our vision.\n\n## License\n\nMIT - see [LICENSE](LICENSE).\n","OpenWorker 是一款开源的桌面端 AI 协作代理，专注于将自然语言指令转化为可交付的实际成果（如文档、日程更新、Slack 回复等），而非仅提供对话响应。它在本地运行，支持用户自主接入 OpenAI、Anthropic、Google 或 Ollama 等任意模型，并通过 25+ 预集成工具（GitHub、Slack、Jira、Notion、Gmail、终端、本地文件等）执行跨应用任务；所有操作均需用户显式确认关键步骤，保障可控性与数据隐私。适用于需要自动化日常办公任务、提升知识工作者执行效率的个人或小团队场景。",2,"2026-07-25 02:30:02","CREATED_QUERY"]