{"id":30336583,"url":"https://github.com/ronoaldo/luanticlient","last_synced_at":"2025-08-18T05:34:06.383Z","repository":{"id":50716824,"uuid":"519916401","full_name":"ronoaldo/luanticlient","owner":"ronoaldo","description":"Unofficial Minetest Client Builds","archived":false,"fork":false,"pushed_at":"2025-06-15T01:04:12.000Z","size":47,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-17T08:47:06.197Z","etag":null,"topics":["appimage","debian","linux","minetest","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ronoaldo.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,"zenodo":null}},"created_at":"2022-08-01T00:20:37.000Z","updated_at":"2025-06-15T00:12:52.000Z","dependencies_parsed_at":"2025-06-15T01:22:12.595Z","dependency_job_id":"5ef8292a-280a-4d56-b288-8aff38104a2d","html_url":"https://github.com/ronoaldo/luanticlient","commit_stats":null,"previous_names":["ronoaldo/luanticlient","ronoaldo/minetestclient"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/ronoaldo/luanticlient","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronoaldo%2Fluanticlient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronoaldo%2Fluanticlient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronoaldo%2Fluanticlient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronoaldo%2Fluanticlient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ronoaldo","download_url":"https://codeload.github.com/ronoaldo/luanticlient/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronoaldo%2Fluanticlient/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270949799,"owners_count":24673908,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["appimage","debian","linux","minetest","ubuntu"],"created_at":"2025-08-18T05:31:56.451Z","updated_at":"2025-08-18T05:34:06.347Z","avatar_url":"https://github.com/ronoaldo.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minetest client AppImage builds (unofficial)\n\n[Ler em português](./README.pt-BR.md)\n\nBased on Debian 11, this project builds AppImages to help you test recent\ndevelopment builds as well as easily download and run\n[Minetest](https://www.minetest.net) in any Linux distro by providing it  with\nbundled dependencies.\n\nTested on:\n\n* Debian 11\n* Debian 12\n* Ubuntu 22.04\n* Ubuntu 24.04\n\nProbably will not work on:\n\n* Ubuntu 18.04 - Use the images produced by the Gitlab CI\n\n## Why?\n\nThis project was created because the official Minetest AppImages are built using\nthe Ubuntu Bionic base and for some obscure reason, it won't launch on either\nDebian 11 or Ubuntu 22.04.\n\nThis project uses a Debian 11 base, and the produced AppImages work on both\nDebian and Ubuntu most recent releases.\n\n## How to use them?\n\n[AppImage](https://appimage.org/) format is a simple way to distribute Linux\nprograms to users in any distribution. It includes a portable runtime, and it\nbundles the application dependencies so it should run on your machine without\nmodifications.\n\nTo start using the AppImage, just download it from the\n[Releases](https://github.com/ronoaldo/minetestclient/releases) page on Github,\nmake it executable either using your file manager GUI or the command line with\n`chmod +x Minetest*.AppImage`, then execute it as `./Minetest*.AppImage` or from\nthe file manager GUI with a single/double click.\n\n### Missing FUSE\n\nIf you have an error starting the AppImage complaining about FUSE (it happened\nto me while testing on Ubuntu 22.04), just install the `libfuse2` package:\n\n    sudo apt-get install libfuse2 -yq\n\nNote: this should not happen as of 5.12.0 and later versions, as we switched\nto building the AppImage versions with `linuxdeploy` with now utilizes a better\nsystem with an static libfuse implementation.\n\n## Portable home folder\n\nWant to test the release candidate without breaking your worlds? No problem!\nYou can have a portable alternative Home directory to test this one out!\n\nTo use this feature, you just create a folder with the same name of the program,\nand a `.home` suffix. For instance, the program\n`Minetest-5.6.0-rc1_x86_64.AppImage` will use the\n`Minetest-5.6.0-rc1_x86_65.AppImage.home` folder as a home directory if it\nexists. \n\nOne simple way to get started is from the terminal by using the\n`--appimage-portable-home` command line flag:\n\n    ./Minetest*.AppImage --appimage-portable-home\n\n## Better desktop integration\n\nYou can also install the companion program `appimagelauncher` that will help you\nbetter integrate the test builds with your system. On Debian and derivatives,\nyou can to so by installing it form `apt`:\n\n    sudo apt install appimagelauncher -yq\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fronoaldo%2Fluanticlient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fronoaldo%2Fluanticlient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fronoaldo%2Fluanticlient/lists"}