📦 Quilt is Published

Live on PyPI and crates.io. 12 Rust crates for the 8 primitives + 4 meta. RubyGems pending attestation.
12
Rust crates live
2
PyPI releases
8
primitives
4
meta crates
51
bridges
1
gamified IDE
🐍

PyPI

quilt-cell v0.6.0 + v0.6.1

v0.6.1 bundles 51 bridges as data.

pip install quilt-cell
✓ published
🦀

crates.io

12 modular crates

Each Quilt primitive is its own crate. Mix and match.

cargo add quilt-cell
✓ 12 published
💎

RubyGems

quilt_cell v0.6.0

Built and ready. Blocked by sigstore attestation requirement (post-2024 RubyGems policy).

gem install quilt_cell
⏳ attestation required
📦

npm

@superinstance/qgit v0.6.0

The git-native Quilt protocol. qgit (Quilt-Git) lives below the app layer.

npm install @superinstance/qgit
✓ published

🦀 The 12 Crates — Modular Polyformalism

Each Quilt primitive is a separate crate. Compose them to make a cell. The 8 primitives + 4 meta.

quilt-cell
0.6.0

composes all 8
quilt-zin
0.6.0

input space
quilt-zout
0.6.0

output space
quilt-jepa
0.6.0

predict-observe
quilt-doubleentry
0.6.0

γ + η = budget
quilt-vibe
0.6.0

physics
quilt-gc
0.6.0

3-phase GC
quilt-murmur
0.6.0

gossip
quilt-topology
0.6.0

graph + β₁
quilt-zoo
0.6.0

13 cell kinds
quilt-bridges
0.6.0

22 bridges
quilt-watch
0.6.0

oscillation

📦 The 8-Primitive Polyformalism

The same cell, 8 modular crates. Each crate IS one primitive. Compose them to make a cell.

// Just the Vibe primitive
use quilt_vibe::Vibe;
let mut v = Vibe::new();
v.nudge(1.0);
v.tick(1.0);

// All 8 primitives composed
use quilt_cell::Cell;
let mut cell = Cell::new("my-cell");
cell.tick();

// Or just one primitive + DoubleEntry conservation
use quilt_zin::Zin;
use quilt_doubleentry::DoubleEntry;
let z = Zin::new().insert("x", 1.0);
let de = DoubleEntry::new(0.4, 0.6);
assert!((de.budget() - 1.0).abs() < 1e-9);

🎮 The Playground (Gamified IDE)

The new Quilt Playground gamifies the cell model.

🛠 The Architecture (clever mechanisms)

The Quilt runtime is a small stack of orthogonal layers. Each layer is independent. Each layer is universal.

The Watch

"The cell is the system. The cell is published. The cell is a game. The work is the work. The work is the watch. The watch is the work."