https://github.com/liamvnastoria/arcadia-os
The Personnal OS Linux Project Distribution
https://github.com/liamvnastoria/arcadia-os
linux lua operating-system rust wasm
Last synced: about 2 months ago
JSON representation
The Personnal OS Linux Project Distribution
- Host: GitHub
- URL: https://github.com/liamvnastoria/arcadia-os
- Owner: liamvnastoria
- License: mit
- Created: 2025-06-26T07:36:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-03T21:08:05.000Z (11 months ago)
- Last Synced: 2025-08-03T23:20:37.215Z (11 months ago)
- Topics: linux, lua, operating-system, rust, wasm
- Language: Shell
- Homepage: https://liamvonastoria.net
- Size: 19 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# AnduinOS
[](https://gitlab.aiursoft.cn/anduin/anduinos/-/blob/1.3/LICENSE)
[](https://github.com/Anduin2017/AnduinOS/discussions)
[](https://www.anduinos.com/)
[](https://gitlab.aiursoft.cn/anduin/anduinos/-/commits/1.3?ref_type=heads)

AnduinOS is a custom Ubuntu-based Linux distribution that aims to facilitate developers transitioning from Windows to Linux by maintaining familiar operational habits and workflows.
[Download AnduinOS](https://www.anduinos.com/)

## How to build
You MUST be using an `AMD64` architecture to build AnduinOS.
To edit the build parameters, modify the `./src/args.sh` file.
The first two parts of the `TARGET_BUILD_VERSION` MUST be the same as the git branch name. For example:
```bash
TARGET_BUILD_VERSION="1.3.0"
```
Then the git branch name MUST be `1.3`.
To build the OS, run the following command:
```bash
cd ./src
./build.sh
```
That's it. The built file will be an ISO file in the `./src/dist` directory.
Simply mount the built ISO file to an virtual machine, and you can start installing it.
## Document
[Read the document](https://docs.anduinos.com/)
## License
This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the [LICENSE](LICENSE) file for details
The open-source software included in AnduinOS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY.
[List of open-source software included in AnduinOS](OSS.md)
## Support
For community support and discussion, please join our [AnduinOS Discussions](https://github.com/Anduin2017/AnduinOS/discussions).
For bug reports and feature requests, please use the [Issues](https://github.com/Anduin2017/AnduinOS/issues) page.