1

Download the .zip

Click the download button on the homepage. Your browser will save a .zip file — Downloads folder is fine.

Why: The app is distributed as a zip archive. Double-clicking it extracts Remote Tap.app, ready to drag to Applications.
2

Unzip and drag to Applications

Double-click the .zip to extract it. Drag Remote Tap.app into your Applications folder.

Why: Installing into /Applications ensures macOS treats it as a persistent app and settings save correctly. Don't run it directly from the Downloads folder.
3

Launch from Applications

Open your Applications folder and double-click Remote Tap. You can delete the .zip file now.

Why: Launching from Applications is what tells macOS this is a properly installed app.
4

Handle the Gatekeeper warning

macOS will say the app can't be opened. Right-click (Control-click) the app icon → Open → click Open in the dialog. Alternatively, go to System Settings → Privacy & Security → Open Anyway.

Why: This is a development build signed with a personal certificate — not yet signed with a Developer ID or notarized by Apple. Right-click → Open is the correct way to bypass Gatekeeper for development builds. The production release will pass Gatekeeper automatically.
5

Allow local network access

macOS will ask if Remote Tap can find and connect to devices on your local network. Click Allow.

Why: The whole point of Remote Tap is Bonjour discovery — your iPhone needs to see your Mac. This permission is required for the app to work.
6

Open Remote Tap on your iPhone

Your Mac should appear as a discovered device within a few seconds. Tap to pair. Both devices must be on the same Wi-Fi.

Why: No internet needed. Everything stays on your local network.
1

Download the .zip

Click the Windows download button on the homepage. Save the .zip file to your Downloads folder.

Why: The app is distributed as a zip archive containing the executable and supporting files.
2

Extract the zip

Right-click the .zip → "Extract All..." and choose a permanent location (e.g. Program Files or your user folder).

Why: Windows needs to extract the files before you can run the app. Don't run it directly from within the zip.
3

Run the executable

Open the extracted folder and double-click MediaRemote.exe. The app runs in the system tray.

Why: Like the macOS version, it runs quietly in the background — no window, just a system tray icon.
4

Allow through Windows Firewall

Windows will ask if you want to allow MediaRemote to communicate on your network. Click "Allow access" for private networks.

Why: The app needs to listen on your local network so your phone can discover and connect to it. Only private network access is needed.
5

Connect from your phone

Open Remote Tap on your iPhone or Android. Your PC should appear as a discovered device within a few seconds. Tap to pair. Both devices must be on the same Wi-Fi.

Why: No internet needed. Everything stays on your local network.

Frequently asked questions

The questions people ask before installing software that isn't in an app store.

Why isn't this in the Mac App Store?

The App Store sandbox restricts the system entitlements Remote Tap requires — specifically the ability to interact with media controls, window focus, and system-level audio routing. These entitlements aren't granted to sandboxed apps, so distributing outside the App Store is the only way to make it work.

This is an unusual situation and we understand it raises questions — which is why the rest of this FAQ exists.

Is this safe to download?

The macOS build is a development build signed with a personal Apple developer certificate. It has not been signed with a Developer ID or notarized by Apple yet. You can verify the signature with codesign -dvv /Applications/Remote\ Tap.app.

macOS will show a warning on first launch. Use right-click → Open to proceed. The production release will be fully signed and notarized.

The Windows build runs without code signing. Windows Defender SmartScreen may show a warning on first run — click "More info" → "Run anyway."

What does this app actually do on my machine?

On macOS, Remote Tap runs as a menu bar agent — no dock icon, no window. On Windows, it runs in the system tray. In both cases it advertises itself on your local network, waits for your phone to connect, and executes incoming commands: play/pause, skip, volume, and window focus. That's it.

It opens no outbound connections. It doesn't phone home. It makes no internet requests.

Does this app send any data off my device?

No. There is no analytics SDK, no crash reporter, and no telemetry of any kind. The app makes no outbound network connections — it only listens on the local network for your phone.

On macOS you can verify this with lsof -i -P | grep RemoteTap or Little Snitch. On Windows, check with Resource Monitor or Wireshark. If this ever changes, it will be disclosed here and in the release notes before the update ships.

What permissions does the app request?

Local Network (macOS & Windows) — required. Used to advertise on the local network and receive commands from the phone app. Without this the app cannot function.

Accessibility (macOS only) — optional. Only requested if you enable the "window focus" feature. Decline it and everything except window management continues to work normally.

No microphone, camera, contacts, calendar, or file system access of any kind.

How do I uninstall it?

macOS: Quit from the menu bar icon, then drag Remote Tap from your Applications folder to the Trash. To remove all traces, delete ~/Library/Application Support/RemoteTapHelper. There are no LaunchAgents, kernel extensions, or files in /Library.

Windows: Right-click the system tray icon and quit, then delete the extracted folder. No registry entries or system modifications to clean up.