Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.pcb.new/llms.txt

Use this file to discover all available pages before exploring further.

Install from a package manager

Package manager installation coming soon.

Install from script

Install the pcb shim. It downloads and runs the right pcbc toolchain for each project.
curl -fsSL https://raw.githubusercontent.com/diodeinc/pcb/main/install.sh | bash
The installer adds pcb to your user PATH when needed.
Clone the repo and build locally.
# Clone the repo
git clone https://github.com/diodeinc/pcb

# Move into source folder
cd pcb

# Build locally
cargo build -p pcb -p pcbc