Không có mô tả

KernelDeimos 6ec3c8b653 dev: add emulator prod deployment 8 tháng trước cách đây
.github 8a5302c8e2 Merge pull request #619 from secondtruth/issue-template-meta 9 tháng trước cách đây
awesome f006c9ed26 Rename #DoesItRunPuter?.md to #DoesItRunPuter.md 10 tháng trước cách đây
badges 6cfea963a0 Add badges 9 tháng trước cách đây
doc 0acd904176 dev: add startup apps, start emulator by default 8 tháng trước cách đây
experiments 6728dd2571 dev(license-headers): fix excludes list 10 tháng trước cách đây
mods bda4aed2e8 chore: add missing license headers 10 tháng trước cách đây
src 6ec3c8b653 dev: add emulator prod deployment 8 tháng trước cách đây
submodules 9c897fdf59 git: add epoxy-tls submodule 8 tháng trước cách đây
tools 9816411451 dev: add build script for relay 8 tháng trước cách đây
volatile 384a1534ec Release backend 1 năm trước cách đây
.dockerignore 9bb221a0d7 Fix Dockerfile 1 năm trước cách đây
.env.example 05d4a28adc chore: format content :pencil: 1 năm trước cách đây
.gitattributes fa42b0871e Initial commit 1 năm trước cách đây
.gitignore 01b7e523d0 chore: comment and fine tune `.gitignore` settings :hammer: 1 năm trước cách đây
.gitmodules 9c897fdf59 git: add epoxy-tls submodule 8 tháng trước cách đây
.is_puter_repository 384a1534ec Release backend 1 năm trước cách đây
CHANGELOG.md 203669a79f release: v2.4.2 10 tháng trước cách đây
CONTRIBUTING.md 6cf7d0ae27 doc: update CONTRIBUTING.md 8 tháng trước cách đây
Dockerfile 5a4328e449 Update Dockerfile 10 tháng trước cách đây
LICENSE.txt fa42b0871e Initial commit 1 năm trước cách đây
README.md d38fb9f0e1 Update README.md 8 tháng trước cách đây
SECURITY-ACKNOWLEDGEMENTS.md 747d7dea89 Update SECURITY-ACKNOWLEDGEMENTS.md 10 tháng trước cách đây
SECURITY.md 5acdf8d2fe Create SECURITY.md 1 năm trước cách đây
addlicense.yml 67139ef91b dev(tools): add license header adder thingy 10 tháng trước cách đây
docker-compose.yml 8f4eb5627b Update instructions & docker-compose to reflect production paths 1 năm trước cách đây
eslint.config.js 2a91edb965 chore: add Buffer to eslint 10 tháng trước cách đây
exports.js bda4aed2e8 chore: add missing license headers 10 tháng trước cách đây
package-lock.json cc4ab1cb36 fix: html-webpack-plugin dev dep 8 tháng trước cách đây
package.json cc4ab1cb36 fix: html-webpack-plugin dev dep 8 tháng trước cách đây

README.md

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

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).


🐳 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