MacOS setup guide
Sudo is not necessary anywhere!
Compatibility information
Only Apple Silicon is supported.
This build is intended for Apple Silicon Macs only, for example M1, M2, M3, M4 and newer.
Intel Macs are not supported.
Start VRSX on macOS
-
Download the
osx-arm64.zippackage from releases. -
macOS may automatically unzip the file after download.
If it does, move the extracted
osx-arm64directory anywhere you want.If it does not, unzip it manually first.
-
Open the
osx-arm64directory in Finder and make sure you can see:VRSX.App -
Open Terminal in the
osx-arm64directory.The easiest way:
- open the
osx-arm64folder in Finder - right-click inside the folder
- choose “New Terminal at Folder”
If you do not see that option, open Terminal manually and use
cdto enter theosx-arm64directory. - open the
-
Remove the macOS quarantine flag from the app:
xattr -dr com.apple.quarantine ./VRSX.AppThis does not disable Gatekeeper globally. It only tells macOS to stop treating this specific app as a suspicious creature freshly dragged in from the internet swamp.
-
Open VRSX.
Using Finder:
Double-click VRSX.AppOr using Terminal:
open ./VRSX.App -
Known issue: VRSX may not show an icon in the Dock or menu bar.
I love Apple, including the edible ones, but not this particular behavior.
For now, VRSX behaves mostly like a background daemon. To stop it, run:
killall VRSX -
Open VRSX in your browser:
http://127.0.0.1:8085You can also use the IP address of your Mac from another device on the same network:
http://IP.OF.YOUR.MAC:8085 -
Activate VRSX using the license key available under the “My Account” section in ADS-B.Pro RadarView.
-
Enjoy!
Autostart on macOS
macOS uses launchd, which is Apple’s own background service creature. It is powerful, weirdly shaped and not documented here yet.
For now, the simplest way to start VRSX automatically is to add it to Login Items.
-
Open:
System Settings -
Go to:
General -> Login Items -
Add:
VRSX.App
This is not a full daemon service, but it should be enough for most desktop users.
NOTE: Proper launchd support may be added later. For now, Login Items is the recommended macOS autostart method.
No comments to display
No comments to display