{"id":38145561,"url":"https://github.com/different-ai/openwork","last_synced_at":"2026-07-15T04:00:48.730Z","repository":{"id":332478176,"uuid":"1133911335","full_name":"different-ai/openwork","owner":"different-ai","description":"An open-source alternative to Claude Cowork (powered by opencode)","archived":false,"fork":false,"pushed_at":"2026-07-03T23:13:47.000Z","size":251785,"stargazers_count":16595,"open_issues_count":224,"forks_count":1678,"subscribers_count":66,"default_branch":"dev","last_synced_at":"2026-07-03T23:17:58.463Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://openworklabs.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/different-ai.png","metadata":{"files":{"readme":"README.md","changelog":"changelog/release-tracker-2026-02-19.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-01-14T01:39:31.000Z","updated_at":"2026-07-03T21:30:59.000Z","dependencies_parsed_at":"2026-01-20T07:07:35.062Z","dependency_job_id":"dda52d73-7d23-4e96-a20f-d7f61809cba8","html_url":"https://github.com/different-ai/openwork","commit_stats":null,"previous_names":["different-ai/openwork"],"tags_count":1718,"template":false,"template_full_name":null,"purl":"pkg:github/different-ai/openwork","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/different-ai%2Fopenwork","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/different-ai%2Fopenwork/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/different-ai%2Fopenwork/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/different-ai%2Fopenwork/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/different-ai","download_url":"https://codeload.github.com/different-ai/openwork/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/different-ai%2Fopenwork/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35174071,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-05T02:00:06.290Z","response_time":100,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-16T22:55:19.318Z","updated_at":"2026-07-15T04:00:48.723Z","avatar_url":"https://github.com/different-ai.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","Low-code builder / agent app","others","Tools","1. Local Agents","🧠 AI Applications \u0026 Platforms","Uncategorized","Harnesses \u0026 orchestration"],"sub_categories":["Computer Use","Computer Use \u0026 OS Agents","Tools","Uncategorized","Agent infrastructure"],"readme":"# OpenWork\n\nOpenWork is a free, open-source desktop app made for sharing AI workflows. It is an open-source alternative to Claude Cowork and Codex for macOS, Windows, and Linux.\n\nAdd one OpenWork MCP to Codex, Claude Code, Cursor, or another compatible agent and reuse the same skills, MCPs, and connected services across your tools, teammates, and machines. Create something once, share it with coworkers or friends, or keep it for yourself.\n\nThe desktop app is there when you want a dedicated workspace, but it is not required. You can use OpenWork from the agent you already have. For larger organizations, the admin interface lets you publish capabilities, manage access, and configure shared or per-user connections.\n\n[**Download OpenWork**](https://openworklabs.com/download)\n\n\u003cimg width=\"1481\" height=\"842\" alt=\"OpenWork desktop app\" src=\"https://github.com/user-attachments/assets/66a8dd9b-5260-488c-957d-e54331e78c1c\" /\u003e\n\n## Install with your AI agent\n\nAlready use an AI agent? Copy this prompt and paste it into Claude Code, Cursor, Codex, ChatGPT, or any agent that can run commands on your computer.\n\n```text\nInstall OpenWork on my computer, set up my first workspace, and open it ready to use. Follow the steps in https://openworklabs.com/start.md?v=hero\n```\n\n1. Installs OpenWork\n2. Creates your workspace\n3. Opens it ready to run\n\n## Use OpenWork from any agent\n\nThe OpenWork MCP brings your assigned skills, plugins, MCP connections, Google Workspace, and Microsoft 365 capabilities into any compatible agent.\n\nIt exposes two tools: `search_capabilities` finds what you can use, and `execute_capability` runs it. After adding the MCP, your client opens a browser so you can sign in and choose your OpenWork organization.\n\n### Codex\n\n```bash\ncodex mcp add openwork --url https://api.openworklabs.com/mcp/agent\n```\n\n### Claude Code\n\n```bash\nclaude mcp add --transport http openwork https://api.openworklabs.com/mcp/agent\n```\n\n### OpenCode\n\nAdd this to `opencode.json`:\n\n```json\n{\n  \"mcp\": {\n    \"openwork\": {\n      \"type\": \"remote\",\n      \"enabled\": true,\n      \"url\": \"https://api.openworklabs.com/mcp/agent\",\n      \"oauth\": {}\n    }\n  }\n}\n```\n\n### Any MCP client\n\nUse this remote MCP server URL:\n\n```text\nhttps://api.openworklabs.com/mcp/agent\n```\n\n## OpenWork Den\n\nOpenWork Den is the control plane for managing OpenWork across a team or organization.\n\n- Provision inference at scale and control which members and teams can use each model provider.\n- Invite teammates, create teams, and manage access from one place.\n- Set desktop policies, restrict local model access, and control which app versions your organization can use.\n- Publish skills and plugins through marketplaces, then assign them to the organization, a team, or specific people.\n- Import Anthropic-compatible plugins and make their supported skills and remote MCPs available through the OpenWork MCP.\n\n\u003cimg width=\"1546\" height=\"915\" alt=\"OpenWork Den organization control plane\" src=\"https://github.com/user-attachments/assets/033dbbfe-5661-4f7c-869c-46278406d6cc\" /\u003e\n\n## Documentation\n\n[Read the OpenWork docs.](https://openworklabs.com/docs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdifferent-ai%2Fopenwork","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdifferent-ai%2Fopenwork","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdifferent-ai%2Fopenwork/lists"}