Quick Start
OpenFDE is a new Linux desktop environment design exploration project. Similar to KDE and GNOME, it aims to provide a cohesive Linux desktop experience from login to running applications. However, what sets OpenFDE apart is its graphical component based on AOSP (Android Open Source Project), which brings a richer ecosystem of applications and games to Linux. It offers a consistent user experience with Android and Linux applications and introduces a unified and innovative approach to Linux desktop application development, providing a fresh perspective on using Linux desktop environments.
1. System Requirements
We have researched and adapted OpenFDE to support installation on various hardware platforms and operating systems. Currently, we have identified the following hardware platforms and operating systems. Please ensure that your device meets one of the following requirements.
Hardware | Graphics | Operating System | Kernel | Storage |
---|---|---|---|---|
Phytium D2000、FT2000/4 | AMD Radeon | Galaxy Kylin V10(SP1) 2203/2303(ARM64) | linux-5.4.18-53 and above | Minimum 8GB. Recommended 16GB or higher |
Ubuntu(ARM64) | / | / | ||
UOS | 4.19 or 5.10 | Minimum 8GB. | ||
Phytium X100 Notebook | Phytium X100 | Galaxy Kylin V10(SP1) 2303(ARM64) | linux-5.4.18-85 and above | Minimum 8GB. Recommended 16GB or higher |
Rapberry Pi 4B | / | Ubuntu(ARM64) | 5.15.0-1044 raspi | Bigger is better |
Rock Chip 5B | / | Ubuntu | / | Mininum 8GB |
If your device meets the above requirements, you can proceed with the following steps for a quick installation.
If your device does not meet the requirements mentioned above, please make sure to upgrade your device first!!!
For Phytium X100 kernel upgrade, we have provided a detailed tutorial. Please click here for the installation details of OpenFDE on Phytium X100.
2. Disable Security Controls
To ensure a smooth installation and startup of OpenFDE, before you begin installing OpenFDE, you need to disable all security controls on your current system. In your current system, go to Settings and navigate to Security. Enter the Security Center or Security Settings.
Using network control as an example, you should disable application internet access control. Additionally, it is recommended to disable controls related to application protection and device security.
3. Quick Installation Steps
Note: Before starting the installation, please make sure that you have completed the step of disabling security controls!
We provide a script for one-click installation of OpenFDE. You can open a new terminal interface and follow the steps below to fetch the script from a remote server and execute it for quick installation of OpenFDE.
Step1. install curl
sudo apt-get install curl