[PL] Oficjalna, autorska dystrybucja systemu operacyjnego Linux RysixOS, stworzona bezpośrednio na urządzeniu mobilnym! [EN] The official, custom Linux RysixOS operating system distribution, created directly on a mobile device!
RysixOS to autorski system operacyjny spakowany do obrazu płyt UDF/ISO. Całość została w pełni przygotowana i skompilowana za pomocą konsoli Termux na telefonie z Androidem.
Ze względu na ograniczenia rozmiaru plików na GitHubie, obraz ISO systemu został podzielony na mniejsze części. Aby poprawnie go uruchomić, pobierz wszystkie części pliku z sekcji Releases do jednego folderu na komputerze, a następnie połącz je jedną komendą:
- Na systemie Linux:
cat Linux_RysixOS.iso.part_* > Linux_RysixOS.iso
- Na systemie Windows (w programie PowerShell):
cmd /c "copy /b Linux_RysixOS.iso.part_*" Linux_RysixOS.iso
- Termux (wirtualne środowisko Linux na telefonie)
- Kali Linux (baza systemowa arm64)
- Xorriso (silnik pakowania i generowania struktury obrazów)
- GitHub CLI (konsolowe narzędzie do zarządzania repozytorium)
RysixOS is a custom operating system packed into a UDF/ISO disk image. The entire project was fully built and compiled using the Termux console on an Android phone.
Due to file size limits on GitHub, the system ISO image has been split into smaller parts. To run it properly, download all parts from the Releases section into one folder on your computer, then combine them using one command:
- On Linux:
cat Linux_RysixOS.iso.part_* > Linux_RysixOS.iso
- On Windows (in PowerShell):
cmd /c "copy /b Linux_RysixOS.iso.part_*" Linux_RysixOS.iso
- Termux (virtual Linux environment on mobile)
- Kali Linux (arm64 system base)
- Xorriso (ISO packing and structure generation engine)
- GitHub CLI (command-line tool for repository management)