Skip to content
View kVadrum's full-sized avatar
:electron:
BUILD MODE!
:electron:
BUILD MODE!

Block or report kVadrum

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
kVadrum/README.md
kVadrum — the lab, online · proof of build



part of KeMeK Network   kvadrum.com



◰ whoami — blk 00 · genesis   ◱ the work — blk 01 · sealed txs
◲ the stack — blk 02 · modules   ◳ the lab — blk 03 · consensus


  ◰    whoami  

The Lab ships small, sharp tools and full-stack systems — privacy-first, local-first, and agent-native — built with the latest agentic models and workflows.

🧩 Composable small cores, swappable parts, no decade-old admin UX
🗃️ Local-first data lives on your machine — self-custody, cloud opt-in, never assumed
⛓️ Verifiable sealed work ships as real hash commitments — when revealed, the math has to check out

  ◱    the work  

Eleven builds, committed sealed. Each carries a real sha256(name:salt) commitment, minted into this repo's history before it ever shipped. When one ships, we publish its name and salt — and the math either checks out or it doesn't. One revealed so far; ten still sealed. Don't trust, verify.

Sealed-transactions ledger. tx 00: a racing game with zero art files (sealed). tx 01: a GPU weather app (sealed). tx 02: an offline QR maker (sealed). tx 03: ctxlens — revealed. tx 04: chat with great minds, their words only (sealed). tx 05: an offline finance app (sealed). tx 06: a Bitcoin astrolabe (sealed). tx 07: a modular CMS core (sealed). tx 08: AI-SEO tooling (sealed). tx 09: an MCP guardrail bench (sealed). tx 10: a machine-voiced notebook (sealed).

◆ tx 03 revealed — ctxlens  ·  du(1) for context windows: will your codebase fit inside the model's head? Answered fully offline. Don't take our word for it — this is the entire mechanic, in two lines you can run:

printf '%s:%s' ctxlens f375165ea3c6cd14b0fe7cc816ad7916 | sha256sum
# → 32c7744bab7e675e30cb89f48574d12b4e56f87a17e32663f6fa1ed80778b07b
#   matches the commitment sealed at tx 03, back when it was still a riddle ✓
 how the seals work  ·  plain-text ledger  

Each sealed build published sha256("name:salt") — a one-way fingerprint of its name plus a secret 16-byte salt — long before it shipped. The hash proves the name existed without revealing it; the salt makes the name un-guessable ahead of time. To reveal, we publish the name and salt, and anyone can recompute the hash and confirm it matches the commitment already sitting in git history. Proof-of-existence, no blockchain required — the ledger is git log.

tx status build commitment
00 ◇ sealed a racing game with zero art files — all math godot c89689fc…9eaec4
01 ◇ sealed a weather app that paints the sky on the GPU swift · metal f05f303f…51e10a
02 ◇ sealed a QR maker that never sees your data sveltekit ae75e7d5…f980f1
03 ◆ revealed ctxlens — du(1) for context windows — will it fit? 32c7744b…78b07b
04 ◇ sealed chat with great minds; only their own words rag 9a7e48ae…404e88
05 ◇ sealed a money app that refuses to phone home tauri · rust 8bab1ae3…135c2e
06 ◇ sealed an astrolabe for the Bitcoin sky read-only 7e5e2374…856390
07 ◇ sealed a tiny CMS core with swappable organs sveltekit cc6873e9…2e70fe
08 ◇ sealed be found when the search box is an LLM ai · seo c03cba3e…612173
09 ◇ sealed a test bench for an agent's guardrails mcp 396f99d4…c1e715
10 ◇ sealed a notebook in the machine's own voice journal 3004fda2…dcb512

mempool · a few dozen more builds pending confirmation — most stay sealed until they ship.

  ◲    the stack  
stack — frontend, systems, backend, ai, infra

  ◳    the lab  
the lab — node, synced

A human-in-the-loop agentic workshop.

The pace of this technological revolution is daunting, exhilarating, and relentless — and the Lab runs toward it, not from it. We experiment at the edge of agentic development, bet that the frontier keeps barreling forward, and build for whatever comes next.


don't trust, verify — the ledger is git log

kVadrum  |  KeMeK Network   © 2026

Popular repositories Loading

  1. ping-paddle ping-paddle Public

    Hello World! A classic paddle-and-ball game inspired by Pong (1972), built with Godot 4.5.

    GDScript 1

  2. kVadrum kVadrum Public

    GitHub public profile README.md

    1

  3. ctxlens ctxlens Public

    Token budget analyzer for AI context windows — like du for tokens.

    TypeScript 1

  4. ichnograph ichnograph Public

    One-screen orientation for any codebase.

    TypeScript

  5. hookprobe hookprobe Public

    Run Claude Code PreToolUse hooks with synthetic input and see the decision. Pure bash + jq.

    Shell

  6. leakcheck leakcheck Public

    Scan tracked files for workspace-internal references — home paths, hostnames, internal project codenames — before publishing. Bash + git, zero deps.

    Shell