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 526f5e4ff4
Replace hardcoded torrent trackers with dynamic retrieval from online source
2025-05-11 09:51:00 +00:00
config Add support for British English language configuration in JSON and update language options in args.sh 2025-05-08 11:48:45 +00:00
src Add libfuse2t64, libfuse3-3, and libopengl0 to basic system tool packages Fix #61 2025-05-11 09:08:24 +00: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 Update distribution description from Debian-based to Ubuntu-based for clarity 2025-04-20 10:09:16 +00:00
OSS.md Update OSS.md to correct the title from "Open-Source Software" to "Third-party Software" 2025-04-30 09:35:56 +00:00
README.md Refactor font configuration in local.conf for improved clarity and organization 2025-05-09 10:30:54 +00:00
build_all.sh Replace hardcoded torrent trackers with dynamic retrieval from online source 2025-05-11 09:51:00 +00:00
screenshot.png Update README.md with screenshot image 2024-07-18 18:13:38 +00:00

README.md

AnduinOS

GPL licensed Discussions Join the AnduinOS Community on Revolt 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

AnduinOS works based on donations from users. We are grateful for your support.

PayPal donate button

How to build

You MUST be using an AMD64 architecture to build AnduinOS.

To edit the build parameters, modify the ./src/args.sh file.

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.