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 DownloadsmacOS Installation
- Download the .dmg file for your architecture (Apple Silicon or Intel)
- Open the .dmg file and drag Overseer to your Applications folder
- Launch Overseer from Applications
Tip
On first launch, macOS may ask you to allow Overseer in System Preferences > Security & Privacy.
Windows Installation
- Download the .exe installer
- Run the installer and follow the prompts
- 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 --versionVerify Installation
After installation, verify that Overseer is working correctly:
bash
overseer --version
# Overseer v1.0.0
overseer status
# All systems operationalCaution
If you encounter permission errors on Linux, ensure the binary has execute permissions:
chmod +x overseer