Skip to content

ParaSpaceParallel dev workspaces on your machine

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.

Install

sh
npm i -g paraspace

para uses Incus and Caddy on the host — brew install caddy colima incus on macOS; see the README for Linux.

Quick start

sh
cd your-project   # a repo set up for para
para up ws1       # launch an isolated workspace
para sh ws1       # shell into the clone

New project? para init scaffolds a working .paraspace/ dir — the walkthrough is Project setup.

Released under the MIT License.