XR packaging for Fedora Atomic
1# AtomicXR Homebrew Tap #
2
3Homebrew tap for XR applications on Fedora Atomic
4
5## Install ##
6
7Tap:
8```sh
9brew tap matrixfurry/atomic-xr https://tangled.org/@matrixfurry.com/homebrew-atomicxr
10```
11
12Formulae (`brew install <application>`):
13- [AtomicXR CLI (`axr`)](https://tangled.sh/@matrixfurry.com/atomic-xr): `atomicxr-cli`
14- [Index Camera Passthrough](https://github.com/yshui/index_camera_passthrough): `index-camera-passthrough`
15
16Casks (`brew install --cask <application>`):
17- [WayVR (formerly WlxOverlay-S)](https://github.com/wlx-team/wayvr): `wayvr`
18- [LÖVR Playspace](https://github.com/SpookySkeletons/lovr-playspace): `lovr-playspace`
19- [Monado Tracking Origin Calibrator](https://github.com/galister/motoc): `motoc`
20- [OSC Avatar Manager](https://github.com/galister/oscavmgr): `oscavmgr`
21- [VrcAdvert](https://github.com/galister/VrcAdvert): `vrc-advert`
22
23## Performance ##
24If you want slightly better runtime CPU performance, you can build Formulae from source using `brew install --build-from-source <application>`
25
26All Bottles are built for `x86_64-v3`, which should be a good balance between performance and compatibility.
27
28## Troubleshooting ##
29
30### Formulae found in multiple taps
31If you had this tap or AtomicXR installed before Aug 10, 2025, you might see an error message like:
32```
33Error: Formulae found in multiple taps:
34 * shiloh/atomicxr/atomicxr-cli
35 * matrixfurry.com/atomicxr/atomicxr-cli
36```
37
38To resolve this, remove the old tap with `brew untap shiloh/atomicxr`
39
40### Issues with `pthread.h` or other fixincludes while building formulae
41This is caused by using Homebrew's GCC instead of Fedora's. Make sure Homebrew GCC is uninstalled and not a dependency.
42
43## Security ##
44
45Please see the [Security Policy](./docs/security.md)