Run Envision builds in Podman containers
linux vr oci podman
1
fork

Configure Feed

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

Envision-OCI#

Envision-OCI allows builds inside Envision to work on any distro, including Fedora Atomic Desktops and Bazzite, without manually installing any build dependencies.

Installation#

TIP

If you need support, don't hesitate to reach out. You can DM me on Bluesky, ask questions on the LVRA Discord, or contact me via another platform.

One-line install (using Homebrew): bash -c "$(curl -fsSL https://tangled.org/matrixfurry.com/homebrew-xr/raw/main/scripts/setup.sh)" && brew install envision-oci

Homebrew:

  1. If you don't already have Homebrew and the XR Tap, follow the setup instructions
  2. Install Envision-OCI: brew install envision-oci

Manual (not recommended):

  1. Install Nushell
  2. Clone this repo: git clone https://tangled.org/matrixfurry.com/lxrac
  3. Copy the shim to an empty directory as the target binaries (cmake and cargo)
  4. Run Envision with the shim directory appended to PATH

Usage#

Launch and use Envision as normal, everything else will be handled for you automatically!