- How do I get Waycar?
- Waycar is in a private TestFlight beta. It is not on the App Store yet, and there is no public invite link.
- Does anything go through the cloud?
- Not your sessions. Requests, the event stream, and live terminals travel over your SSH connection straight to the Host. The only exception is optional notifications: an encrypted envelope goes through a stateless push relay to Apple, and the relay sees ciphertext and delivery metadata, never the content; for Live Activities it also sees aggregate agent status counts. There are no accounts and no analytics.
- What do I need for mosh?
- mosh-server installed on the Host and a UDP path to it. Waycar starts mosh-server over your SSH connection, so there is nothing else to configure. Test Mosh on a Host's page proves the handshake; if the Host does not answer over UDP, or mosh fails for any other reason, Agents attach over SSH instead.
- My machine is not reachable from the internet. Can I still use it?
- Yes. Put an SSH Jump Host in front of it — for example a small server that reaches your machine through a loopback-only reverse tunnel. Waycar authenticates and verifies host keys at both hops.
- What happens to the terminal I already have open at my desk?
- Opening an agent in Waycar uses herdr's takeover mode, so it wins the terminal and the previous client is disconnected. On iPad, windows on the same Host hand the terminal back and forth with Take Over Here.
- Will a herdr update break it?
- Waycar needs herdr 0.7.5 or later and checks the Host's API protocol against a minimum rather than an exact version, so newer herdr releases keep working.
- Do my Hosts follow me to my iPad?
- Yes, through end-to-end encrypted iCloud Keychain, as long as both devices use the same Apple Account with two-factor authentication and iCloud Keychain turned on. Sync can take a minute. Notification registrations, Live Activity choices, and terminal zoom stay per device.
- Where does my voice go when I dictate?
- Nowhere. Dictation (iOS 26 or later) uses Apple's on-device speech model; audio is never recorded or sent, and the text only reaches your Host when you tap Send.
- How do notifications reach my phone?
- Your Host encrypts each notification and posts it to Waycar's stateless push relay, which forwards it to Apple. The relay never sees notification content. Everything else in Waycar talks to your Host directly over SSH and doesn't depend on it.
- Is Waycar affiliated with herdr?
- No. Waycar is an independent project and is not affiliated with the herdr project.