Loading…
Loading…
We believe development tools should be open books. Bundl.run is designed to be 100% transparent about what it installs and how it touches your system.
Our scripts run entirely in user-space. We never ask for your root password or administrative privileges. If an app requires sudo, Homebrew will prompt you directly—not us.
The generator codepath is open source. The install script is open source. You can audit every line of code before running it on your machine.
Your setup is declarative. We generate a fresh Homebrew Bundle file every time, ensuring your environment matches exactly what you defined.
We check if Homebrew is installed. If not, we download the official installer from brew.sh.
We create a temporary Brewfile containing your selected apps and casks.
We run brew bundle install. This delegates the actual installation to Homebrew, the standard package manager for macOS.
The temporary files are removed. No daemon, agent, or background process is left behind.
Don't trust us blindly. You can view the raw script source on GitHub or run a curl command to inspect it locally before execution.
Have a security concern? Email us at abhishek@engazedigital.com