DistroHopper/README.md

425 lines
8.4 KiB
Markdown
Raw Normal View History

2023-03-21 21:06:40 +00:00
![](https://img.shields.io/github/stars/oSoWoSo/DistroHopper?style=for-the-badge&color=8BC53F&logo=instatus&logoColor=000000)
![](https://img.shields.io/github/forks/oSoWoSo/DistroHopper?style=for-the-badge&color=8BC53F&logo=git&logoColor=000000)
![](https://img.shields.io/github/license/oSoWoSo/DistroHopper?style=for-the-badge&color=8BC53F&logo=apache&logoColor=000000)
![](https://img.shields.io/github/repo-size/oSoWoSo/DistroHopper?style=for-the-badge&color=8BC53F&logo=files&logoColor=000000)
![](https://img.shields.io/github/last-commit/oSoWoSo/DistroHopper?style=for-the-badge&color=8BC53F&logo=codeigniter&logoColor=000000)
![](https://img.shields.io/badge/language-shell-green?style=for-the-badge&color=8BC53F&logo=sharp&logoColor=000000)
2023-03-22 23:58:04 +00:00
Looking to try out a new operating system?
2023-03-16 15:42:57 +00:00
2023-03-20 00:58:08 +00:00
try
2023-03-10 05:47:49 +00:00
2023-03-22 23:58:04 +00:00
# **DistroHopper**
2023-03-19 19:32:33 +00:00
2023-03-21 14:59:00 +00:00
![Hop](icons/hop.svg)
2023-03-19 19:32:33 +00:00
2023-03-22 23:58:04 +00:00
Quickly download, create and run VM of any#TODO operating system.
2023-03-16 23:03:52 +00:00
2023-03-23 05:33:02 +00:00
[![Donate](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/zenobit/donate)
2023-03-22 21:00:16 +00:00
2023-03-16 23:03:52 +00:00
Licensed under AGPL3
2023-03-27 03:00:01 +01:00
# Still Beta version!
![supported OS](docs/distrohopper.png)
2023-03-10 05:47:49 +00:00
quickly create and run VMs
2023-03-14 05:29:24 +00:00
As a base excellent [quickemu](https://github.com/quickemu-project/quickemu)
2023-03-26 20:36:28 +01:00
2023-03-10 05:47:49 +00:00
you can download new distro with few clicks of a mouse
2023-03-26 20:36:28 +01:00
2023-03-20 00:58:08 +00:00
## GUI using yad
2023-03-10 05:47:49 +00:00
See it in action on youtube...
2023-03-24 06:36:23 +00:00
[![dh](https://img.youtube.com/vi/RrFQECcwLRA/0.jpg)](https://www.youtube.com/watch?v=RrFQECcwLRA)
2023-03-10 05:47:49 +00:00
or command line?...
2023-03-20 00:58:08 +00:00
## TUI using fzf
2023-03-10 05:47:49 +00:00
2023-03-18 14:11:06 +00:00
[![tui](https://img.youtube.com/vi/gJ5hqYEskOw/0.jpg)](https://www.youtube.com/watch?v=gJ5hqYEskOw)
2023-03-10 05:47:49 +00:00
2023-03-20 00:58:08 +00:00
## .Desktop file generator
It will simple generate .desktop files for every supported and downloaded VM in quickemu.
So you can link it anywhere...
2023-03-22 23:58:04 +00:00
---
2023-03-20 22:06:33 +00:00
# Why am I doing it?
2023-03-14 13:03:00 +00:00
Because I wanna learn
- Linux
- Bash
- yad
- project management
2023-03-20 00:58:08 +00:00
And contribute to open source
play with Quickemu
2023-03-14 13:03:00 +00:00
2023-03-20 00:58:08 +00:00
And easily add new distros to it
2023-03-14 13:03:00 +00:00
2023-03-22 23:58:04 +00:00
---
2023-03-14 13:03:00 +00:00
2023-03-22 23:58:04 +00:00
## How to run DistroHopper?
2023-03-20 00:58:08 +00:00
You need fullfill the requirement first...
2023-03-14 02:08:02 +00:00
Quickemu.
[![quickemu video: Replace VirtualBox with Bash &
QEMU](https://img.youtube.com/vi/AOTYWEgw0hI/0.jpg)](https://www.youtube.com/watch?v=AOTYWEgw0hI)
2023-03-20 01:50:21 +00:00
## Requirements (For running VMs)
2023-03-14 02:08:02 +00:00
- [QEMU](https://www.qemu.org/) (*6.0.0 or newer*) **with GTK, SDL,
SPICE & VirtFS support**
- [bash](https://www.gnu.org/software/bash/) (*4.0 or newer*)
- [Coreutils](https://www.gnu.org/software/coreutils/)
- [EDK II](https://github.com/tianocore/edk2)
- [grep](https://www.gnu.org/software/grep/)
- [jq](https://stedolan.github.io/jq/)
- [LSB](https://wiki.linuxfoundation.org/lsb/start)
- [procps](https://gitlab.com/procps-ng/procps)
- [python3](https://www.python.org/)
- [macrecovery](https://github.com/acidanthera/OpenCorePkg/tree/master/Utilities/macrecovery)
- [mkisofs](http://cdrtools.sourceforge.net/private/cdrecord.html)
- [usbutils](https://github.com/gregkh/usbutils)
- [util-linux](https://github.com/karelzak/util-linux)
- [sed](https://www.gnu.org/software/sed/)
- [socat](http://www.dest-unreach.org/socat/)
- [spicy](https://gitlab.freedesktop.org/spice/spice-gtk)
- [swtpm](https://github.com/stefanberger/swtpm)
- [Wget](https://www.gnu.org/software/wget/)
- [xdg-user-dirs](https://www.freedesktop.org/wiki/Software/xdg-user-dirs/)
- [xrandr](https://gitlab.freedesktop.org/xorg/app/xrandr)
- [zsync](http://zsync.moria.org.uk/)
- [unzip](http://www.info-zip.org/UnZip.html)
### Installing Requirements
For Ubuntu, Arch and nixos systems the
[ppa](https://launchpad.net/~flexiondotorg/+archive/ubuntu/quickemu),
[AUR](https://aur.archlinux.org/packages/quickemu) or
[nix](https://github.com/NixOS/nixpkgs/tree/master/pkgs/development/quickemu)
packaging will take care of the dependencies. For other host
distributions or operating systems it will be necessary to install the
above requirements or their equivalents.
These examples may save a little typing
Debian:
sudo apt install qemu bash coreutils ovmf grep jq lsb procps python3 genisoimage usbutils util-linux sed spice-client-gtk swtpm wget xdg-user-dirs zsync unzip
Fedora:
sudo dnf install qemu bash coreutils edk2-tools grep jq lsb procps python3 genisoimage usbutils util-linux sed spice-gtk-tools swtpm wget xdg-user-dirs xrandr unzip
2023-03-26 20:36:28 +01:00
2023-03-14 02:08:02 +00:00
Void Linux:
sudo xbps-install qemu bash coreutils grep jq procps-ng python3 util-linux sed spice-gtk swtpm usbutils wget xdg-user-dirs xrandr unzip zsync socat
2023-03-22 23:58:04 +00:00
### For DistroHopper to work you need
`wget yad fzf` quickemu is included
2023-03-20 01:50:21 +00:00
2023-03-20 00:58:08 +00:00
# How to install DistroHopper?
You need get copy of distrohopper
2023-03-26 20:36:28 +01:00
2023-03-22 23:58:04 +00:00
If you want more stable experience, download latest release from
2023-03-26 20:36:28 +01:00
2023-03-22 23:58:04 +00:00
#### [GitHub](https://github.com/oSoWoSo/DistroHopper/releases)
2023-03-26 20:36:28 +01:00
2023-03-22 05:58:39 +00:00
or
2023-03-26 20:36:28 +01:00
2023-03-22 21:00:16 +00:00
From SourceForge [![SourceForge](https://img.shields.io/sourceforge/dt/distrohopper.svg)](https://sourceforge.net/projects/distrohopper/files/latest/download)
2023-03-26 20:36:28 +01:00
If you want latest developer version... (could have bugs and break anytime)
2023-03-20 00:58:08 +00:00
`git clone https://github.com/oSoWoSo/DistroHopper`
2023-03-26 20:36:28 +01:00
2023-03-20 00:58:08 +00:00
Enter created/unpacked distrohopper directory
2023-03-26 20:36:28 +01:00
2023-03-20 00:58:08 +00:00
Then enter config directory
2023-03-26 20:36:28 +01:00
2023-03-20 00:58:08 +00:00
`cd distrohopper/config`
2023-03-26 20:36:28 +01:00
2023-03-20 00:58:08 +00:00
And run
2023-03-26 20:36:28 +01:00
2023-03-20 00:58:08 +00:00
`./1stRun.sh`
2023-03-26 20:36:28 +01:00
2023-03-20 00:58:08 +00:00
Now should be good to go...
2023-03-22 23:58:04 +00:00
---
# How to run DistroHopper
2023-03-20 00:58:08 +00:00
Just run from terminal
2023-03-26 20:36:28 +01:00
2023-03-20 00:58:08 +00:00
`dh`
2023-03-26 20:36:28 +01:00
2023-03-20 00:58:08 +00:00
or for TUI version (Download and run from/into same directory)
2023-03-26 20:36:28 +01:00
2023-03-20 00:58:08 +00:00
`dh -t`
2023-03-26 20:36:28 +01:00
2023-03-22 23:58:04 +00:00
## Desktop files
2023-03-20 00:58:08 +00:00
All desktop files will be storred in your .config
in directories /distrohopper/ready and supported
2023-03-26 20:36:28 +01:00
2023-03-20 00:58:08 +00:00
Fell free to link them anywhere you want...
2023-03-26 20:36:28 +01:00
2023-03-20 00:58:08 +00:00
2023-03-27 03:00:01 +01:00
### Currently supported Operating Systems and tools:
`agarimos
alma
alpine
android
archlinux
archcraft
arcolinux
batocera
blendos
cachyos
centos-stream
cereus
debian
deepin
devuan
dietpi
dragonflybsd
elementary
endeavouros
endless
fedora
freebsd
freedos
fvoid
gabeeos
garuda
gentoo
ghostbsd
haiku
kali
kdeneon
kolibrios
kubuntu
linuxmint
lmde
mageia
manjaro
miyo
mxlinux
netboot
netbsd
nixos
lubuntu
macos
openbsd
opensuse
oraclelinux
popos
reactos
rebornos
rockylinux
siduction
slackware
slitaz
solus
steamos
tails
truenas-core
truenas-scale
ubuntu
ubuntu-budgie
ubuntukylin
ubuntu-mate
ubuntustudio
ubuntu-unity
ventoy
void
voidpup
vxlinux
windows
xerolinux
xubuntu
zorin`
2023-03-12 13:52:04 +00:00
2023-03-27 03:00:01 +01:00
Also with posible planned: [in duscusion](https://github.com/oSoWoSo/DistroHopper/discussions/9)
2023-03-14 05:29:24 +00:00
2023-03-22 23:58:04 +00:00
---
2023-03-22 00:01:47 +00:00
# Github discussion:
2023-03-22 23:58:04 +00:00
#### [discuss](https://github.com/oSoWoSo/DistroHopper/discussions)
2023-03-10 05:47:49 +00:00
2023-03-17 08:27:20 +00:00
# Project chat group:
2023-03-26 20:36:28 +01:00
If anyone wanna join, here is one
2023-03-24 11:44:31 +00:00
[![SimpleX](simplex.svg)](https://simplex.chat/contact#/?v=1-2&smp=smp%3A%2F%2FSkIkI6EPd2D63F4xFKfHk7I1UGZVNn6k1QWZ5rcyr6w%3D%40smp9.simplex.im%2FzmtsZwfTjwyynibt0bF6bb_xLWS9ce5A%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEAkMtz66wGfWb6VDn-_t_mVm3RFiFfOC3Hxye8Hm5tmVo%253D%26srv%3Djssqzccmrcws6bhmn77vgmhfjmhwlyr3u7puw4erkyoosywgl67slqqd.onion&data=%7B%22type%22%3A%22group%22%2C%22groupLinkId%22%3A%22o8KR0TOM0f2j33nO9goMRQ%3D%3D%22%7D) way (click SimpleX logo)
2023-03-17 08:27:20 +00:00
(check the software! even if you don't want chat about DistroHopper)
[Simplex website](https://simplex.chat)
2023-03-10 05:47:49 +00:00
# Without these amazing projects it wouldn't be posible:
2023-03-22 23:58:04 +00:00
#### [bash](https://www.gnu.org/software/bash/)
2023-03-10 05:47:49 +00:00
2023-03-22 23:58:04 +00:00
#### [QEMU](https://www.qemu.org/)
2023-03-12 13:52:04 +00:00
2023-03-22 23:58:04 +00:00
#### [quickemu](https://github.com/quickemu-project/quickemu)
2023-03-10 05:47:49 +00:00
GUI depends on
2023-03-22 23:58:04 +00:00
#### [yad](https://github.com/v1cont/yad)
2023-03-10 05:47:49 +00:00
TUI depends on
2023-03-22 23:58:04 +00:00
#### [fzf](https://github.com/junegunn/fzf)
2023-03-19 19:32:33 +00:00
2023-03-20 14:54:38 +00:00
----
2023-03-26 20:36:28 +01:00
For
2023-03-22 23:58:04 +00:00
- easy of use
2023-03-20 14:54:38 +00:00
2023-03-22 23:58:04 +00:00
#### [fish](https://fishshell.com)
2023-03-20 14:54:38 +00:00
2023-03-22 23:58:04 +00:00
- commiting and working with github
2023-03-20 14:54:38 +00:00
2023-03-22 23:58:04 +00:00
#### [lazygit](https://github.com/jesseduffield/lazygit)
2023-03-20 14:54:38 +00:00
2023-03-22 23:58:04 +00:00
- Editing
2023-03-22 05:33:18 +00:00
2023-03-22 23:58:04 +00:00
#### [geany](https://geany.org/)
2023-03-20 14:54:38 +00:00
2023-03-22 23:58:04 +00:00
#### [Kate](https://apps.kde.org/kate)
2023-03-20 14:54:38 +00:00
2023-03-22 23:58:04 +00:00
- diff
2023-03-22 05:33:18 +00:00
2023-03-22 23:58:04 +00:00
#### [Meld](https://meld.app/)
2023-03-22 05:33:18 +00:00
2023-03-22 23:58:04 +00:00
- Logo and icons
2023-03-20 14:54:38 +00:00
2023-03-22 23:58:04 +00:00
#### [GIMP](https://www.gimp.org)
2023-03-20 14:54:38 +00:00
and
2023-03-22 23:58:04 +00:00
#### [Inkscape](https://inkscape.org)
2023-03-20 14:54:38 +00:00
2023-03-22 23:58:04 +00:00
#### [logo by](https://freesvg.org/by/OpenClipart) bit repaired by me..
2023-03-20 14:54:38 +00:00
Everything done on
2023-03-22 23:58:04 +00:00
#### [Void Linux](https://voidlinux.org)
2023-03-21 17:47:05 +00:00
---
2023-03-22 23:58:04 +00:00
# Mirrored on
2023-03-21 17:47:05 +00:00
2023-03-22 23:58:04 +00:00
#### [GitHub](https://github.com/oSoWoSo/DistroHopper)
2023-03-21 17:47:05 +00:00
2023-03-22 23:58:04 +00:00
#### [SourceForge](https://sourceforge.net/projects/distrohopper)
2023-03-21 17:47:05 +00:00
2023-03-22 23:58:04 +00:00
#### [Disroot](https://git.disroot.org/oSoWoSo/DistroHopper)
2023-03-21 17:47:05 +00:00
2023-03-22 23:58:04 +00:00
#### [Codeberg](https://codeberg.org/oSoWoSo/DistroHopper)
2023-03-21 17:47:05 +00:00
2023-03-22 23:58:04 +00:00
#### [GitLab](https://gitlab.com/osowoso/distrohopper)
2023-03-21 17:47:05 +00:00
2023-03-22 23:58:04 +00:00
#### [SourceHut](https://git.sr.ht/~osowoso/DistroHopper)
2023-03-21 17:47:05 +00:00
2023-03-22 21:00:16 +00:00
---
2023-03-22 23:58:04 +00:00
# DistroHopper website (click mascot):
2023-03-22 21:00:16 +00:00
2023-03-22 23:58:04 +00:00
[![website](docs/logo.svg)](https://dh.osowoso.xyz/)
2023-03-21 17:47:05 +00:00
2023-03-22 23:58:04 +00:00
# donate
2023-03-23 05:33:02 +00:00
[![Donate](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/zenobit/donate)
2023-03-22 23:58:04 +00:00
@zen0bit at github
mailto: <zenobit@osowoso.xyz>
2023-03-23 05:33:02 +00:00
#### parent site [oSoWoSo](https://osowoso.xyz)