Start Here

Installation

Download and install Overseer on your system.

Download and install Overseer on your machine. Available for macOS, Windows, and Linux.

System Requirements

macOS11+ (Apple Silicon or Intel)
Windows10 or later (64-bit)
LinuxUbuntu 20.04+ or equivalent
RAM8 GB minimum (16 GB recommended)
Disk500 MB for installation

Download

Download the latest version from the Hub:

Go to Downloads

macOS Installation

  1. Download the .dmg file for your architecture (Apple Silicon or Intel)
  2. Open the .dmg file and drag Overseer to your Applications folder
  3. Launch Overseer from Applications

Tip

On first launch, macOS may ask you to allow Overseer in System Preferences > Security & Privacy.

Windows Installation

  1. Download the .exe installer
  2. Run the installer and follow the prompts
  3. Launch Overseer from the Start menu or desktop shortcut

Linux Installation

Terminal
# Download the latest release
curl -LO https://releases.overseer.dev/latest/overseer-linux-amd64.tar.gz

# Extract the archive
tar -xzf overseer-linux-amd64.tar.gz

# Move to /usr/local/bin (requires sudo)
sudo mv overseer /usr/local/bin/

# Verify installation
overseer --version

Verify Installation

After installation, verify that Overseer is working correctly:

bash
overseer --version
# Overseer v1.0.0

overseer status
# All systems operational

Caution

If you encounter permission errors on Linux, ensure the binary has execute permissions: chmod +x overseer