Installation
Download Innovatic and get it running on your Mac in minutes.
Innovatic runs on macOS with Apple Silicon. Installation takes under two minutes.
Requirements
Before you install, make sure you have the following:
| Requirement | Details |
|---|---|
| macOS | Ventura 13 or later |
| Chip | Apple Silicon (M1 or later) |
| Git | Version 2.20 or later |
| Claude Code CLI | Installed and available in your PATH |
| Anthropic API key | Your own key from console.anthropic.com |
Innovatic requires Claude Code to be installed before launching. If you haven't set it up yet, install it first — the app will verify it automatically on first launch.
Download
Head to the Innovatic homepage and click Download for Mac. The DMG is around 10 MB.
Install
- Open the DMG — double-click the downloaded file to mount it
- Drag to Applications — move the Innovatic icon into your Applications folder
- Eject the DMG — right-click the mounted disk in Finder and select Eject
- Launch Innovatic — open it from Applications or Spotlight
On first launch, macOS may show a security prompt since Innovatic is not yet notarized by Apple. To open it, go to System Settings → Privacy & Security and click "Open Anyway" next to Innovatic.
First launch
When Innovatic opens for the first time, the onboarding assistant runs automatically. It checks that everything is in place:
- Claude Code CLI is found in your PATH
- Your Anthropic API key is configured
- Git is installed and meets the version requirement
If any check fails, the assistant tells you exactly what to fix and how.
Troubleshooting
Innovatic won't open after installation Go to System Settings → Privacy & Security. If Innovatic is listed as blocked, click "Open Anyway".
"Claude Code not found" error at launch Install Claude Code from the official documentation, then restart Innovatic.
Agent doesn't respond after sending a message Check that your API key is valid and has available credits. You can verify this in console.anthropic.com.
Git worktree errors
Run git --version in your terminal. If the version is below 2.20, update Git via Homebrew: brew install git.