Worldline is a local-first runtime for intent-scoped, receipt-producing developer execution over a persistent world model.
- Install Python dependencies:
uv sync- Install UI dependencies:
cd apps/wl-ui && npm install- Initialize a repository:
uv run wl init .- Start the daemon:
uv run worldlined --repo .- Open the UI:
cd apps/wl-ui && npm run devSee docs/quickstart.md for the full workflow.