Real isolation
Each workspace is an unprivileged Incus system container with its own clone, Docker stack, and bridge IP. Build, run, and break things side by side.
Every task gets its own universe — a full, isolated copy of your project with its own clone, stack, and https URL. Built for the LLM era.
npm i -g paraspacepara uses Incus and Caddy on the host — brew install caddy colima incus on macOS; see the README for Linux.
cd your-project # a repo set up for para
para up ws1 # launch an isolated workspace
para sh ws1 # shell into the cloneNew project? para init scaffolds a working .paraspace/ dir — the walkthrough is Project setup.