Hola is a single-binary configuration manager written in Zig. It installs Homebrew packages, sets up dotfiles, and configures macOS defaults—all from a single command.
Native Homebrew integration. No wrappers.
Lock your tool versions. Never drift.
Symlink mapping. Dead simple.
Stop fighting with your tools.
Convention over Configuration
Simple configuration
For the 10% who need complex logic, we provide a beautiful Ruby DSL. No YAML indentation hell. No cryptic JSON.
macos_dock do apps [ '/Applications/Google Chrome.app/', '/Applications/Zed Preview.app/', '/Applications/Ghostty.app/', ] orientation :bottom autohide false magnification true tilesize 50 largesize 40 end macos_defaults 'keyboard repeat rate' do global true key 'KeyRepeat' value 1 end
Built with Zig. Static binary. Instant startup.