Metadata-Version: 2.4
Name: brik64
Version: 2.0.0b5
Summary: BRIK-64 PCD compiler and toolchain — install brikc, brikfmt, brikcheck
Project-URL: Homepage, https://brik64.dev
Project-URL: Repository, https://github.com/NAZCAMEDIA/BRIK-64
Project-URL: Documentation, https://brik64.dev/docs
Author-email: "Carlos J. Pérez" <carlos@brik64.dev>
License: BRIK-64 Community License v1.0
Keywords: ai-safety,brik64,compiler,digital-circuitality,formal-verification,pcd
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Other
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Compilers
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# brik64 (npm)

Install the BRIK-64 PCD compiler and toolchain via npm:

```sh
npm install -g brik64
brikc --version
brikc run hello_world.pcd
```

## What is BRIK-64?

BRIK-64 is a **Digital Circuitality** architecture: programs as verified circuits.

- **PCD** (Printed Circuit Description) — deterministic, formally verified language
- **64 canonical monomers** — atomic operations, composed via EVA algebra
- **TCE** — Thermodynamic Coherence Engine certifies every program
- **AI-native** — finite operation space prevents incorrect programs from compiling

## Commands

| Command | Description |
|---------|-------------|
| `brikc run file.pcd` | Compile and run a .pcd program |
| `brikc fmt file.pcd` | Format a .pcd source file |
| `brikc check file.pcd` | Type-check without running |
| `brikc build file.pcd` | Full pipeline to BIR bytecode |
| `brikc catalog list` | List all 64 monomers |

## License

BRIK-64 Community License v1.0 — free for individuals and startups (<$1M revenue).
Commercial license required for enterprises. See [LICENSE](../../LICENSE).

© 2026 BRIK-64 Inc.
