From a4a4fba3f98fbd2103b0570430655fc5a4c29146 Mon Sep 17 00:00:00 2001 From: CorrectRoadH <29306285+CorrectRoadH@users.noreply.github.com> Date: Fri, 27 Feb 2026 12:32:21 +0800 Subject: [PATCH 1/2] docs: fix README grammar and wording --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index d3576584..34bc37d7 100644 --- a/README.md +++ b/README.md @@ -75,23 +75,23 @@

-## Why do you need Personal Cloud? +## Why do you need a personal cloud? In 2020, the team noticed three important trends: - The cost of computing power and storage was decreasing fast. - A part of cloud computing was moving towards edge computing. - The issue of consumer data asset ownership and attribution had been ignored. -Based on these trends, the team proposed a thought experiment internally: what if personal clouds were available under $100 in next five years? This personal cloud would provide a low-cost data collaboration solution as a personal data center, storing and managing data for creators and small organizations. A distributed collaborative computing network can be formed by personal servers located around the world. It could also control and connect all smart devices, providing cross-ecosystem local intelligent services. +Based on these trends, the team proposed a thought experiment internally: what if personal clouds were available for under $100 within the next five years? This personal cloud would provide a low-cost data collaboration solution as a personal data center, storing and managing data for creators and small organizations. A distributed collaborative computing network can be formed by personal servers located around the world. It could also control and connect all smart devices, providing cross-ecosystem local intelligent services. -Furthermore, the personal cloud could combine personal data to train personalized AI assistants. The idea is that this technology would be an effective way to solve the issue of consumer data asset ownership and , as well as provide a more affordable and efficient computing solution for individuals and small organizations. +Furthermore, the personal cloud could combine personal data to train personalized AI assistants. The idea is that this technology would be an effective way to solve the issue of consumer data asset ownership and attribution, as well as provide a more affordable and efficient computing solution for individuals and small organizations. -> If you think what we are doing is valuable. Please **give us a star ⭐** and **fork it 🤞**! +> If you think what we are doing is valuable, please **give us a star ⭐** and **fork it 🤞**! ## Features - Friendly UI designed for home scenarios - - No code, no forms, intuitive, design for humanity + - No code, no forms, intuitive design for humanity - Multiple hardware and base system support - ZimaBoard, NUC, RPi, old computers, whatever is available. - Selected apps in the app store, one-click installation @@ -105,7 +105,7 @@ Furthermore, the personal cloud could combine personal data to train personalize ## Getting Started -CasaOS fully supports ZimaBoard, Intel NUC, and Raspberry Pi. Also, more computers and development boards and fully compatible with Ubuntu, Debian, Raspberry Pi OS, and CentOS with one-liner installation. +CasaOS fully supports ZimaBoard, Intel NUC, and Raspberry Pi. It also supports more computers and development boards and is fully compatible with Ubuntu, Debian, Raspberry Pi OS, and CentOS with one-line installation. ### Hardware Compatibility @@ -115,12 +115,12 @@ CasaOS fully supports ZimaBoard, Intel NUC, and Raspberry Pi. Also, more compute ### System Compatibility -Official Support +Official Support: - Debian 12 (✅ Tested, Recommended) - Ubuntu Server 20.04 (✅ Tested) - Raspberry Pi OS (✅ Tested) -Community Support +Community Support: - Elementary 6.1 (✅ Tested) - Armbian 22.04 (✅ Tested) - Alpine (🚧 Not Fully Tested Yet) @@ -157,7 +157,7 @@ or curl -fsSL https://get.casaos.io/update | sudo bash ``` -To determine version of CasaOS from a terminal session run this command: +To determine the version of CasaOS from a terminal session, run this command: ```sh casaos -v @@ -180,11 +180,11 @@ Before v0.3.3 curl -fsSL https://get.icewhale.io/casaos-uninstall.sh | sudo bash ``` -## Community +## Community The word Casa comes from the Spanish word for "home". Project CasaOS originated as a pre-installed system for the crowdfunded product [ZimaBoard](https://www.zimaboard.com) on Kickstarter. -After looking at many systems and software on the market, the team found no server system designed for home scenarios, sadly true. +After looking at many systems and software products on the market, the team found no server system designed for home scenarios. So, we set out to build this open-source project to develop CasaOS with our own hands, everyone in the community, and you. From 5819052b1d7137850ac844a54e1addbc7c891abf Mon Sep 17 00:00:00 2001 From: CorrectRoadH <29306285+CorrectRoadH@users.noreply.github.com> Date: Fri, 27 Feb 2026 12:34:39 +0800 Subject: [PATCH 2/2] docs: keep README changes to simple grammar fixes --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 34bc37d7..3102e565 100644 --- a/README.md +++ b/README.md @@ -75,14 +75,14 @@

-## Why do you need a personal cloud? +## Why do you need Personal Cloud? In 2020, the team noticed three important trends: - The cost of computing power and storage was decreasing fast. - A part of cloud computing was moving towards edge computing. - The issue of consumer data asset ownership and attribution had been ignored. -Based on these trends, the team proposed a thought experiment internally: what if personal clouds were available for under $100 within the next five years? This personal cloud would provide a low-cost data collaboration solution as a personal data center, storing and managing data for creators and small organizations. A distributed collaborative computing network can be formed by personal servers located around the world. It could also control and connect all smart devices, providing cross-ecosystem local intelligent services. +Based on these trends, the team proposed a thought experiment internally: what if personal clouds were available under $100 in next five years? This personal cloud would provide a low-cost data collaboration solution as a personal data center, storing and managing data for creators and small organizations. A distributed collaborative computing network can be formed by personal servers located around the world. It could also control and connect all smart devices, providing cross-ecosystem local intelligent services. Furthermore, the personal cloud could combine personal data to train personalized AI assistants. The idea is that this technology would be an effective way to solve the issue of consumer data asset ownership and attribution, as well as provide a more affordable and efficient computing solution for individuals and small organizations. @@ -105,7 +105,7 @@ Furthermore, the personal cloud could combine personal data to train personalize ## Getting Started -CasaOS fully supports ZimaBoard, Intel NUC, and Raspberry Pi. It also supports more computers and development boards and is fully compatible with Ubuntu, Debian, Raspberry Pi OS, and CentOS with one-line installation. +CasaOS fully supports ZimaBoard, Intel NUC, and Raspberry Pi. Also, more computers and development boards and fully compatible with Ubuntu, Debian, Raspberry Pi OS, and CentOS with one-liner installation. ### Hardware Compatibility @@ -115,12 +115,12 @@ CasaOS fully supports ZimaBoard, Intel NUC, and Raspberry Pi. It also supports m ### System Compatibility -Official Support: +Official Support - Debian 12 (✅ Tested, Recommended) - Ubuntu Server 20.04 (✅ Tested) - Raspberry Pi OS (✅ Tested) -Community Support: +Community Support - Elementary 6.1 (✅ Tested) - Armbian 22.04 (✅ Tested) - Alpine (🚧 Not Fully Tested Yet) @@ -180,11 +180,11 @@ Before v0.3.3 curl -fsSL https://get.icewhale.io/casaos-uninstall.sh | sudo bash ``` -## Community +## Community The word Casa comes from the Spanish word for "home". Project CasaOS originated as a pre-installed system for the crowdfunded product [ZimaBoard](https://www.zimaboard.com) on Kickstarter. -After looking at many systems and software products on the market, the team found no server system designed for home scenarios. +After looking at many systems and software on the market, the team found no server system designed for home scenarios, sadly true. So, we set out to build this open-source project to develop CasaOS with our own hands, everyone in the community, and you.