Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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. AnduinOS is built on the Ubuntu Jammy package base.
https://github.com/anduin2017/anduinos
debian linux-custom-image linux-distribution ubuntu
Last synced: 6 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. AnduinOS is built on the Ubuntu Jammy package base.
- 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-01-14T07:02:19.000Z (9 days ago)
- Last Synced: 2025-01-14T08:18:46.888Z (9 days ago)
- Topics: debian, linux-custom-image, linux-distribution, ubuntu
- Language: HTML
- Homepage: https://www.anduinos.com
- Size: 38.3 MB
- Stars: 59
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AnduinOS
[![GPL licensed](https://img.shields.io/badge/license-GPL-blue.svg)](https://gitlab.aiursoft.cn/anduin/anduinos/-/blob/1.3/LICENSE)
[![Discussions](https://img.shields.io/badge/discussions-join-blue)](https://github.com/Anduin2017/AnduinOS/discussions)
[![Website](https://img.shields.io/website?url=https%3A%2F%2Fwww.anduinos.com%2F)](https://www.anduinos.com/)
[![ManHours](https://manhours.aiursoft.cn/r/gitlab.aiursoft.cn/anduin/anduinos.svg)](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 Noble package base.
[Download AnduinOS](https://www.anduinos.com/)
![Screenshot](./screenshot.png)
## How to build
You MUST be using an `AMD64` architecture to build AnduinOS. You MUST install AnduinOS first.
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.