AtomicXR Homebrew Tap#
Homebrew tap for XR applications on Fedora Atomic
Install#
Tap:
brew tap matrixfurry/atomic-xr https://tangled.org/@matrixfurry.com/homebrew-atomicxr
Formulae (brew install <application>):
- AtomicXR CLI (
axr):atomicxr-cli - Index Camera Passthrough:
index-camera-passthrough
Casks (brew install --cask <application>):
- WayVR (formerly WlxOverlay-S):
wayvr - LÖVR Playspace:
lovr-playspace - Monado Tracking Origin Calibrator:
motoc - OSC Avatar Manager:
oscavmgr - VrcAdvert:
vrc-advert
Performance#
If you want slightly better runtime CPU performance, you can build Formulae from source using brew install --build-from-source <application>
All Bottles are built for x86_64-v3, which should be a good balance between performance and compatibility.
Troubleshooting#
Formulae found in multiple taps#
If you had this tap or AtomicXR installed before Aug 10, 2025, you might see an error message like:
Error: Formulae found in multiple taps:
* shiloh/atomicxr/atomicxr-cli
* matrixfurry.com/atomicxr/atomicxr-cli
To resolve this, remove the old tap with brew untap shiloh/atomicxr
Issues with pthread.h or other fixincludes while building formulae#
This is caused by using Homebrew's GCC instead of Fedora's. Make sure Homebrew GCC is uninstalled and not a dependency.
Security#
Please see the Security Policy