Release binary
WorktreeOS can be compiled into a single standalone executable with Bun’s
--compile. The binary embeds the CLI, the daemon, the workspace packages, and
the web UI, so running it requires neither Bun, nor apps/web/dist, nor the
source checkout.
Build it
Section titled “Build it”bun run build:binaryThis produces dist/wos via bun --compile.
What it includes
Section titled “What it includes”- The CLI entry point (
apps/cli). - The daemon and all workspace packages (
packages/*). - The built web UI.
Because the web UI is embedded, wos web works from the binary without a
separate bun run build:web step.