Constellation OverwatchConstellation Overwatch
Platform

Installation

Install Constellation Overwatch using our automated installer or build from source

Get Constellation Overwatch running on your system in minutes with our automated installer or build from source for development.

The fastest way to get started is with our automated installer:

Linux / macOS

curl -LsSf https://constellation-overwatch.github.io/overwatch/install.sh | sh

Windows

powershell -ExecutionPolicy Bypass -c "irm https://constellation-overwatch.github.io/overwatch/install.ps1 | iex"

The installer will:

  • Download the latest release binary (36.2MB)
  • Install to /usr/local/bin (Linux/macOS) or %USERPROFILE%\.local\bin (Windows)
  • Add to your system PATH
  • Verify installation

Build from Source

For development or custom builds:

Prerequisites

Clone and Build

git clone https://github.com/Constellation-Overwatch/constellation-overwatch.git
cd constellation-overwatch

# Install Task (if not already installed)
# macOS
brew install go-task/tap/go-task

# Linux
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b ~/.local/bin

# Windows (requires Scoop)
scoop install task

# Start development server
task dev

Verification

Verify your installation:

overwatch -version

You should see output similar to:

Constellation Overwatch v1.0.0
Built: 2024-12-22T12:00:00Z
Commit: abc123def456

Next Steps

With Constellation Overwatch installed, you're ready to:

On this page