Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions packages/headless/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ npm install -g openwrk
openwrk start --workspace /path/to/workspace --approval auto
```

When run in a TTY, `openwrk` shows an interactive status dashboard with service health, ports, and
connection details. Use `openwrk serve` or `--no-tui` for log-only mode.

```bash
openwrk serve --workspace /path/to/workspace
```

`openwrk` ships as a compiled binary, so Bun is not required at runtime.

`openwrk` downloads and caches the `openwork-server`, `owpenbot`, and `opencode` sidecars on
Expand Down Expand Up @@ -40,6 +47,9 @@ pnpm --filter openwrk dev -- \

The command prints pairing details (OpenWork server URL + token, OpenCode URL + auth) so remote OpenWork clients can connect.

Use `--detach` to keep services running and exit the dashboard. The detach summary includes the
OpenWork URL, tokens, and the `opencode attach` command.

## Logging

`openwrk` emits a unified log stream from OpenCode, OpenWork server, and Owpenbot. Use JSON format for
Expand Down
1 change: 1 addition & 0 deletions packages/headless/bunfig.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
preload = ["@opentui/solid/preload"]
5 changes: 4 additions & 1 deletion packages/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,11 @@
},
"dependencies": {
"@opencode-ai/sdk": "^1.1.31",
"@opentui/core": "0.1.77",
"@opentui/solid": "0.1.77",
"openwork-server": "0.1.2",
"owpenwork": "0.1.19"
"owpenwork": "0.1.19",
"solid-js": "1.9.9"
},
"devDependencies": {
"@types/node": "^22.10.2",
Expand Down
Loading
Loading