<h3 align="center"><img width="80" alt="Puter.com,个人云电脑:所有文件、应用和游戏集中一处,随时随地可访问。" src="https://yellow-cdn.veclightyear.com/87312a0a/675f54a4-a701-46e2-a2a3-27dd14009334.png"></h3>
<h3 align="center">互联网操作系统!免费、开源、可自托管。</h3>
<p align="center">
<img alt="GitHub 仓库大小" src="https://img.shields.io/github/repo-size/HeyPuter/puter"> <img alt="GitHub 发布" src="https://img.shields.io/github/v/release/HeyPuter/puter?label=最新版本"> <img alt="GitHub 许可证" src="https://img.shields.io/github/license/HeyPuter/puter">
</p>
<p align="center">
<a href="https://puter.com/"><strong>« 在线演示 »</strong></a>
<br />
<br />
<a href="https://puter.com">Puter.com</a>
·
<a href="https://docs.puter.com" target="_blank">SDK</a>
·
<a href="https://discord.com/invite/PQcx7Teh8u">Discord</a>
·
<a href="https://www.youtube.com/@EricsPuterVideos">YouTube</a>
·
<a href="https://reddit.com/r/puter">Reddit</a>
·
<a href="https://twitter.com/HeyPuter">X (Twitter)</a>
·
<a href="https://hackerone.com/puter_h1b">漏洞赏金</a>
</p>
<h3 align="center"><img width="800" style="border-radius:5px;" alt="截图" src="https://yellow-cdn.veclightyear.com/87312a0a/294f191a-4dc4-4f30-a205-0e465047152c.webp"></h3>
<br/>
Puter
Puter 是一款先进的开源互联网操作系统,旨在功能丰富、速度极快且高度可扩展。Puter 可用作:
- 以隐私为先的个人云,将所有文件、应用和游戏集中在一个安全的地方,随时随地可访问。
- 构建和发布网站、网络应用和游戏的平台。
- Dropbox、Google Drive、OneDrive 等的替代品,具有全新界面和强大功能。
- 服务器和工作站的远程桌面环境。
- 一个友好的开源项目和社区,学习 Web 开发、云计算、分布式系统等众多知识!
<br/>
入门指南
💻 本地开发
git clone https://github.com/HeyPuter/puter
cd puter
npm install
npm start
这将在 http://puter.localhost:4100(或下一个可用端口)启动 Puter。
<br/>
🐳 Docker
mkdir puter && cd puter && mkdir -p puter/config puter/data && sudo chown -R 1000:1000 puter && docker run --rm -p 4100:4100 -v `pwd`/puter/config:/etc/puter -v `pwd`/puter/data:/var/puter ghcr.io/heyputer/puter
<br/>
🐙 Docker Compose
Linux/macOS
mkdir -p puter/config puter/data
sudo chown -R 1000:1000 puter
wget https://raw.githubusercontent.com/HeyPuter/puter/main/docker-compose.yml
docker compose up
<br/>
Windows
mkdir -p puter
cd puter
New-Item -Path "puter\config" -ItemType Directory -Force
New-Item -Path "puter\data" -ItemType Directory -Force
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/HeyPuter/puter/main/docker-compose.yml" -OutFile "docker-compose.yml"
docker compose up
<br/>
☁️ Puter.com
Puter 作为托管服务可在 puter.com 使用。
<br/>
系统要求
- 操作系统: Linux、macOS、Windows
- 内存: 最低 2GB(建议 4GB)
- 磁盘空间: 1GB 可用空间
- Node.js: 16+ 版本(建议 22+ 版本)
- npm: 最新稳定版本
<br/>
支持
通过以下渠道与维护者和社区联系:
我们随时乐意解答您的任何问题。请随时询问!
<br/>
许可证
除非另有明确说明,否则本仓库(包括其所有内容、子项目、模块和组件)均根据 AGPL-3.0 许可。本仓库中包含的第三方库可能受其各自的许可证约束。
<br/>
翻译