Clone and run
What this lets you do
Install the open-source image infrastructure and keep conversations, jobs, assets, and provider keys on your machine.What you need
- Git
- Python 3.11 or later
uv- Node.js 22.12 or later
pnpm10- A current browser
Steps
1. Start the runtime
2. Stop and resume
PressCtrl+C in the terminal that runs DreamLayer. Start it again with ./dreamlayer.
Conversations and durable job state remain in the local data directory. A job interrupted by a runtime restart is recovered or moved to a visible terminal failure state.
Confirm it worked
The launcher prints a loopback URL, DreamLayer WebUI opens there, and a sample job reaches a visible terminal state.Common errors
- If
uv, Node.js, orpnpmis missing, install the prerequisite and repeat step 1. - If the browser cannot connect, use the exact loopback URL printed by the launcher.
- If startup fails after an upgrade, run
./dreamlayer doctor --jsonand keep the sanitized output.