Linux LARP is a Debian-based live joke distro for larping. Below are the features.
Linux LARP features a useless terminal which cannot execute commands, instead it just outputs a fake "hackertyper" like output. Additionally the default Browser is Google Chrome for "Privacy" lol
This is currently a live ISO, not a traditional installable distro. Booting it runs the system from the ISO, USB, or VM. Changes do not persist after reboot.
Download the latest ISO from the Releases page:
linux-larp-1.0-amd64.iso
linux-larp-1.0-amd64.iso.sha256
Then simply put the .iso in a vm and set OS as debian 13 if your vm software asks for that.
To verify the ISO:
sha256sum -c linux-larp-1.0-amd64.iso.sha256
Build on a Debian-based system.
sudo apt update
sudo apt install live-build dpkg-dev xorriso isolinux syslinux-common qemu-system-x86git clone https://github.com/dzumq/linux-larp.git
cd linux-larpmkdir -p repo
dpkg-deb --root-owner-group --build packages/hackermode repo/hackermode_1.0_all.deb
dpkg-deb --root-owner-group --build packages/wallpapers repo/wallpapers_1.0_all.deb
dpkg-deb --root-owner-group --build packages/fetch repo/fetch_1.0_all.deb
dpkg-deb --root-owner-group --build packages/defaults repo/defaults_1.0_all.debmkdir -p iso/config/includes.chroot/opt/larp-packages
rm -f iso/config/includes.chroot/opt/larp-packages/*.deb
cp repo/*.deb iso/config/includes.chroot/opt/larp-packages/cd iso
sudo lb clean --purge
lb config
sudo lb buildThe finished ISO should appear as:
iso/live-image-amd64.hybrid.iso

