Skip to content

mithraeums/mithraeums.github.io

Repository files navigation

Mithraeum — tools for the inner chamber

Tools for the inner chamber. Quiet software for people who write code by hand.

site org GPL-3.0 MMXXVI


—— I ——

Suite

I hako-edit
箱 · the box · hake
Modal text editor in a single C file. Vim-bound, language-aware, 17 themes. :rei answers from inside. v0.1.5
II hako-code
箱 · the agent · hako
Standalone terminal AI agent. Same C99 stack. 13+ providers, persistent sessions, sha-verified self-update. v0.2.0
III hako
· in officina · hakm
Local models for the cursor on a from-scratch C engine. hako-sho (3B) + hako-koi (7B) live on HuggingFace; larger fine-tunes queued. v0 live
· skills
箱 · behaviors
Markdown skills for hako-code and hako-edit. PR-driven catalog. corp is the inaugural entry. pre-1.0

—— II ——

Install

hako · the agent

curl -fsSL https://mithraeums.github.io/hako.sh | sh

hake · the editor

curl -fsSL https://mithraeums.github.io/hake.sh | sh

hakm · the models suite — native C engine (no ollama, no llama.cpp)

git clone https://github.com/mithraeums/hako && cd hako && make

macOS universal2  ·  Linux x86_64 / arm64  ·  FreeBSD x86_64  ·  Windows MinGW  ·  iSh

—— III ——

Motive

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 model.
Any model. Any provider. Any prompt. The agent is a peer at your terminal, not a stranger in the cloud.

—— IV ——

Site

index.html is the whole interactive site — one hand-written static file: inline CSS, inline vanilla JS, no build step, no framework, no third-party script, no web font, no tracker. It's a pane-switcher (terminal home view; nav tabs slide between Suite / Install / Skills / Releases).

One source of truth. A single MITH object at the top of index.html holds every version, repo URL, the product copy, releases, and skills. Everything dynamic renders from it — bump a version there, once. No version string is hardcoded anywhere else.

Plain mirror. html/index.html is a generated, JavaScript-free mirror for emacs eww, lynx/w3m, screen readers, and offline reading — live at /html. Do not hand-edit it:

node tools/build-mirror.mjs    # reads MITH out of index.html, rewrites html/index.html

.github/workflows/mirror.yml runs this on every push that touches index.html, so the mirror can't go stale. Custom domain mithraeum.studio points at this same Pages site, so /html is served on both.

install.sh is a thin proxy to the canonical hako-code installer in mithraeums/hako-code. hake.sh / hako.sh / hakm.sh are per-product proxies. Banner SVGs in assets/ are referenced by every project README.

— SEE LICENSE —  ·  GPL-3.0  ·  copyleft

— deus sol invictus mithras —

Releases

No releases published

Packages

 
 
 

Contributors