XR packaging for Fedora Atomic
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Ruby 90.8%
Nushell 7.2%
Other 2.0%
87 5 0

Clone this repository

https://tangled.org/matrixfurry.com/homebrew-atomicxr https://tangled.org/did:plc:zmjoeu3stwcn44647rhxa44o/homebrew-atomicxr
git@tangled.org:matrixfurry.com/homebrew-atomicxr git@tangled.org:did:plc:zmjoeu3stwcn44647rhxa44o/homebrew-atomicxr

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

homebrew-atomicxr#

Homebrew tap for XR applications on Fedora Atomic

Install#

Tap:

brew tap matrixfurry.com/atomicxr https://tangled.org/@matrixfurry.com/homebrew-atomicxr

Formulae (brew install <application>):

Casks (brew install --cask <application>):

Performance#

If you want slightly better runtime CPU performance, you can build 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

WayVR Dashboard: xkbcommon: ERROR: failed to add default include path /home/linuxbrew/.linuxbrew/share/X11/xkb#

This happens when the xkb config files (from the xkeyboard-config formula) are not linked to /home/linuxbrew/.linuxbrew/share/X11/xkb. This will happen if the xorg-server formula is installed.

To fix this, run brew unlink xkeyboard-config; brew link xkeyboard-config --overwrite

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 report security issues via SimpleX or Email.

If you want to send an encrypted email, my public key fingerprint is DD7EB0BAA822169398828C45103DD5193B6A77CB.

Do not report security issues on the issue tracker.