MateMate

Installation

Download and install Mate on macOS, Windows, or Linux.

Mate runs on macOS, Windows, and Linux. Mobile apps for iOS and Android are available for remote access to a paired desktop.

System requirements

PlatformMinimum OSArchitecture
macOS12.0 MontereyIntel or Apple Silicon
Windows10 (64-bit)x86_64
LinuxUbuntu 22.04 or equivalentx86_64, ARM64
iOS16.0iPhone, iPad
Android10 (API 29)ARM64, x86_64

Download

Grab the latest release for your platform from GitHub:

Install by platform

  1. Download the .dmg file from the releases page
  2. Open the .dmg and drag Mate into your Applications folder
  3. Launch Mate from Applications — if macOS shows a security warning, go to System Settings > Privacy & Security and click Open Anyway
  4. Mate bundles its own Node.js runtime, so you do not need Node installed separately
  1. Download the .zip file from the releases page
  2. Extract the zip to a folder of your choice (e.g. C:\Program Files\Mate)
  3. Run Mate.exe to launch
  4. Node.js is bundled — no separate installation needed
  1. Download the .tar.gz file from the releases page
  2. Extract it: tar xzf mate-linux-*.tar.gz
  3. Run the mate binary from the extracted folder
  4. Node.js is bundled with the app

Mobile apps

iOS and Android apps are available for pairing with a desktop running Mate. Mobile devices act as remote mirrors — they connect to your desktop over the local network and let you interact with your sessions from your phone or tablet.

Mobile devices do not run terminals or AI agents locally. They connect to a paired desktop that does the heavy lifting. See Pairing Devices for setup instructions.

Verify the installation

After launching Mate, you should see the workspace with a default terminal tab. Try typing a command to confirm everything works:

echo "Mate is ready"

If the terminal responds, you are good to go. Head to First Session to learn the basics.

On this page