ork 0.7.0
Teams that review their own work, a terminal you can finally scroll, and a privacy mode for client recordings.
Highlights
- Team protocol v2: the coordinator now reviews every delivery before accepting it. A
donereport gets its diff checked in the owner's worktree (paths live in a newmembers.mdroster) and comes back asapprovedorreworkwith concrete problems; after two rework rounds the task escalates to you with a macOS notification. Tasks start in a shared## Backlogon the board and free members claim the next ones themselves, so nobody sits idle while a teammate drowns and the coordinator never has to chase status. - Agents that sleep on their own: a member with nothing left sends
sleepto the reservedorkrecipient and parks itself without announcing it; any team message wakes it. The coordinator closes a finished demand witharchive <summary>: the full board snapshots intohistory/and resets, carrying## Decisionsover. Past demands stay greppable without taxing every board read. - Scrollback that works: SwiftTerm 1.14 pins the viewport where you scrolled, so agent output no longer drags you back to the bottom on every spinner frame. When the CLI asks for the mouse (Claude Code does), the wheel reaches it and Claude Code scrolls its own transcript; Shift+wheel scrolls ork's scrollback, Shift+drag selects text locally, and Cmd+click opens links on purpose. This also ends the phantom selections and the clicks that opened links from somewhere else in the buffer, both traced to mouse coordinate bugs fixed upstream.
- Privacy mode: one toggle in Settings narrows the sidebar, menu bar panel and notch to the current project's organization and silences the notch event ticker. Record or present client work without other clients' names on screen.
- Reorder the sidebar: drag organizations and projects to rearrange them; dropping a project on another section moves it there.
Install
Requires macOS 14 or newer on Apple Silicon.
-
Download
ork-0.7.0-macos-arm64.zipand unpack it. -
The binary is not notarized yet, so clear the quarantine flag once:
xattr -dr com.apple.quarantine ork-0.7.0-macos-arm64
-
Run
./Orkfrom inside the unpacked folder. Keep the.bundlefolders next to the binary; the app loads its fonts and icons from them.
Building from source also works: clone the repo and run swift run -c release.
Full changelog: v0.6.0...v0.7.0