A lightweight utility to run AppImages and DEB packages in an isolated, spoofed Ubuntu 24.04 environment using bubblewrap and Xephyr.
- Isolation: Filesystem isolation with
bwrapand graphical isolation withXephyr. - OS Spoofing: Spoofs Ubuntu 24.04
os-releaseandlsb_releasecontent. - Support: Runs
.AppImageand.debfiles out of the box. - Stability: Forces software rendering (
LIBGL_ALWAYS_SOFTWARE=1) to avoid GPU crashes in nested X servers. - Clipboard Sync: On-demand clipboard synchronization from sandbox to host.
sudo dpkg -i rivox_*.deb
sudo apt-get install -f # resolve dependencies if neededgit clone https://github.com/ashmitkumar2005/rivox.git
cd rivox
chmod +x install.sh
./install.shmake installsudo make uninstallrivox /path/to/your/app.AppImage
rivox /path/to/your/package.debBind a system hotkey (e.g., Ctrl+Alt+C) to:
rivox-sync-clipbubblewrapXephyr(xserver-xephyr)openboxxclipwmctrlx11-xserver-utilsdpkg
Run make check-deps to verify.
MIT