Local development
Choose the right local runtime and clean it up completely.
Run ./run.py at the root of the Leash monorepo. Option 1 starts Personal Open Source. Option 2 starts hosted-personal Cloud development. Option 3 rebuilds the packaged macOS app. Option 4 rebuilds the packaged app against local Cloud services. Choose C to remove local apps, services, hooks, proxy configuration, containers, databases, launch jobs, and client state.
./run.py
python3 run.py --mode individual-open-source --clean-slate --yes
python3 run.py --mode local-cloud-release --real-oauth --yes
python3 run.py --clean --yesThe private website checkout is required for Cloud development. Business dashboard and identity administration are separate private services, not part of the public runner.
One public personal runtimeBusiness Cloud wraps it privately without moving organization administration into public clients.