Skip to content

Add another device

Who this is for
Anyone with a second computer
You need
The same Google account you used the first time
Time
10 minutes on the new computer

Once one computer runs the AI, every other computer you sign in on can use it — at home, at the office, or on café Wi-Fi.

  1. Install WairedWindows · macOS · Linux

  2. Sign in the same way as the first time, with the same Google account: see Sign in and set up.

  3. Say no to running models, unless this computer is also powerful enough to host one. A laptop that only uses the AI does not need to download anything — it will be answered by the computer you set up first.

Check that it can reach the first computer

Section titled “Check that it can reach the first computer”
Terminal window
waired status --observability

Look at the Mesh line:

Mesh: 2 enrolled / 1 reachable / 1 ready
  • enrolled — how many computers are in your network
  • reachable — how many this computer can currently talk to
  • ready — how many of those have a model loaded and are offering it

1 reachable / 1 ready on a laptop means your AI computer is up and available. If it reads 0 reachable, see A device can’t reach my AI computer.

Then ask it something:

Terminal window
waired infer "say hi"

The answer comes from the other computer, over an encrypted connection.

By default Waired chooses for you: it uses this computer’s own AI if it has one, and otherwise asks one of your other computers. To pin it down:

Terminal window
waired worker get # where requests go now
waired worker set --mode=local-only # never use another computer
waired worker set --mode=peer-preferred
waired peers list # see your other computers
waired worker set --pin=<device> # always use this one

Uninstalling Waired on a computer removes it from your list automatically. To remove one you no longer have access to, open your device list at app.waired.ai and delete it there.