The Launchpad
One-Click Installation
Setting up your environment for Blaze.
Setting up agentic coding environments can be a nightmare of missing runtimes and PATH issues. Blaze simplifies this with an intelligent detection and setup system.
Download & Install
- Download the DMG: Get the latest release from the Blaze Website.
- Move to Applications: Drag
Blaze.appinto your/Applicationsfolder. - Grant Permissions: Blaze requires Full Disk Access to interact with your codebases and Accessibility permissions for global shortcuts.
Intelligent Dependency Detection
On your first launch, Blaze will scan your system for the necessary runtimes and CLI tools.

Automated Setup
If Blaze detects missing dependencies, it offers a one-click installation flow:
- Homebrew: Automatically detects or installs Homebrew.
- Node.js & Python: Ensures the correct runtimes are available for Claude Code and Aider.
- PATH Configuration: Blaze can automatically update your
.zshrcor.bash_profileto ensure CLIs are globally accessible.
Manual Verification
If you prefer to verify manually, ensure the following commands are available in your terminal:
node --version # Should be 18+
python3 --version # Should be 3.10+
brew --versionNext, let's look at Provider Authentication.