Microsoft Edge I'm using armhf RPiOS, with the 64-bit kernel enabled. I've installed raspbian-nspawn-64 in it, and have compiled box64 successfully. To download and run Edge: ``` wget https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-beta/microsoft-edge-beta_92.0.902.62-1_amd64.deb ar x ~/microsoft-edge-beta_92.0.902.62-1_amd64.deb sudo tar xvf ~/data.tar.xz -C / rm -f ~/control.tar.gz ~/data.tar.xz ~/debian-binary ~/_gpgorigin ~/microsoft-edge-beta_92.0.902.62-1_amd64.deb box64 microsoft-edge-beta ``` Output: ``` pi@debian-buster-64:~ $ BOX64_LOG=1 box64 /opt/microsoft/msedge-beta/msedge Debug level is 1 Box64 with Dynarec v0.1.3 16011f4 built on Jul 31 2021 13:36:54 Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ Using default BOX64_PATH: ./:bin/ Counted 32 Env var Looking for /opt/microsoft/msedge-beta/msedge Using native(wrapped) libdl.so.2 Using native(wrapped) libpthread.so.0 Error loading needed lib libgobject-2.0.so.0 Error loading one of needed lib Error: loading needed libs in elf /opt/microsoft/msedge-beta/msedge ```