https://github.com/anduin2017/anduinos
AnduinOS is a custom Debian-based Linux distribution that aims to facilitate developers transitioning from Windows to Ubuntu by maintaining familiar operational habits and workflows.
https://github.com/anduin2017/anduinos
debian linux-custom-image linux-distribution ubuntu
Last synced: 24 days ago
JSON representation
AnduinOS is a custom Debian-based Linux distribution that aims to facilitate developers transitioning from Windows to Ubuntu by maintaining familiar operational habits and workflows.
- Host: GitHub
- URL: https://github.com/anduin2017/anduinos
- Owner: Anduin2017
- License: gpl-3.0
- Created: 2023-08-27T05:42:15.000Z (over 1 year ago)
- Default Branch: 1.3
- Last Pushed: 2025-04-09T06:54:24.000Z (24 days ago)
- Last Synced: 2025-04-09T15:02:47.227Z (24 days ago)
- Topics: debian, linux-custom-image, linux-distribution, ubuntu
- Language: HTML
- Homepage: https://www.anduinos.com
- Size: 38.4 MB
- Stars: 70
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 Debian-based Linux distribution that aims to facilitate developers transitioning from Windows to Ubuntu by maintaining familiar operational habits and workflows.
AnduinOS is built on the Ubuntu package base.
[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.