feat: Update openwork to 0.3.6, refine PKGBUILD's .deb extraction, and add Arch installation instructions to the README. (#239)

This commit is contained in:
Porker Roland
2026-01-24 16:35:25 +00:00
committed by GitHub
parent bd31876f51
commit 6f5dfdb70d
3 changed files with 48 additions and 31 deletions

View File

@@ -93,6 +93,12 @@ pnpm dev
pnpm dev:ui
```
### Arch Users:
```bash
yay -s opencode # Releases version
```
## Architecture (high-level)
- In **Host mode**, OpenWork spawns:
@@ -150,6 +156,7 @@ pnpm test:e2e
## Troubleshooting
### Linux / Wayland (Hyprland)
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.
```bash