One-command macOS bootstrap. Built for me, shared for you.
Complete macOS development environment: 100+ packages, dotfiles, GUI apps, Rust tools, 1Password integration, and system defaults.
bash <(curl -fsSL https://github.com/jpdck/capsuleOS/releases/download/latest/install.sh)Idempotent. Re-run anytime to update packages and refresh dotfiles.
- Xcode Command Line Tools + Homebrew setup
- Bundles packages from Brewfile
- Connects to 1Password and imports SSH keys
- Applies macOS system settings (optional)
- Clones repo to
~/Projects/capsuleOS - Symlinks dotfiles via GNU Stow
- Sets up automated update schedule
- Installs Rust tools from Cargofile
- Installs Amber framework
- Installs Python packages via conda
- macOS (tested on Tahoe 26.2)
- 1Password account with service token
Written in Amber (type-safe, transpiles to bash) because I love typed languages.
Fork it. Edit Brewfile, Cargofile, and dotfiles/. That's the point.
Do whatever. Credit appreciated but not required.