Skip to content
@mithraeums

Mithraeum

AI lab: editor, CLAW, models

mithraeum

C-first tools. No frameworks. No telemetry. No package manager.

site  ·  projects  ·  philosophy  ·  install


—— I ——

Projects

— 01 — hako  
Modal terminal editor. Single-file C99. vim-flavored. Splits, themes, mouse, UTF-8. AI panel (Rei) optional.
— 02 — hakoCLAW    hakoc
Standalone AI agent CLI. Same code that powers Rei inside hako. Anthropic, OpenAI-compat, Ollama. Tool-use, sessions, skills.
— 03 — skills
Markdown behaviors for hako and hakoCLAW. Drop a folder, name it, the agent loads it. No runtime.
— 04 — hakoAI  (in progress)
Local-first models. koi is first — ~300M params, INT4, runs on iSh. Python training, C17 inference engine.
— 05 — mithraeums.github.io
Project site, install proxy, asset host.

—— II ——

Install

# hakoCLAW agent — macOS / Linux / FreeBSD / WSL
curl -fsSL https://mithraeums.github.io/install.sh | sh
# hako editor — clone + make
git clone https://github.com/mithraeums/hako
cd hako && make

—— III ——

Philosophy

  • C99 / C17. libc + pthread. libcurl as subprocess where needed. That's the stack.
  • Single-file where reasonable. No premature splitting. No build matrices to maintain.
  • Manual test matrices, ASan + valgrind as ship gates. No test framework runtime.
  • No telemetry. No analytics. No daemon. The binary does the thing and exits.
  • Releases over package managers. Signed binaries, sha256 sidecars, --update does the rest.

mithraeum — an underground chamber for the rites of Mithras. We build small rooms.

Pinned Loading

  1. hako hako Public

    A modal text editor, built-in CLAW. BYO AI.

    C 2

  2. hakoCLAW hakoCLAW Public

    A local first CLAW. Written in C. Works with 13+ providers. BYO AI.

    C 1

  3. skills skills Public

    CLAW skills; for hako and other agents.

    1

Repositories

Showing 5 of 5 repositories

Top languages

Loading…

Most used topics

Loading…