— ORDO MITHRAEUM · MMXXVI — Tools for
the inner
chamber.

Mithraeum builds quiet software for people who write code by hand. We make small, durable instruments — text editors, agents, and the local models that run them. Bring your own keys. Bring your own weights. Nothing phones home that you didn't tell it to.

3 repositories 3 products GPL-3.0
I · Creed

Software as liturgy: small, repeated, by hand.

— I —

Local first

Your text, your keys, your weights. No telemetry. No silent network. The cursor is a private place.

— II —

Single binary

One file. One C source. No JavaScript runtime to swallow your editor. The tool fits in a head.

— III —

Bring your own deity

Any model. Any provider. Any prompt. The agent is a peer at your terminal, not a stranger in the cloud.

II · Suite

Three instruments, one chamber.

— I — editor
hako_
箱 · the box
stable

A single-file modal text editor written in C. Vi-bound, language-aware, and built to last a decade. Hako is the workspace — a quiet box around the cursor where everything else hangs off.

— Modal editing · 40+ syntax modes · Configurable from a single header file · Zero runtime dependencies.

VERSION
v0.0.9
LANG
C
STARS
UPDATED
2026-05-08
LICENSE
GPL-3.0
— II — agent
hakoCLAW
"rei" · the thing-itself
v0.1.2 · solo

A standalone terminal agent in a single C file. Model-agnostic, skill-driven, and quiet — the binary is one file, your keys live on disk, the conversation never leaves your shell unless you tell it to. Inside hako it answers to :rei; outside, it's hakoc.

— Skills are markdown-defined behaviors. Drop a folder in skills/ and CLAW invokes it. Persistent session, resumable history, trust-gated tools. Community PRs welcome.

STATUS
standalone CLI
SKILLS
1
BACKENDS
13+ providers
UPDATED
— III — models
hakoAI
in officina · in the workshop
in production

Local models, trained for the cursor. Small enough to run on your machine; tuned for the kinds of edits a programmer actually asks for. The repo is private until the first weights ship.

— No cloud round-trip. No prompt logging. Architecture and training data documented when released.

Notify me
STATUS
training
TARGET
local · CPU + GPU
RELEASE
TBD
II.b · Install

One line, any shell.

The installer fetches the latest signed release for your OS and arch, verifies the sha256 sidecar, and drops hakoc into ~/.local/bin (or /usr/local/bin if writable). No package manager, no daemon, no telemetry.

— curl · macOS · Linux · FreeBSD · WSL —
curl -fsSL https://mithraeums.github.io/install.sh | sh
macOS universal2 · arm64 + x86_64 Linux x86_64 · arm64 FreeBSD x86_64 Windows x86_64 · MinGW

Bring your own deity

Anthropic, OpenAI, Gemini, Groq, Cerebras, DeepSeek, Mistral, Together, Fireworks, OpenRouter, xAI, Ollama, plus a custom hatch. Set a key, set a model, that's the wire.

Free tiers, real work

Gemini, Groq, Cerebras, OpenRouter :free, Ollama local — claw runs against any of them with a single /login. No card. No quota dance.

Skills as memory

Persistent sessions, JSONL history, resumable threads, trust-gated tools. The agent keeps context the way you keep notes — on disk, where you can read it.

Self-update

hakoc --update pulls the latest release, verifies the hash, and atomically replaces the binary. No reinstall, no rebuild.

Read the manual ↗ Releases ↗ install.sh source
III · Skills

Behaviors for CLAW, by name.

Each skill is a folder in mithraeums/skills containing a SKILL.md and any helpers. CLAW loads them on startup. Open a PR to add yours — the rite is the README.

— 01 —

read-pdf/

Extracts text and structure from a PDF on disk. Handed to CLAW so the agent can answer questions about a document without re-uploading it.

v1 · markdown
— 02 —

your skill here

Open a PR against mithraeums/skills. Folder name becomes the invocation.

— pending —
Browse repo ↗ Contribute
IV · Releases

Latest from each chamber.

HAKOv0.0.9

caret & modes

Block caret refinements, two new syntax modes, sigil-based status line, opt-in mouse support. Configuration moved to a single header.

2026-05-02
CLAWv0.1.2

termios & self-update

Termios raw line editor with cursor keys, history (↑/↓), Home/End, kill-word. --update self-updater verifies sha256 before atomic-replacing the binary. Universal2 macOS, Linux arm64, FreeBSD x86_64 added to the release matrix.

2026-05-10
SKILLS— pre-1.0 —

read-pdf

First skill landed. Defines the SKILL.md schema CLAW will load against. PRs open for community contributions.

2026-04-22
HAKO·AI— in production —

forthcoming

First local weights aimed for the v0.1 hako cycle. Repo opens with the release.

— TBD —