Açıklama Yok

KernelDeimos 0cb1ca7989 chore: date and update version 4 ay önce
.github d6307cc389 Create FUNDING.yml 6 ay önce
awesome 46263cc1ad Update #DoesItRunPuter.md 5 ay önce
badges 6cfea963a0 Add badges 9 ay önce
doc e633d11dbb English document translated to Persian language 4 ay önce
experiments 6a184d52b4 Update copyright notice dates in license headers 4 ay önce
extensions 05573dad51 tweak: load mods from extensions directory 6 ay önce
mods 6a184d52b4 Update copyright notice dates in license headers 4 ay önce
src 803f440d55 fix: terminal not loading in self-hosted 4 ay önce
submodules f36718005f sync: add wiki as a submodule 6 ay önce
tools 4085d508b0 dev: update release notes generator 4 ay önce
volatile 384a1534ec Release backend 1 yıl önce
.dockerignore 9bb221a0d7 Fix Dockerfile 1 yıl önce
.env.example 05d4a28adc chore: format content :pencil: 1 yıl önce
.gitattributes fa42b0871e Initial commit 1 yıl önce
.gitignore 4a0e4d51b5 git: update .gitignore 5 ay önce
.gitmodules f36718005f sync: add wiki as a submodule 6 ay önce
.is_puter_repository 384a1534ec Release backend 1 yıl önce
CHANGELOG.md 0cb1ca7989 chore: date and update version 4 ay önce
CONTRIBUTING.md 8848055f1b doc: update CONTRIBUTING.md 5 ay önce
Dockerfile 5a4328e449 Update Dockerfile 10 ay önce
LICENSE.txt fa42b0871e Initial commit 1 yıl önce
README.md f3d270ccbc fix: remove inactive links in README 5 ay önce
SECURITY-ACKNOWLEDGEMENTS.md 3b7a051d79 Add Ritesh Sahu to SECURITY-ACKNOWLEDGEMENTS.md 4 ay önce
SECURITY.md 05169e9e1e minor documentation fixes 6 ay önce
addlicense.yml 67139ef91b dev(tools): add license header adder thingy 10 ay önce
docker-compose.yml 8f4eb5627b Update instructions & docker-compose to reflect production paths 1 yıl önce
eslint.config.js 40ea2a3f02 Revert "Created test cases for issue #878 " 5 ay önce
exports.js 6a184d52b4 Update copyright notice dates in license headers 4 ay önce
package-lock.json 5ed2f39ec7 dev: add Amazon SNS integration 4 ay önce
package.json 0cb1ca7989 chore: date and update version 4 ay önce
rust-toolchain.toml b145e30a90 feat: v86 9p server support 7 ay önce

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 · Reddit · X (Twitter)

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


🚀 Self-Hosting

For detailed guides on self-hosting Puter, including configuration options and best practices, see our Self-Hosting Documentation.


☁️ 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