···11+<!-- SPDX-License-Identifier: CC-BY-SA-4.0 -->
22+<!-- Copyright (c) 2026 MatrixFurry <matrix@matrixfurry.com> -->
33+44+# Envision-OCI #
55+66+Envision-OCI allows builds inside [Envision](https://wiki.vronlinux.org/docs/fossvr/envision/) to work on any distro,
77+including Fedora Atomic Desktops and Bazzite, without manually installing any build dependencies.
88+99+## Installation ##
1010+1111+> [!TIP]
1212+> If you need support, don't hesitate to reach out. You can [DM me on Bluesky](https://bsky.app/profile/matrixfurry.com),
1313+> ask questions on the [LVRA Discord](https://discord.com/channels/1065291958328758352), or
1414+> [contact me](https://woosh.link/matrixfurry.com) via another platform.
1515+1616+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`
1717+1818+Homebrew:
1919+1. If you don't already have [Homebrew](https://brew.sh) and the [XR Tap](https://tangled.org/matrixfurry.com/homebrew-xr),
2020+ follow the [setup instructions](https://tangled.org/matrixfurry.com/homebrew-xr#setup)
2121+2. Install Envision-OCI: `brew install envision-oci`
2222+2323+Manual (not recommended):
2424+1. Install [Nushell](https://nushell.sh)
2525+2. Clone this repo: `git clone https://tangled.org/matrixfurry.com/lxrac`
2626+3. Copy the shim to an empty directory as the target binaries (`cmake` and `cargo`)
2727+4. Run Envision with the shim directory appended to PATH
2828+2929+## Usage ##
3030+3131+Launch and use Envision as normal, everything else will be handled for you automatically!