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.

Nushell 85.6%
Dockerfile 14.4%
42 1 5

Clone this repository

https://git.vm.fail/matrixfurry.com/envision-oci https://git.vm.fail/did:plc:fi4johfrumwy3zgpxox3rhyg
ssh://git@knot1.tangled.sh:2222/matrixfurry.com/envision-oci ssh://git@knot1.tangled.sh:2222/did:plc:fi4johfrumwy3zgpxox3rhyg

For self-hosted knots, clone URLs may differ based on your setup.


README.md

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!