Skip to content

🐧 Standalone, local-runnable binaries of popular linux distributions

License

Notifications You must be signed in to change notification settings

mudler/linuxbundles

Repository files navigation

linuxbundles

Browse out the release gallery: https://mudler.github.io/linuxbundles/

Downloadable and runnable, standalone bundles of linux distributions built with Github actions:

  • Ubuntu 20.04 src
  • Alpine 3.15 src
  • ArchLinux src
  • Gentoo src
  • Debian Stretch src
  • Debian Bullseye src
  • Debian Bookworm src
  • Debian Buster src
  • Fedora 36 src
  • openSUSE Leap 15.3 src
  • Centos 8 src
  • Ubuntu LXDE src

Download the bundle in the release page and just run them! (no root permission required).

By default, running the bundle will open up a shell which inherits env var from your system. To spawn up a clean shell, run:

./<bundle name> --entrypoint /bin/sh - -c "env -i sh"

To uninstall:

./<bundle name> uninstall

or simply remove all data in $HOME/.linuxbundles.

Built with poco

🐜 Contribution

You can improve this project by contributing in following ways:

  • report bugs
  • suggest new distro to be added
  • fix issues
  • asking questions (just open an issue)

and any other way if not mentioned here.