Homebrew tap for XR (VR/AR/MR) software.
homebrew vr linux oci
1
fork

Configure Feed

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

Replace WlxOverlay with WayVR and migrate to cask

+29
+2
Casks/wayvr-dashboard.rb Casks/disabled/wayvr-dashboard.rb
··· 9 9 desc "Launch desktop applications and games within VR (wlx-overlay-s addon)" 10 10 homepage "https://oo8.dev/wayvr_dashboard" 11 11 12 + disable! date: "2026-03-12", because: :discontinued, replacement_cask: "wayvr" 13 + 12 14 livecheck do 13 15 url "https://github.com/olekolek1000/wayvr-dashboard" 14 16 strategy :git
+25
Casks/wayvr.rb
··· 1 + # SPDX-License-Identifier: AGPL-3.0-only 2 + # SPDX-FileCopyrightText: MatrixFurry <matrix@matrixfurry.com> 3 + cask "wayvr" do 4 + on_linux do 5 + version "26.2.1" 6 + sha256 "f111e63641eecca5d04967843eab12cfa98adeb48f8709cd901c54373f37d925" 7 + 8 + url "https://github.com/wlx-team/wayvr/releases/download/v#{version}/wayvr" 9 + name "WayVR (formerly WlxOverlay-S)" 10 + desc "lightweight OpenXR/OpenVR overlay for Wayland and X11 desktops." 11 + homepage "https://github.com/wlx-team/wayvr" 12 + 13 + livecheck do 14 + url #{homepage} 15 + strategy :git 16 + end 17 + 18 + depends_on arch: :x86_64 19 + 20 + binary "wayvr" 21 + 22 + # TODO: Look for files that should go here 23 + zap trash: "" 24 + end 25 + end
+2
Formula/wlx-overlay-s.rb Formula/disabled/wlx-overlay-s.rb
··· 8 8 sha256 "c2be093a815fa69fee65235bad573be8c1ac7959b5bad197f9e4201cc15da5ba" 9 9 license "GPL-3.0-only" 10 10 11 + disable! date: "2026-03-12", because: "has been replaced by a cask", replacement_cask: "wayvr" 12 + 11 13 bottle do 12 14 root_url "https://gitlab.com/api/v4/projects/75293878/packages/generic/wlx-overlay-s/25.4.2" 13 15 sha256 x86_64_linux: "a18928b0cc02ba40184735a3ac599c29405f38600ba48d8676611a6e956bd308"