A runtime for AI agents to execute software with security policies.
Haberdash is a CLI tool for AI agents to automatically clone, build, and run software from GitHub while enforcing configurable security policies.
AI agents need to execute external tools and libraries to complete tasks. Haberdash provides a controlled runtime that:
- Automatically resolves and installs dependencies
- Sandboxes execution within configurable policies
- Caches builds for efficiency
Install:
uvx install haberdashConfigure:
haby <github-url>First run prompts for OpenAI-compatible API settings.
Run via CLI:
haby https://github.com/user/repoMIT
