Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wasertech/duos
My favorite GNU/Linux flavor on the Microsoft Surface Duo.
https://github.com/wasertech/duos
android linux linux-arm surface-duo
Last synced: 11 days ago
JSON representation
My favorite GNU/Linux flavor on the Microsoft Surface Duo.
- Host: GitHub
- URL: https://github.com/wasertech/duos
- Owner: wasertech
- License: gpl-3.0
- Created: 2023-12-07T16:09:14.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-07T19:28:18.000Z (9 months ago)
- Last Synced: 2024-10-14T21:51:41.892Z (24 days ago)
- Topics: android, linux, linux-arm, surface-duo
- Language: Shell
- Homepage:
- Size: 90.8 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# DuOS: Deux Surfaces (Surface Duo)
My favorite GNU/Linux flavor on the Microsoft Surface Duo.
![Screenshot_20231218-200749](https://github.com/wasertech/DuOS/assets/79070834/b2e60ea5-b283-4a41-bee4-8640fb9c638c)
## What is this?
This is a collection of scripts and instructions to install GNU/Linux on the Microsoft Surface Duo.
## What is the Microsoft Surface Duo?
The Microsoft Surface Duo is a dual-screen device with two 5.6" screens that fold out to an 8.1" screen. It runs Android 10 and has a Qualcomm Snapdragon 855 processor.
## Can I use those scripts and instructions on other devices?
Maybe, I don't know. I only have a Surface Duo, so I can't test it on other devices. If you want to try it on other devices, you can try to adapt the scripts and instructions to your device. Let me know if it works (or not)!
## Installation
### Prerequisites
- A Surface Duo
### Instructions
1. Install the latest version of [Termux](https://termux.com/).
2. Open Termux and run the following commands:```bash
curl -o install https://raw.githubusercontent.com/wasertech/DuOS/master/install && chmod +x install && ./install || echo "Installation failed!"
```After the installation is completed, run `duo --start`. The starting script will start Termux-X11 and show the start menu.
### Usage
Once installed, type `duo` to start :
```bash
duo
```