What's New
- Auto-detect project dependencies —
openboot init now scans project files (package.json, go.mod, Cargo.toml, docker-compose.yml, and 15+ others) to detect missing dependencies and install them via Homebrew. Works without any config file (openboot init --auto)
- AI agent integration —
openboot setup-agent writes global rules to Claude Code and OpenAI Codex so your AI agent automatically uses openboot when it encounters missing dependencies. One-time setup, applies to all projects (openboot setup-agent)
New Commands
openboot init --check --json # Report missing deps as JSON (exit 1 if missing)
openboot init --auto # Auto-install all missing deps without prompts
openboot init # Interactive TUI for humans
openboot setup-agent # Enable AI agent integration
Improvements
- Pre-fill config name — Config name is pre-filled when updating an existing config via snapshot upload
Installation
brew install openbootdotdev/tap/openboot
Binaries
| Platform |
Architecture |
Download |
| macOS |
Apple Silicon (M1/M2/M3/M4) |
openboot-darwin-arm64 |
| macOS |
Intel |
openboot-darwin-amd64 |