OmniCompute OmniCompute
OMNICOMPUTE CLIENT

Bring your Mac into the OmniCompute network.

Install the desktop client and command line tools, then complete device setup from Terminal. The installer selects the current client release for your platform.

Install from Terminal

macOS 14+
Apple Silicon
(
  set -eu
  installer="$(mktemp /tmp/omnicompute-install.XXXXXX)"
  trap 'rm -f "$installer"' EXIT
  curl -fL --proto '=https' --proto-redir '=https' --tlsv1.2 \
    https://download.omnicompute.net/install.sh -o "$installer"
  bash "$installer"
)

Open Terminal, paste the command, and follow the prompts. After installation, use omnicompute login to connect the device.

01

Prepare your Mac

Use an Apple Silicon Mac running macOS 14 or newer and open Terminal.

02

Run the installer

Copy the command above. It installs the current desktop client and CLI tools together.

03

Sign in and continue

Run omnicompute login, then follow the setup guide for device operations.