Prerequisites
- macOS 15+ (Apple Silicon)
- Go 1.24+
- Node.js 18+
- pnpm
- Wails CLI —
go install github.com/wailsapp/wails/v2/cmd/wails@v2.12.0
Installation
- Clone the repository:
git clone git@github.com:mojoaar/ignite.git
cd ignite
- Install frontend dependencies:
cd frontend
pnpm install
- Download Go dependencies:
cd ..
go mod download
- Run in development mode:
wails dev
- Build for production:
make publish
This creates build/Ignite.dmg and build/Ignite.zip. Open the DMG and drag Ignite to your Applications folder.
First Launch
- Open Ignite from Applications
- Open Settings (
Cmd+,or gear icon in status bar) - Select a provider tab (e.g. OpenCode Go)
- Enter your API key and click the validate button
- Click Save
- Click "New Project" in the sidebar
- Start your first provisioning interview
Pre-built Binaries
Download the latest build from the downloads page or GitHub Releases.