Esta página se muestra en inglés. Una traducción al español está en curso.
SkillsMay 12, 2026·2 min de lectura

CoWork OS — Local-First Agent Workspace

CoWork OS is a local-first agent workspace for code, docs, web pages, and automations, with an Electron UI and built-in support for many MCP connectors.

Listo para agents

Instalación con revisión previa

Este activo requiere revisión. El prompt copiado pide dry-run, muestra escrituras y continúa solo tras confirmación.

Needs Confirmation · 66/100Política: confirmar
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Single
Confianza
Confianza: Established
Entrada
Asset
Comando con revisión previa
npx -y tokrepo@latest install ed99140d-3c1d-5649-bb8b-52f01464fbd7 --target codex

Primero dry-run, confirma las escrituras y luego ejecuta este comando.

Introducción

CoWork OS is a local-first agent workspace for code, docs, web pages, and automations, with an Electron UI and built-in support for many MCP connectors.

  • Best for: People who want one local app for agentic coding + docs + browser work
  • Works with: Node.js + npm; Electron; optional provider keys (Claude/OpenAI/Gemini/OpenRouter) and MCP connectors (per docs)
  • Setup time: 20–60 minutes

Practical Notes

  • GitHub: 291 stars · 18 forks; pushed 2026-05-12 (verified via GitHub API).
  • Docs docs/getting-started.md uses npm run setup then npm run dev to launch the Electron app + hot reload.
  • README advertises dozens of provider options and many MCP connectors for a single “agent workspace” surface.

Main

Adoption tips:

  1. Start with one workspace and define conventions (branching, lint, CI) so the agent’s edits stay consistent.
  2. Enable only a small set of connectors first; too many tools makes planning noisy and harder to audit.
  3. Use explicit approvals for any action that sends messages, writes to production, or spends money.
  4. Capture “what worked” as repeatable shortcuts and keep them versioned like code.

Local-first is a feature: it keeps files and context near the work, with fewer external dependencies.

FAQ

Q: Is it cloud-based? A: No—README frames it as local-first; your workspace lives on your machine.

Q: Do I need a single LLM provider? A: No—docs list multiple providers and optional failover chains.

Q: How do I keep tool use safe? A: Enable connectors gradually and require approvals for outbound or high-impact actions.

🙏

Fuente y agradecimientos

Source: https://github.com/CoWork-OS/CoWork-OS > License: MIT > GitHub stars: 291 · forks: 49

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados