Descargas

Obtén Cowork Studio para tu máquina.

Elige tu plataforma — los mismos flujos de trabajo se ejecutan idénticamente en las tres. Las actualizaciones se envían a través del actualizador en la app.

Recommended

Install Cowork Studio

One action per platform. The tab below is pre-selected for the machine you're on.

PowerShell

irm https://cowork-landing-s9uesd.pages.dev/install.ps1 | iex

No prerequisites. Downloads the latest cowork.exe (sha256-verified) and runs cowork setup: puts cowork on your PATH, installs the workbench engine, enables autostart, and opens Cowork Studio in your browser.

Prefer the npm route? This variant installs Node.js LTS first when it is missing, then installs Cowork Studio through npm:

irm https://cowork-landing-s9uesd.pages.dev/install-npm.ps1 | iex

Every route installs the same Cowork Studio. First run downloads the workbench (~30s); subsequent starts are instant. Your default browser opens automatically at http://127.0.0.1:51151.

Per-OS CLI binaries

Single-file Bun-compiled binaries — for users who'd rather drop one executable onto PATH than run an npm install.

Power users / offline install

The prebuilt code-server bundle the CLI downloads on first run. Grab it manually for air-gapped boxes or imaging.