Skip to content

Development Setup

On Ubuntu 24.04 x64, install Node with Corepack and Python with venv support, then run the repository-local bootstrap:

corepack pnpm run toolchain:bootstrap
corepack pnpm run toolchain:doctor

Run the complete contributor and automation contract with:

corepack pnpm run verify:all

The bootstrap does not require repository secrets or sudo and does not install pnpm, Python packages, browsers, or validation tools globally. See Reproducible Toolchain for paths, versions, optional KiCad/PostgreSQL prerequisites, and browser discovery.