# CuteFishOS-Unofficial **Repository Path**: xiaojingjs/CuteFishOS-Unofficial ## Basic Information - **Project Name**: CuteFishOS-Unofficial - **Description**: CuteFIshOS-Unofficial - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-05-31 - **Last Updated**: 2023-09-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CuteFishOS-Unofficial This repository is a personal secondary development project for the cutefish project since the cutefish project was stopped. The original project maintainer no longer maintains this project. Out of my personal love for the system, I decided to re maintain the project. Cutefishos is a distribution based on Debian, Ubuntu and archlinux. I have to admit that the CuteFish DE desktop environment is great. Of course, you can also download the source code package in this repository and build it manually to install CuteFish DE into your system. Most software packages can be easily built into your system with Cmake tool. You can rest assured that we are very friendly to novices. Gitee:https://gitee.com/xiaojingjs/CuteFishOS-Unofficial ## Download https://packages.piscesys.com/cutefish/isos/0.8/cutefishos-0.8-beta-amd64.iso https://sourceforge.net/projects/cutefish-ubuntu/files/ISO/0.8/CutefishOS%20-%20Ubuntu%20%28Calamares%20Installer%29/CutefishOS-Ubuntu_v0.8_Calamares.iso/download https://sourceforge.net/projects/cutefish-ubuntu/files/ISO/0.8/CutefishOS%20-%20Ubuntu%20%28Ubiquity%20Installer%29/CutefishOS-Ubuntu_v0.8_%28Ubi%29.iso/download ## Build ```shell mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .. make sudo make install ```