macOS
Universal · Apple Silicon + Intel · 12.0+
- Versão
- —
- Tamanho
- —
…
Downloads
Escolha sua plataforma — os mesmos fluxos de trabalho rodam identicamente em todos os três. Atualizações saem pelo atualizador no app.
Recommended
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 Terminal
curl -fsSL https://cowork-landing-s9uesd.pages.dev/install.sh | sh No prerequisites. For Apple Silicon Macs: verifies the checksum and runs cowork setup: puts cowork on your PATH, installs the workbench engine, enables login autostart, and opens Cowork Studio in your browser.
Step 1 · Install (needs Node 18+)
npm install -g --force https://cowork-landing-s9uesd.pages.dev/api/release/installer Step 2 · Run
cowork Installs through npm — the postinstall downloads the precompiled linux-x64 binary, nothing is built on your machine. First run downloads the workbench engine and adds a "Cowork Studio" entry to your app grid.
Step 1 · Install
npm install -g --force https://cowork-landing-s9uesd.pages.dev/api/release/installer Step 2 · Run
cowork Works on macOS (Apple Silicon), Windows, and Linux wherever Node 18+ is installed. The postinstall downloads the precompiled binary for your OS — no build step.
On Windows without Node? This one-liner installs Node.js LTS first, then runs the npm install for you:
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.
Single-file Bun-compiled binaries — for users who'd rather drop one executable onto PATH than run an npm install.
macOS
Universal · Apple Silicon + Intel · 12.0+
…
Linux
AppImage · x64 / arm64
…
Windows
x64 · Windows 10 / 11
…
The prebuilt code-server bundle the CLI downloads on first run. Grab it manually for air-gapped boxes or imaging.