wallet: raw private key import. twenty repos, one day: mir rendered the first graph world, glia woke up as the universal model runtime, zheng went from specs to a working proof system.

private key import

raw secp256k1 private keys (64 hex characters) can now be imported through the wallet modal. the same AES-256-GCM encryption with PBKDF2 (1M iterations) protects both mnemonic and private key accounts. private-key accounts now show the password unlock bar. security audit passed — 0 critical, 0 high findings. cherry-picked to all 8 active branches. see cyber/security audit private key import.


the stack found its shape

code had been living wherever it was first written. today each repo was given one job. tru compiles — it takes a cybergraph snapshot and produces a model. glia runs — it takes that model and executes it on whatever hardware is available, honeycrisp on Apple Silicon, wgpu elsewhere, CPU as fallback. mir renders — it turns the graph into a 3D world that every machine sees identically from the same data.

before today these things lived tangled inside cyb. now the dependencies are honest and the boundaries are clear.

glia — the runtime that runs intelligence

tru and glia are a compiler-runtime pair: one produces the artifact, one executes it. glia shipped its first real fix — Apple Silicon GPUs throttle to low frequency when idle, so the first tokens of any generation were slow not because the model was slow but because the hardware hadn't woken up. glia now fires silent warmup passes before serving the first real token.

glia also added native Q4_K model support. Q4_K passes through zero-copy — the weights land directly on the GPU without conversion. other K-quant formats re-encode to Q4K for uniform dispatch. bias-fused pipeline variants reduce kernel launch overhead by combining matmul and bias addition into one pass.

mir — the graph as a world

the render spec existed on paper. today it became code. the graph — every particle of knowledge, every connection — can now be rendered as a 3D world. the visual layer matters because comprehension changes when you can navigate something rather than read it.

zheng — the proof system ships

zheng is code. the sumcheck prover and verifier are running. nox traces get encoded into CCS instances — a constraint system that captures exactly what the VM computed. SuperSpartan runs the IOP: outer sumcheck reduces the CCS check, inner sumcheck reduces to evaluation claims, Brakedown commits and opens the polynomials. HyperNova folds multiple execution steps into one proof. five public entry points: commit, open, verify, fold, decide.

nox now speaks in proofs

the VM has 18 operation patterns. each pattern now emits bit-decomposed multi-row traces: 32–64 rows for comparison, shift, and logic ops; 300 rows for Poseidon2 hashing; 64 rows for field inversion. the rows are exactly the witness that zheng's constraint system needs. nox and zheng are now a single pipeline from execution to proof.

the cyberlink shed redundant fields

a cyberlink is an atomic assertion between two particles. the timestamp and author moved to the signal wrapper. what remains is (p, q, τ, a, v) — which two particles, what stake, what action, what value. three layers: structural, economic, epistemic.

φ* replaced π* everywhere

the focus distribution had been notated π* after Google's pagerank convention. that framing is wrong — this isn't web crawling. φ* is the fixed point of a physical system with five theorems behind it. the rename propagated across twelve repos.

Brakedown replaced WHIR

the polynomial commitment scheme changed across eight repos — bbg, foculus, lens, mudra, trident, strata, hemera, zheng. Brakedown is faster to prove and has smaller parameters for the field sizes we use.

every repo now keeps the graph current

a push to any of the twenty-plus subgraph repos now automatically triggers a cyber rebuild. the knowledge graph is always current.

Gemma 4 runs

its internal structure — alternating attention patterns, extra normalization — was incompatible with the inference engine. it runs now.

hemera 0.3.0 prepared

version bump across all crates. not yet published. the semantic hashing specification is being prepared — still in discussion, not yet accepted.

cyb.land got simpler

one visit flow instead of two. the food menu reads like a menu. two marketing tracks — Indonesian day-trippers at near-zero acquisition cost, international nomads at high lifetime value. the sensors, dev and control article — planned for months — was written.