{"id":29089414,"url":"https://github.com/liamvnastoria/arcadia-os","last_synced_at":"2026-05-05T14:32:16.481Z","repository":{"id":301314386,"uuid":"1008853387","full_name":"liamvnastoria/arcadia-os","owner":"liamvnastoria","description":"The Personnal OS Linux Project Distribution","archived":false,"fork":false,"pushed_at":"2025-08-03T21:08:05.000Z","size":19961,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-03T23:20:37.215Z","etag":null,"topics":["linux","lua","operating-system","rust","wasm"],"latest_commit_sha":null,"homepage":"https://liamvonastoria.net","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/liamvnastoria.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-26T07:36:21.000Z","updated_at":"2025-08-03T21:21:43.000Z","dependencies_parsed_at":"2025-08-03T23:15:24.001Z","dependency_job_id":"28a3701a-6e83-45fc-b8cc-a019f43f2d94","html_url":"https://github.com/liamvnastoria/arcadia-os","commit_stats":null,"previous_names":["liamvnastoria/arcadia-os"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/liamvnastoria/arcadia-os","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamvnastoria%2Farcadia-os","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamvnastoria%2Farcadia-os/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamvnastoria%2Farcadia-os/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamvnastoria%2Farcadia-os/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liamvnastoria","download_url":"https://codeload.github.com/liamvnastoria/arcadia-os/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamvnastoria%2Farcadia-os/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32653512,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["linux","lua","operating-system","rust","wasm"],"created_at":"2025-06-28T04:01:48.269Z","updated_at":"2026-05-05T14:32:16.475Z","avatar_url":"https://github.com/liamvnastoria.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AnduinOS\n\n[![GPL licensed](https://img.shields.io/badge/license-GPL-blue.svg)](https://gitlab.aiursoft.cn/anduin/anduinos/-/blob/1.3/LICENSE)\n[![Discussions](https://img.shields.io/badge/discussions-join-blue)](https://github.com/Anduin2017/AnduinOS/discussions)\n[![Website](https://img.shields.io/website?url=https%3A%2F%2Fwww.anduinos.com%2F)](https://www.anduinos.com/)\n[![ManHours](https://manhours.aiursoft.cn/r/gitlab.aiursoft.cn/anduin/anduinos.svg)](https://gitlab.aiursoft.cn/anduin/anduinos/-/commits/1.3?ref_type=heads)\n\n\u003cimg align=\"right\" width=\"100\" height=\"100\" src=\"./src/mods/30-gnome-extension-arcmenu-patch/logo.svg\"\u003e\n\nAnduinOS is a custom Ubuntu-based Linux distribution that aims to facilitate developers transitioning from Windows to Linux by maintaining familiar operational habits and workflows.\n\n[Download AnduinOS](https://www.anduinos.com/)\n\n![Screenshot](./screenshot.png)\n\n## How to build\n\nYou MUST be using an `AMD64` architecture to build AnduinOS.\n\nTo edit the build parameters, modify the `./src/args.sh` file.\n\nThe first two parts of the `TARGET_BUILD_VERSION` MUST be the same as the git branch name. For example:\n\n```bash\nTARGET_BUILD_VERSION=\"1.3.0\"\n```\n\nThen the git branch name MUST be `1.3`.\n\nTo build the OS, run the following command:\n\n```bash\ncd ./src\n./build.sh\n```\n\nThat's it. The built file will be an ISO file in the `./src/dist` directory.\n\nSimply mount the built ISO file to an virtual machine, and you can start installing it.\n\n## Document\n\n[Read the document](https://docs.anduinos.com/)\n\n## License\n\nThis project is licensed under the GNU GENERAL PUBLIC LICENSE - see the [LICENSE](LICENSE) file for details\n\nThe open-source software included in AnduinOS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY.\n\n[List of open-source software included in AnduinOS](OSS.md)\n\n## Support\n\nFor community support and discussion, please join our [AnduinOS Discussions](https://github.com/Anduin2017/AnduinOS/discussions).\n\nFor bug reports and feature requests, please use the [Issues](https://github.com/Anduin2017/AnduinOS/issues) page.\n\n\u003c!-- Planned future work:\n\n* ARM support.\n* WSL support.\n* Docker container support.\n* Customized installer instead of ubiquity.\n* Customized apt source with our own override.\n* Customized kernel with our own override. --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliamvnastoria%2Farcadia-os","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliamvnastoria%2Farcadia-os","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliamvnastoria%2Farcadia-os/lists"}