You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PRODUCT.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,17 @@ Where are workflow hosted:
33
33
- Remote via a OpenWork Host (CLI or desktop)
34
34
- Remote on OpenWork Cloud (via Den sandbox workers)
35
35
36
+
## Current OpenWork Cloud flow
37
+
38
+
- Users can sign in with the standard web auth providers or accept an org invite through the hosted join flow.
39
+
- Invite signup keeps the invited email fixed, verifies the user by email code, and then drops them into the org join path.
40
+
- Cloud workers are a paid flow: users complete checkout before they can launch hosted workers.
41
+
- After a worker is ready, the user connects from the OpenWork app with `Add a worker` -> `Connect remote`, or opens the generated deep link directly.
42
+
43
+
## Team distribution
44
+
45
+
- Organizations can publish shared skill hubs so members discover approved skills from one managed place instead of collecting local-only installs by hand.
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,11 @@ OpenWork is designed around the idea that you can easily ship your agentic workf
22
22
23
23
## Quick start
24
24
25
-
Download the correct version in [here](https://openworklabs.com/download), in the latest [releases](https://github.com/different-ai/openwork/releases) or install from source below.
25
+
Download the desktop app from [openworklabs.com/download](https://openworklabs.com/download), grab the latest [GitHub release](https://github.com/different-ai/openwork/releases), or install from source below.
26
+
27
+
- macOS and Linux downloads are available directly.
28
+
- Windows access is currently handled through the paid support plan on [openworklabs.com/pricing#windows-support](https://openworklabs.com/pricing#windows-support).
29
+
- Hosted OpenWork Cloud workers are launched from the web app after checkout, then connected from the desktop app via `Add a worker` -> `Connect remote`.
26
30
27
31
## Why
28
32
@@ -44,6 +48,7 @@ OpenWork is designed to be:
44
48
-**Execution plan**: render OpenCode todos as a timeline.
45
49
-**Permissions**: surface permission requests and reply (allow once / always / deny).
46
50
-**Templates**: save and re-run common workflows (stored locally).
51
+
-**Debug exports**: copy or export the runtime debug report and developer log stream from Settings -> Debug when you need to file a bug.
47
52
-**Skills manager**:
48
53
- list installed `.opencode/skills` folders
49
54
- import a local skill folder into `.opencode/skills/<skill-name>`
@@ -173,6 +178,8 @@ pnpm test:e2e
173
178
174
179
## Troubleshooting
175
180
181
+
If you need to report a desktop or session bug, open Settings -> Debug and export both the runtime debug report and developer logs before filing an issue.
182
+
176
183
### Linux / Wayland (Hyprland)
177
184
178
185
If OpenWork crashes on launch with WebKitGTK errors like `Failed to create GBM buffer`, disable dmabuf or compositing before launch. Try one of the following environment flags.
0 commit comments