Tailtop gives the computers on your tailnet a phone interface: apps, files, and streamed windows when you need them.
Install for macOS
curl -fsSL tailtop.app/install.sh | sh
Traditional remote desktop apps give you the same desktop from farther away. Tailtop replaces common desktop interactions with interfaces designed for your phone, and streams the real window when you open a desktop app.
No hunting for windows. No tiny Dock. No pinching around a desktop just to open an app.
Open an application from Tailtop and its real window opens on your computer. Tailtop resizes the window for your phone where possible and streams it directly to the screen.
Tap to click. Drag to move. Two fingers to scroll. A cursor you place with your finger, and a key row with ⌘, ctrl, and arrows when the keyboard is up.
Swipe between running apps instead of managing overlapping desktop windows.
Browse the real filesystem on your computer without remotely operating Finder. Navigate folders, rename, move, download, and preview files from a phone-first file browser.
Need the desktop app? Choose Open on computer and Tailtop launches the appropriate application and takes you directly to its window.
These are the actual files on your computer, not copies synchronized into a Tailtop cloud service. There isn't one.
Tailtop doesn't expose your computer to the public internet or run its own remote-access network. Your devices connect over Tailscale.
$ install tailscale
$ install tailtop
→ connect to your computer
Tailtop is a documented protocol, a host, and a client. Communication happens directly between your devices, over your tailnet.
Anything that speaks the protocol. The Android client ships today.
The contract. Platform-neutral, versioned, and documented. Anyone can implement it.
A lightweight service on your computer. It does what clients ask.
The protocol is versioned protobuf. If our client isn't your client, build your own. The Android app is just the first one.
Tailtop is open source. The client, host, and protocol are available on GitHub.
See how it works, build it yourself, write a client for your platform, report a bug, or help make remote computers better on small screens.
curl -fsSL tailtop.app/install.sh | sh
signed android apk · updates checked inside Tailtop