tnk-0.1.3 is not a library.
tnk
Zero-trust sandbox for local inference and secure AI coding agent runtimes.
Quick Start
Then enter a project sandbox:
The agent runs in an isolated sandbox that mounts only the project workspace. Host secrets and keys stay out of scope.
What tnk does
- Inference management: start, stop, and query the local inference engine
- Sandbox isolation: one per-project sandbox, mounting only the workspace directory
- Persistent services: MCP bridge and search tooling, managed alongside the engine
- Session audit trail: optional NDJSON logs for forensic review
- Machine-readable output:
--output json|ndjsonon status commands
Commands
Config
Config lives at ~/.config/tnk/tnk.toml. See the full docs for all settings and options.
Security
Agents execute package installers, shell commands, and network clients with broad filesystem access. tnk keeps that execution inside isolated sandboxes, mounts only the project workspace, and exposes inference endpoints via explicit environment variables.
See Security for the full threat model.
Full documentation: https://tappunk.com/tnk/