一个基于Web的桌面操作系统。

KernelDeimos c8f913d710 fix: phoenix incorrect lookup order 19 小时之前
.github f9b9565dab Create test workflow 1 周之前
awesome f006c9ed26 Rename #DoesItRunPuter?.md to #DoesItRunPuter.md 3 月之前
badges 6cfea963a0 Add badges 2 月之前
doc 9535100c85 doc: add brainstorming for mountpoints 5 天之前
experiments 6728dd2571 dev(license-headers): fix excludes list 3 月之前
mods bda4aed2e8 chore: add missing license headers 3 月之前
src c8f913d710 fix: phoenix incorrect lookup order 19 小时之前
submodules 891e799e5e WIP symlink, net_device virtio, move fixes, upload binary fixes 20 小时之前
tools ed0a83ca9d dev: update v86, switch twisp to epoxy-server with twisp feature 2 周之前
volatile 384a1534ec Release backend 6 月之前
.dockerignore 9bb221a0d7 Fix Dockerfile 6 月之前
.env.example 05d4a28adc chore: format content :pencil: 5 月之前
.gitattributes fa42b0871e Initial commit 7 月之前
.gitignore 01b7e523d0 chore: comment and fine tune `.gitignore` settings :hammer: 5 月之前
.gitmodules 1e7e516d73 change submodule url 1 周之前
.is_puter_repository 384a1534ec Release backend 6 月之前
CHANGELOG.md 203669a79f release: v2.4.2 3 月之前
CONTRIBUTING.md 6cf7d0ae27 doc: update CONTRIBUTING.md 1 月之前
Dockerfile 5a4328e449 Update Dockerfile 3 月之前
LICENSE.txt fa42b0871e Initial commit 7 月之前
README.md 99ce3bde19 fix: turns out we don't support `utm_source` I learn something new about Puter every day! 1 天之前
SECURITY-ACKNOWLEDGEMENTS.md 747d7dea89 Update SECURITY-ACKNOWLEDGEMENTS.md 3 月之前
SECURITY.md 5acdf8d2fe Create SECURITY.md 7 月之前
addlicense.yml 67139ef91b dev(tools): add license header adder thingy 3 月之前
docker-compose.yml 8f4eb5627b Update instructions & docker-compose to reflect production paths 6 月之前
eslint.config.js 857c3b88b3 added fflate to lint check 2 周之前
exports.js bda4aed2e8 chore: add missing license headers 3 月之前
package-lock.json 6e1ed7ab04 dev: update emu load indicator 3 周之前
package.json 823ab28448 test: update test invocation 1 周之前
rust-toolchain.toml b145e30a90 feat: v86 9p server support 1 周之前

README.md

The Internet OS! Free, Open-Source, and Self-Hostable.

test GitHub repo size GitHub Release GitHub License

« LIVE DEMO »

Puter.com · SDK · Discord · YouTube · Reddit · X (Twitter) · Bug Bounty

screenshot


Puter

Puter is an advanced, open-source internet operating system designed to be feature-rich, exceptionally fast, and highly extensible. Puter can be used as:

  • A privacy-first personal cloud to keep all your files, apps, and games in one secure place, accessible from anywhere at any time.
  • A platform for building and publishing websites, web apps, and games.
  • An alternative to Dropbox, Google Drive, OneDrive, etc. with a fresh interface and powerful features.
  • A remote desktop environment for servers and workstations.
  • A friendly, open-source project and community to learn about web development, cloud computing, distributed systems, and much more!


Getting Started

💻 Local Development

git clone https://github.com/HeyPuter/puter
cd puter
npm install
npm start

This will launch Puter at http://puter.localhost:4100 (or the next available port).

If this does not work, see First Run Issues for troubleshooting steps.


🐳 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


🐙 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


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


☁️ Puter.com

Puter is available as a hosted service at puter.com.


System Requirements

  • Operating Systems: Linux, macOS, Windows
  • RAM: 2GB minimum (4GB recommended)
  • Disk Space: 1GB free space
  • Node.js: Version 16+ (Version 22+ recommended)
  • npm: Latest stable version


Support

Connect with the maintainers and community through these channels:

We are always happy to help you with any questions you may have. Don't hesitate to ask!


License

This repository, including all its contents, sub-projects, modules, and components, is licensed under AGPL-3.0 unless explicitly stated otherwise. Third-party libraries included in this repository may be subject to their own licenses.


Translations