CreateBlueprintsfor softwarelogic.

Plan new systems before they are built. Map existing code after it ships.One portable structure for review, migration, audits, and governed change.

Download the CLI

$ curl -fsSL https://brik64.com/cli/install.sh | bash

Install the skill for your AI agent

Get the skill

Designed for the systems you already work with.

CodexCodex
Claude CodeClaude Code
GrokGrok
OpenCodeOpenCode
Gemini CLIGemini CLI
RustRust
TypeScriptTypeScript
PythonPython
JavaScriptJavaScript
CC
C++C++
GoGo
COBOLCOBOL
PHPPHP
JavaJava
CodexCodex
Claude CodeClaude Code
GrokGrok
OpenCodeOpenCode
Gemini CLIGemini CLI
RustRust
TypeScriptTypeScript
PythonPython
JavaScriptJavaScript
CC
C++C++
GoGo
COBOLCOBOL
PHPPHP
JavaJava

The Ecosystem

Integrations & Native SDKs

Developer SDKs

Native libraries for attaching PCD review metadata inside compiler and agent workflows.

TypeScriptPythonRust

Git Integrations

Review-oriented logic metadata for pull-request and repository workflows.

GitHubGitLabBitbucket

Review Boundaries

Keep scoped PCD boundaries and evidence status visible before a workflow moves forward.

Evidence state: reviewable candidate

System Overview

What is BRIK64?

BRIK64 turns planned or existing code into software logic blueprints that teams and agents can review, move, and govern.

The .brik Workspace

Logic maps and PCD review state.

PCD Open Standard

Portable software logic blueprints.the BRIK64 docs

Logic Compilation

Route blueprints to target artifacts.

Agent Governance

Repo rules for agent review gates.

Workflow Factory

Turn release trains and audit gates into composable PCD workflows with verifiable evidence.

Explore Workflow Factory

PCD Workflow Contracts

Govern release work before it becomes public state.

Model release trains, CI/CD gates, and approvals as hash-bound contracts with explicit evidence and fail-closed transitions.

1

Release trains with live verification gates

2

CI/CD workflows with manifest-bound transitions

3

Deployment approvals that require explicit evidence

Draft
Verified
Public

Contract hash

pcd-workflow:7b122edc

Required gate

live verifier decision

Boundary

external providers observed

Workflow Contracts make critical workflows auditable and fail-closed. They do not create a proof-grade assurance claim.

The Problem

AI coding made software faster to produce.
It did not make software easier to govern.

AI agents generate code in seconds. Git tracks character changes; BRIK64 helps teams review logic.

Review signal

Character churn translated into reviewable logic.

Git (Syntactic)

Diff volume, not meaning.

Files changed37
Insertions812
Deletions406

BRIK64 (Semantic)

Review boundary and evidence state.

4

Logic units changed

2

Authorization rules affected

1

Boundary condition shifted

1

Evidence pack outdated

The Architecture

Logic blueprints are the missing review layer in AI coding.

BRIK64 introduces the Logic Blueprint—a declarative representation of scoped computation that teams can inspect before reviewing target code.

Inspect the Blueprint

Review components, interfaces, and variables as a clean schematic, isolated from generated syntax noise.

Check the Structure

Review whether the declared blueprint stays within expected bounds such as role checks and transaction limits, then attach metadata to the reviewed scope.

Route Across Targets

Use supported local and hosted workflows to emit target artifacts for bounded logic islands without claiming whole-application correctness.

Universal Compiler

Route reviewed blueprints into supported target workflows.

BRIK64 routes reviewed PCD blueprints into supported target workflows with tests where available. Beta exports focus on Rust, TypeScript, and Python.

01

PCD blueprint

02

Target code

03

Tests included

Compiler target matrix

3 beta exports now · 12 target paths

Beta export

Rust

target code + tests

Beta export

TypeScript

target code + tests

Beta export

Python

target code + tests

Planned

JavaScript

export path planned

Planned

C

export path planned

Planned

C++

export path planned

Planned

Go

export path planned

Planned

COBOL

export path planned

Planned

PHP

export path planned

Planned

Java

export path planned

Planned

Swift

export path planned

Planned

WebAssembly

export path planned

Logic diff in action

Stop reviewing raw diffs. Review logic.

One semantic report shows what changed, why it matters, and what needs review.

Boundary change

Raw file change translated into reviewable logic.

Logic diff

src/payments/limits.ts

Git Diff
41 export function requiresApproval(amount: number, role: Role) {
42 if (role === "guest") {
43- return amount > 1000;
44+ return amount >= 1000;
45 }
46 return false;
47 }

BRIK64 logic change

