Getting Started

Install Ignite, configure a provider, and start provisioning projects in minutes.

Prerequisites

Installation

  1. Clone the repository:
git clone git@github.com:mojoaar/ignite.git
cd ignite
  1. Install frontend dependencies:
cd frontend
pnpm install
  1. Download Go dependencies:
cd ..
go mod download
  1. Run in development mode:
wails dev
  1. 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

  1. Open Ignite from Applications
  2. Open Settings (Cmd+, or gear icon in status bar)
  3. Select a provider tab (e.g. OpenCode Go)
  4. Enter your API key and click the validate button
  5. Click Save
  6. Click "New Project" in the sidebar
  7. Start your first provisioning interview

Pre-built Binaries

Download the latest build from the downloads page or GitHub Releases.