Skip to main content

Install brikc

curl -fsSL https://brik64.dev/install | sh
Or download from github.com/brik64/dist/releases.

Write your first circuit

Create hello.pcd:
// hello.pcd — your first BRIK-64 circuit
let msg = "Hello, Digital Circuitality!";
MC_40.WRITE(msg);

Compile and run

brikc run hello.pcd
# Hello, Digital Circuitality!

Verify the circuit

brikc check hello.pcd
# ✓ Circuit closed: Φ_c = 1.000
# ✓ All monomers verified