Boundary condition changed

Invalidated

Monomer path

reused icon system
MC07CLAMP
MC24IF
MC48HASH
MC52VRFY
1Previousamount > 1000
2Newamount >= 1000
3ImpactTransactions equal to 1000 changed
4StatusEvidence invalidated. Approval required

CLI adjustment

brik64 adjust --pcd payment_limit --require-approval

Developer SDKs

Attach BRIK64 review metadata from your own tools.

Use SDKs to load PCD contracts, record handoff metadata, and connect generated outputs to review workflows.

JS/TS SDK · 0.1.0-beta.6.1

$ npm install @brik64/core@0.1.0-beta.6.1

Rust SDK · 0.1.0-beta.17

$ cargo add brik64-core --version 0.1.0-beta.17

Python SDK · 0.1.0b17

$ pip install brik64==0.1.0b17
Repo LayoutLayout Spec
my-app/
├── .git/ # File version history
├── .brik/ # Logic version history
├── pcds/ # Declarative logic (PCDs)
├── evidence/ # Evidence packs
└── state.json # Tracked policy states
├── AGENTS.md # Optional user-approved agent block
└── brik64.toml # Logic config

Logic Repository Layer

.brik — Local review state for software logic.

If .git tracks version history for files, .brik carries local review state: PCD candidates, logic maps, decisions, refs, and evidence metadata.

Install beta CLI

$ curl -fsSL https://brik64.com/cli/install.sh | bash

Developer Notes

Notes from the builders we design for

BRIK64 started from a simple frustration: AI changes code faster than teams can understand it. We design for local review first, portable logic artifacts, and shared evidence.

@cjprez

@cjprez

BRIK64 Founder

"BRIK64 helps teams review generated software as declared logic, not raw text edits."

Developer note
E

review note

Review

"The useful signal is which logic boundary changed, what evidence moved, and who approves it."

Developer note
R

@rust_fanatic

AI Code

"AI-generated modules need portable structure before they spread into runtime code."

Developer note
A

@agentic_dev

Agents

"Coding agents should expose changed logic and keep install steps explicit."

Developer note

Compliance & Governance

Audit-ready PCD evidence for regulated AI software

Brik64 extracts structured logic blueprints that help teams prepare evidence for regulated software review.

EU AI Act logo
EU AI Act
Prepares PCD evidence for AI governance review.
Status: Review-readyPCD EVIDENCE
National Institute of Standards and Technology logo
NIST AI RMF
Maps logic evidence to risk-review categories.
Status: Review-readyPCD EVIDENCE
HIPAA logo
HIPAA
Keeps data-handling boundaries visible for review.
Status: Review-readyPCD EVIDENCE
SOC 2 logo
SOC 2
Attaches logic history and hashes to audit workflows.
Status: Review-readyPCD EVIDENCE
GDPR EU lock emblem
GDPR
Documents decision-rule boundaries for review.
Status: Review-readyPCD EVIDENCE
ISO 42001 badge
ISO 42001
Supports AI management documentation with PCDs.
Status: Review-readyPCD EVIDENCE
brik64_console_v1.0

$ brik64 verify --blueprint main.pcd

Initializing local review tunnel...

Checking logic boundaries: [Passed]

Mapping scoped review policies: [Passed]

Packing evidence metadata: [Done]

Blueprint package ready for review.

Closed Beta

Join the Private Preview

Early access is rolling out. Join the preview queue to test blueprint review workflows with your team.

Platform·Closed beta — opening soon

Stop shipping software you can't inspect.

The BRIK64 Platform is the missing layer between AI-generated code and production systems your team can actually trust, audit, and govern.

Logic Review Dashboard

Inspect every blueprint change and policy breach before it ships — side by side, in one view.

Evidence Review

Prepare bounded evidence packs and review metadata for governance workflows.

Official Registry

Publish governed artifacts with explicit trust posture. No more guessing what shipped.

Team Governance

Enforce review gates and approval flows across your team — without rewriting your pipeline.

Closed Beta · Spots Limited

Be the first team to govern AI-generated code.

First teams get direct onboarding with the BRIK64 engineering team and early access to the Review Dashboard, Registry, and Certification workflow — months before public launch.

  • Direct engineering team onboarding
  • Shape the roadmap from day one
  • Discounted access locked at beta pricing

Registration

Follow @brik64com for launch updates.

FAQ

Frequently Asked Questions

A Software Logic Blueprint is a reviewable structure for intended or existing software logic. It helps teams inspect boundaries, expected states, and evidence before changes move forward.

Ready to formalize your stack?
Start reviewing generated code as structured logic.

Install the CLI locally. No account required.

Explore platform