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.

Add readme

+31
+31
README.md
··· 1 + <!-- SPDX-License-Identifier: CC-BY-SA-4.0 --> 2 + <!-- Copyright (c) 2026 MatrixFurry <matrix@matrixfurry.com> --> 3 + 4 + # Envision-OCI # 5 + 6 + Envision-OCI allows builds inside [Envision](https://wiki.vronlinux.org/docs/fossvr/envision/) to work on any distro, 7 + including Fedora Atomic Desktops and Bazzite, without manually installing any build dependencies. 8 + 9 + ## Installation ## 10 + 11 + > [!TIP] 12 + > If you need support, don't hesitate to reach out. You can [DM me on Bluesky](https://bsky.app/profile/matrixfurry.com), 13 + > ask questions on the [LVRA Discord](https://discord.com/channels/1065291958328758352), or 14 + > [contact me](https://woosh.link/matrixfurry.com) via another platform. 15 + 16 + 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` 17 + 18 + Homebrew: 19 + 1. If you don't already have [Homebrew](https://brew.sh) and the [XR Tap](https://tangled.org/matrixfurry.com/homebrew-xr), 20 + follow the [setup instructions](https://tangled.org/matrixfurry.com/homebrew-xr#setup) 21 + 2. Install Envision-OCI: `brew install envision-oci` 22 + 23 + Manual (not recommended): 24 + 1. Install [Nushell](https://nushell.sh) 25 + 2. Clone this repo: `git clone https://tangled.org/matrixfurry.com/lxrac` 26 + 3. Copy the shim to an empty directory as the target binaries (`cmake` and `cargo`) 27 + 4. Run Envision with the shim directory appended to PATH 28 + 29 + ## Usage ## 30 + 31 + Launch and use Envision as normal, everything else will be handled for you automatically!