Run Envision builds in Podman containers
linux vr oci podman
0

Configure Feed

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

envision-oci / README.md
1.3 kB

Envision-OCI#

WARNING

Envision-OCI is unmaintained. Please use Envision + Monado from Homebrew-XR instead.

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

Installation#

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 and Podman
  2. Clone this repo: git clone --depth 1 https://tangled.org/matrixfurry.com/envision-oci
  3. Copy runner.nu to somewhere in your PATH and rename it to envision

Usage#

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