Download Prompter Hawk

Choose your platform and start orchestrating AI agents in parallel

Prompter Hawk Logo

macOS

Apple Silicon & Intel

Requirements

  • macOS 12.0 (Monterey) or later
  • Python 3.10+
  • 4GB RAM minimum, 8GB recommended
Download for macOS (187 MB) Alpha v0.1.1
Prompter Hawk Logo

Windows

via Windows Subsystem for Linux (WSL)

Requirements

  • Windows 10 version 2004+ or Windows 11
  • WSL 2 enabled
  • Ubuntu 20.04+ or Debian in WSL
  • 4GB RAM minimum, 8GB recommended
Download for Windows (WSL) Coming Soon
Prompter Hawk Logo

Linux

Ubuntu, Debian, Fedora, Arch

Requirements

  • 64-bit Linux distribution
  • Python 3.10+
  • 4GB RAM minimum, 8GB recommended
  • glibc 2.31+ or musl libc
Download for Linux Coming Soon

Quick Start Guide

1

Download and Extract

Download the package for your platform and extract it to your preferred location.

$ tar -xzf prompter-hawk-*.tar.gz
$ cd prompter-hawk
2

Configure API Keys

Set up your API keys for Claude, OpenAI, or Gemini. You'll need at least one provider configured.

$ cp .env.example .env
$ nano .env # Add your API keys
3

Create Your First Mission

Initialize a new mission and start orchestrating AI agents.

$ python mission_control.py mission create my-project
$ python mission_control.py agent add backend-dev
$ python mission_control.py start
4

Access the Dashboard

Open the web interface to monitor your agents in real-time.

$ open http://localhost:8080 # Dashboard will launch automatically

Need Help Getting Started?

We're here to help you get up and running with Prompter Hawk