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.
Go to file
Anduin Xue 5f743ee83a
1.1.5 release.
2025-05-25 17:10:57 +08:00
config Add support for British English language configuration in JSON and update language options in args.sh 2025-05-08 11:49:16 +00:00
src 1.1.5 release. 2025-05-25 17:10:57 +08:00
.gitignore Update build script and installation scripts for AnduinOS 0.2.1-beta 2024-08-21 09:47:34 +00:00
.gitlab-ci.yml chore: Update build script to include mock command 2024-08-27 19:02:57 +00:00
LICENSE Add support and welcome slides, and enhance installation scripts 2025-05-02 13:53:15 +00:00
OSS.md 1.1.5 release. 2025-05-25 17:10:57 +08:00
README.md Add support and welcome slides, and enhance installation scripts 2025-05-02 13:53:15 +00:00
build_all.sh Replace hardcoded torrent trackers with dynamic retrieval from online source 2025-05-11 09:51:18 +00:00
clean_all.sh Fix typo in clean_all.sh to correctly remove the new_building_os directory 2025-05-22 05:42:11 +00:00
makefile Refactor cleanup process by replacing clean script with a comprehensive clean_all script to enhance build artifact removal 2025-05-15 17:11:43 +00:00
screenshot.png Update README.md with screenshot image 2024-07-18 18:13:38 +00:00

README.md

AnduinOS

GPL licensed Discussions Website ManHours

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

Screenshot

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:

TARGET_BUILD_VERSION="1.1.0"

Then the git branch name MUST be 1.1.

To build the OS, run the following command:

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

License

This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the 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

Support

For community support and discussion, please join our AnduinOS Discussions.

For bug reports and feature requests, please use the Issues page.