About tappunk
tappunk builds local AI tooling in Rust. Everything ships as public code.
Principles
- Unix and POSIX first: clean interfaces, predictable behavior.
- Sharp boundaries: host, container, and runtime contracts stay explicit.
- Production honesty: we document caveats, diagnostics, and failure modes.
- Long-term readability: code and docs that stay useful as systems grow.
Audience
Operators running local AI who need reliable tools without unnecessary complexity.