Skip to content

About tappunk

tappunk builds local AI tooling in Rust. Everything ships as public code.

Principles

  1. Unix and POSIX first: clean interfaces, predictable behavior.
  2. Sharp boundaries: host, container, and runtime contracts stay explicit.
  3. Production honesty: we document caveats, diagnostics, and failure modes.
  4. Long-term readability: code and docs that stay useful as systems grow.

Audience

Operators running local AI who need reliable tools without unnecessary complexity.

Last updated:

Built with disciplined interfaces and explicit contracts.