Skip to content

Quick start

This flow connects one device for the first time. Run the commands in macOS Terminal.

1. Install the client

bash
INSTALLER="$(mktemp /tmp/omnicompute-install.XXXXXX)"
curl -fL --proto '=https' --proto-redir '=https' --tlsv1.2 \
  https://download.omnicompute.net/install.sh -o "${INSTALLER}"
bash "${INSTALLER}"
rm -f "${INSTALLER}"

The CLI is installed at ~/.local/bin/omnicompute. If the command is not found, reopen Terminal or confirm that this directory is in PATH.

2. Sign in and inspect the device

bash
omnicompute login
omnicompute device-info
omnicompute device-report

Follow the prompts with the account provided by the platform. device-info displays local device information and device-report submits the device report.

3. Enable the worker service

bash
omnicompute worker service install
omnicompute worker status

The worker service runs in the background after installation. Open the vendor console and confirm the device on the Devices page.

4. Review tasks and funds

The console is organized around these areas:

  • Overview: see overall activity and key status.
  • Devices: review availability and runtime information.
  • Task Center: review tasks, progress, and result status.
  • Financial Center: review balances, earnings, deposits, and withdrawals.
  • Sub-accounts: review and manage account relationships.

5. Continue

OmniCompute documentation