A simple menubar app that allows you to control an Apple TV from your desktop
If you have homebrew installed brew install atv-remote
macOS and Windows versions can be downloaded from here: https://github.com/bsharper/atv-desktop-remote/releases
- Keys are mapped to the keyboard when the application is open (pressing return or enter on the keyboard for select, delete for Menu, etc).
- Press Option, orAlton Windows, to see what the characters are mapped to when the application is open.
- Long press buttons now works to simulate long presses on the remote
- Run npm install(yarnandpnpmshould also work)
- Run npm start
- The application runs in the menubar. Look for a tiny remote icon and click on it. Right-click for more options.
- The first time the app runs it will need to pair with an Apple TV. You can pair with more than one.
- Press Cmd+Shift+Rto open the application from anywhere. On Windows itsWin+Shift+R
- electron-builderis used to create a standalone application.
This is cobbled together from a few projects I've worked on. It works well enough for me for daily use, so I figured others might like it.
This project is built using pyatv.

