Total Pageviews

5,392,744

Saturday, 22 March 2025

开源的个人云系统 CasaOS

 CasaOS - A simple, easy-to-use, elegant open-source Personal Cloud system.

https://casaos.zimaspace.com/

CasaOS - Your Personal Cloud

CasaOS
Connect with the community, establish autonomy, reduce the cost of SaaS, and MAXIMIZE the potential for a personalized copilot.

CasaOS Version CasaOS License CasaOS Pull Requests CasaOS Issues  CasaOS Stargazers
IceWhale Discord CasaOS GitHub Discussions All Contributors
YouTube Tutorial Views
Website | Demo | GitHub

CasaOS Snapshot

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 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 , 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 🤞!

Features

  • Friendly UI designed for home scenarios
    • 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
    • Nextcloud, HomeAssistant, AdGuard, Jellyfin, *arr and more!
  • Easily install numerous Docker apps
    • Over 100,000 apps from the Docker ecosystem can be easily installed
  • Elegant drive and file management
    • What you see is what you get. No technical background required.
  • Well-designed system/app widgets
    • What you care about, at a glance. Resource usage, app status, and more!

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.

Hardware Compatibility

  • amd64 / x86-64
  • arm64
  • armv7

System Compatibility

Official Support

  • Debian 12 (✅ Tested, Recommended)
  • Ubuntu Server 20.04 (✅ Tested)
  • Raspberry Pi OS (✅ Tested)

Community Support

  • Elementary 6.1 (✅ Tested)
  • Armbian 22.04 (✅ Tested)
  • Alpine (🚧 Not Fully Tested Yet)
  • OpenWrt (🚧 Not Fully Tested Yet)
  • ArchLinux (🚧 Not Fully Tested Yet)

Quick Setup CasaOS

Freshly install a system from the list above and run this command:

wget -qO- https://get.casaos.io | sudo bash

or

curl -fsSL https://get.casaos.io | sudo bash

Update CasaOS

CasaOS can be updated from the User Interface (UI), via Settings ... Update.

Alternatively it can be updated from a terminal session. To update from a terminal session, it must be done either from a secure shell (ssh) session to the device or from a directly attached terminal and keyboard to the device running CasaOS, this cannot be done from the terminal via the CasaOS User Interface (UI). To update to the latest release of CasaOS from a terminal session run this command:

wget -qO- https://get.casaos.io/update | sudo bash

or

curl -fsSL https://get.casaos.io/update | sudo bash

To determine version of CasaOS from a terminal session run this command:

casaos -v

Uninstall CasaOS

v0.3.3 or newer

casaos-uninstall

Before v0.3.3

curl -fsSL https://get.icewhale.io/casaos-uninstall.sh | sudo bash

Community

The word Casa comes from the Spanish word for "home". Project CasaOS originated as a pre-installed system for the crowdfunded product ZimaBoard on Kickstarter.

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.

We believe that through community-driven collaborative innovation and open communication with global developers, we can reshape the digital home experience like never before.

A warm welcome for you to get help or share great ideas in the Discord!

Discord Card


from IceWhaleTech/CasaOS: CasaOS - A simple, easy-to-use, elegant open-source Personal Cloud system.

------------------------


1、修正语言

apt install sudo #安装sudo

apt-get install locales #安装locale

dpkg-reconfigure locales #调用locale

reboot

2、安装openssh并开启远程root登录

sudo apt install openssh-server #安装open-ssl

apt-get install vim #安装vim

用vim打开/etc/ssh/sshd_config 找到Authentication部分

PermitRootLogin yes

PasswordAuthentication yes

/etc/init.d/ssh restart #重启ssh服务

3、装常用工具和加速docker

用putty等工具,使用root账号登录

sudo apt-get install \apt-transport-https \ca-certificates \curl \gnupg \lsb-release \unzip #安装常用工具

vim /etc/apt/sources.list

deb https://mirrors.ustc.edu.cn/debian/ bullseye main non-free contrib

deb-src https://mirrors.ustc.edu.cn/debian/ bullseye main non-free contrib

deb https://mirrors.ustc.edu.cn/debian-security/ bullseye-security main

deb-src https://mirrors.ustc.edu.cn/debian-security/ bullseye-security main

deb https://mirrors.ustc.edu.cn/debian/ bullseye-updates main non-free contrib

deb-src https://mirrors.ustc.edu.cn/debian/ bullseye-updates main non-free contrib

deb https://mirrors.ustc.edu.cn/debian/ bullseye-backports main non-free contrib

deb-src https://mirrors.ustc.edu.cn/debian/ bullseye-backports main non-free contrib

apt update

apt upgrade -y

4、安装casaos

curl -fsSL https://get.casaos.io | bash

wget -qO https://get.casaos.io | bash

5、如果安装失败,请参考

vi /etc/hosts

185.199.108.133 raw.githubusercontent.com

185.199.109.133 raw.githubusercontent.com

185.199.110.133 raw.githubusercontent.com

182.100.111.133 raw.githubusercontent.com

140.82.121.3 github.com

140.82.121.4 github.com

140.82.113.3 github.com

140.82.113.4 github.com

140.82.112.3 github.com

140.82.112.4 github.com

140.82.114.3 github.com

140.82.114.4 github.com

:wq 退出

sudo mkdir -p /etc/docke

sudo tee /etc/docker/daemon.json <<-'EOF'

{"registry-mirrors": ["https://8u63j0cd.mirror.aliyuncs.com"]}

{ "registry-mirrors": ["https://registry.docker-cn.com"] }

{ "registry-mirrors": ["http://hub-mirror.c.163.com"] }

{ "registry-mirrors": ["https://docker.mirrors.ustc.edu.cn"] }

{ "registry-mirrors": ["https://mirrors.tuna.tsinghua.edu.cn"] }

EOF

卸载命令

casaos-uninstall

from casaos

No comments:

Post a Comment