# Cyber-WorkSpace **Repository Path**: mirrors/Cyber-WorkSpace ## Basic Information - **Project Name**: Cyber-WorkSpace - **Description**: CyberOS 是一款基于 ArchLinux 的 Linux 发行版,使用 C++,Qt,QML 开发新的桌面环境 - **Primary Language**: C/C++ - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: https://www.oschina.net/p/cyberos - **GVP Project**: No ## Statistics - **Stars**: 9 - **Forks**: 0 - **Created**: 2021-03-10 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cyber WorkSpace System backend and start session and more. ## Compile dependencies ```shell sudo pacman -S extra-cmake-modules pkgconf qt5-base qt5-quickcontrols2 qt5-x11extras qt5-tools kwindowsystem polkit polkit-qt5 pulseaudio polkit-qt5 ``` https://github.com/Skycoder42/QHotkey ## Runtime ```shell pulseaudio ``` ## Build ```shell mkdir build cd build cmake .. make ``` ## Install ```shell sudo make install ```