Files
openwork/packages/docs/get-started.mdx
2026-03-24 16:31:16 -07:00

49 lines
1.3 KiB
Plaintext

---
title: "Get Started"
description: "OpenWork is the open source alternative to Claude Cowork. "
---
Most users use our [desktop app](https://openworklabs.com). This guide helps you setup OpenWork via the CLI so that you can run OpenWork tasks in the background on your infra.
## Step 1: Install on your remote server
Install the npm package:
```bash
npm install -g openwork-orchestrator
```
## Step 2: Start OpenWork in your workspace
Run OpenWork where your code lives:
```bash
openwork start --workspace /path/to/your/workspace --approval auto
```
<Frame>
![OpenWork CLI terminal output showing URL and owner token](/images/get-started-cli-output.png)
</Frame>
Copy:
- `OpenWork URL`
- `OpenWork Owner Token`
## Step 3: Connect the OpenWork desktop app
On your local machine, open the OpenWork desktop app and connect into a remote workspace with:
- On the bottom left click `+ Add workspace`
- Then click `+ Connect Remote workspace`
- Type in the `OpenWork URL and OpenWork Owner Token` from earlier
<Frame>
![Add Remote Workspace dialog in OpenWork desktop app](/images/get-started-add-remote-workspace.png)
</Frame>
## What this gives you right away
- Your code and services stay on the remote machine.
- Your local machine stays light.
- You get a fast path from install to a connected remote OpenWork workspace.