Mac OS

We provide a homebrew package for ondevice.

Simply run:

$ brew install ondevice/tap/ondevice

Then, set up your ondevice.io account and create an authentication key.

Use these credentials to login:

$ ondevice login
User: demo
Auth: **********

Device setup

If you want to set your mac up as device (meaning that you can log into it from anywhere using ondevice ssh), use the following command:

$ brew services start ondevice

Alternative: Using the one-liner

As with all other supported UNIX-based systems, you can install ondevice using the following command:

$ curl -sSL https://get.ondevice.io/ | sudo bash -

If it detects homebrew, it’ll use it. If it doesn’t, it’ll fall back to a binary-only install (downloading the macos binary from repo.ondevice.io and installing it to /usr/local/bin/).