BRIK64
Developer Tools

One binary. Every guarantee.

One binary. Zero dependencies. 708 KB. Install brikcand start certifying code in 30 seconds. It compiles itself to an identical hash — that's the proof it works.

708 KB
Binary size
0
Dependencies
128
Monomers
14
Target languages

[01] INSTALL

Up and running in 30 seconds

Four installation methods. One result: a 708 KB binary with zero dependencies that can verify its own compilation.

$ curl -fsSL https://brik64.dev/install | sh
Verify: brikc --version → brikc 5.0.0-beta.1

[02] COMMANDS

Everything from the terminal

Compile, lift, transpile, certify, publish, and connect — all through a single binary.

brikc compile

Usage

brikc compile src/main.pcd --target rust

Flags

--target <lang>--output <file>--emit-tests

Example

$ brikc compile app.pcd --target js --emit-tests
Parsing app.pcd...
Resolving 4 monomers...
Emitting JavaScript (ES2024)...
✓ Compiled → dist/app.js
✓ Tests → dist/app.spec.js (12 tests)
✓ Φ_c = 1 — circuit closed

[03] SYSTEM

Requirements

Operating Systems

  • macOS 12+ (arm64, x86_64)
  • Linux (Ubuntu 20.04+, Debian 11+, Fedora 36+)
  • Windows 10+ (WSL2)

Self-Verifying Binary

The brikccompiler is itself a certified BRIK64 program. It compiles to a 708 KB standalone x86-64 ELF — no Rust runtime, no libc dependency.

Verification

Run brikc verify to confirm the self-compilation fixpoint. Run brikc catalog to list all monomers with signatures.

Start building — free

Install the CLI. Certify your first function. Every certified line is a line you never debug again. Free forever.