{"id":13484424,"url":"https://github.com/ChisBread/malior","last_synced_at":"2025-03-27T16:30:48.990Z","repository":{"id":65256857,"uuid":"583033043","full_name":"ChisBread/malior","owner":"ChisBread","description":"malior is the game container of arm","archived":true,"fork":false,"pushed_at":"2023-03-10T13:10:35.000Z","size":78,"stargazers_count":112,"open_issues_count":11,"forks_count":21,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-10-30T18:42:39.359Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChisBread.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-28T15:06:58.000Z","updated_at":"2024-07-22T04:43:42.000Z","dependencies_parsed_at":"2024-01-13T19:18:17.467Z","dependency_job_id":"6c1518f6-1190-4848-bf02-3345520c05ff","html_url":"https://github.com/ChisBread/malior","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChisBread%2Fmalior","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChisBread%2Fmalior/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChisBread%2Fmalior/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChisBread%2Fmalior/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChisBread","download_url":"https://codeload.github.com/ChisBread/malior/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245882257,"owners_count":20687859,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T17:01:24.209Z","updated_at":"2025-03-27T16:30:48.636Z","avatar_url":"https://github.com/ChisBread.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# Malior [🎮]\n- Containerized game packaging for mali gpu under Linux.\n  - Full audio, graphics support.\n  - Linux native games, box86/64 simulation games, etc.\n  - Support systemd, etc.\n- In early development and assume SOC is RK3588(S)\n- Test environment: \n  - Linux Distribution: Ubuntu 22.04(Jammy)\n  - Desktop: Gnome with Wayland\n  - SOC: RK3588S\n\n## Quick Start\n- Install Docker (required)\n- Install the 'malior' command\n```bash\nwget -O - https://github.com/ChisBread/malior/raw/main/install.sh \u003e /tmp/malior-install.sh \u0026\u0026 bash /tmp/malior-install.sh  \u0026\u0026 rm /tmp/malior-install.sh \n```\n- malior help\n```\nUsage: \n    malior [command] \u003cgame|application\u003e \u003cargs\u003e\n    e.g. \n        'malior install xonotic' for install xonotic\n        'malior xonotic' for start xonotic\n        'malior update (malior, xonotic, etc...)' for update something\n        'malior update' for update malior image\nCommand:\n    help                   This usage guide\n    update \u003cgame|app\u003e      Update malior image\n    recreate               Recreate malior runtime container\n    destroy                Stop and remove malior runtime container\n    pause|stop             Pause(docker stop) malior runtime container\n    resume|start           Resume(docker start) malior runtime container\n    remove                 Remove game\n```\n- malior-sudo\n```bash\nmalior-sudo 'echo $USER'\n```\n## Settings\n- [Settings document](./SETTINGS.md)\n## Tips\n- Already have xonotic installed locally?\n```\n# game dir\nmv ${LOCAL_XONOTIC_DIR} $HOME/.local/malior/xonotic\n# config dir\nmv $HOME/.xonotic $HOME/.config/malior/.xonotic\n# ln -s $HOME/.local/malior/xonotic ${LOCAL_XONOTIC_DIR}\n# ln -s $HOME/.config/malior/.xonotic $HOME/.xonotic\nmalior install xonotic # Will not re-download all content\n```\n## Application(Game) Compatibility-List\n| Application                   | playable  |\n| ----------------------------- | --------- |\n| glmark2(gl,es2,x11,wayland)   | ✅        | \n| xonotic(sdl)                  | ✅        | \n| openmw                        | ✅(not fully tested) | \n| Warcraft III(box86+wine)      | ✅(perfect!)        |\n| steam(box86)                  | ✅        | \n| L4D2                          | ❌(bootable but not playable) |\n\n## HW Compatibility-List\n\n| Board                         | playable  |\n| ----------------------------- | --------- |\n| Orange Pi 5                   | ✅        | \n\n# Thanks to the following projects:\n- [box86](https://github.com/ptitSeb/box86), [box64](https://github.com/ptitSeb/box64)\n- [panfork](https://gitlab.com/panfork/mesa)\n\n# Malior Redroid\n- malior install malior-droid\n- malior-droid help\n```\nUsage:\n    malior-droid [command] \u003cgame|application\u003e \u003cargs\u003e\n    note. kernel config PSI ASHMEM ANDROID_BINDERFS etc... is required\n    warning. zygisk is not supported, will mess up the container when enabled\n    e.g.\n        'malior-droid whoami' is same as 'adb shell whoami' (root user)\n        'adb connect localhost:5555' for adb\n        'scrcpy -s localhost:5555' view redroid screen\nCommand:\n    help                   This usage guide\n    update                 Update malior redroid image\n    recreate               Recreate malior redroid container\n    destroy                Stop and remove malior redroid container\n    pause|stop             Pause(docker stop) malior redroid container\n    resume|start           Resume(docker start) malior redroid container\n    restart                Restart malior redroid container\n    resize                 Resize redroid window e.g. malior-droid resize 1920x1080\n    install-overlay        Overlays, it will be mounted on the rootfs of redroid and stored in ~/.local/malior/redroid_overlay\n                               base: Automatically installed overlay, providing magisk support and gapps support\n```\n- Manual part\n    - Fixup Magisk installation and reboot (Maybe it takes two times, maybe the host will restart)\n    - (Optional) Install Riru-v25.4.4 LSPosed-v1.8.5 (tested version)\n    - (Optional) Register [GSF ID](https://www.google.com/android/uncertified/?pli=1), let Google framework work\n        - Use the device id app to get the GSF ID\n- Backup: data partition `~/.local/malior/redroid`.\n```\n# backup\ncd ~/.local/malior/redroid\nsudo tar cvpjf backup.tgz *\n```\n- Restore: `malior-droid destroy` and restore data partition from backup.\n```\n# restore\nmalior-droid destroy\ncd ~/.local/malior/redroid\nsudo tar xvpjf backup.tgz\nmalior-droid echo 'hello'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FChisBread%2Fmalior","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FChisBread%2Fmalior","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FChisBread%2Fmalior/lists"}