Opinionated macOS development environment automation that dominates your dev setup like cats rule the Internet.
This project is named after Arthur C. Clarke's 2001: A Space Odyssey, a heuristic algorithmic computer designed for sentient processing and total mission control.
All-in-one command to set up:
- Agent Skills
- Claude Code / Plugins / Rules / Statusline
- Codex
- Gemini
- Python
- Node.js
- Bun
- Solidity
- Docker (OrbStack)
- Kubernetes
- Amazon Web Services
- Google Cloud
curl -sL https://raw.githubusercontent.com/vinta/hal-9000/main/bin/open-the-pod-bay-doors | bashIf you prefer only using some of them:
- magi: Multi-model brainstorming with Claude, Codex, and Gemini
- second-opinions: Gets independent code review from Codex and Gemini
- best-practices: Researches current best practices from docs and the web before you code
- commit: Creates clean, atomic git commits with conventional messages
claude plugin marketplace add vinta/hal-9000
claude plugin install hal-skills@hal-9000If you want to use them in Codex or Gemini CLI:
npx skills add vinta/hal-9000- hal-voice: Play HAL 9000 voice clips on Claude Code hook events
claude plugin marketplace add vinta/hal-9000
claude plugin install hal-voice@hal-9000- hal-statusline: Show the current model, directory, and git branch in statusline. Plus a grammar check on every prompt you type, with explanations in Traditional Chinese
curl -sL https://raw.githubusercontent.com/vinta/hal-9000/main/scripts/install-hal-statusline.sh | bashhal update # Run all Ansible roles to set up the dev environment
hal update --tags python,node # Run specific Ansible roles
hal link ~/.zshrc # Move file into dotfiles/ and symlink it back
hal copy ~/.config/ghostty/config # Copy file into dotfiles/ (no symlink)
hal sync # Sync all links and copies
hal open-the-pod-bay-doors # Open the pod bay doors, please, HALmake install # Install dev dependencies and pre-commit hooks
make test # Run tests
make hal-completion # Regenerate zsh completion after modifying bin/hal
hal sync # Update local completion