Keine Beschreibung

KernelDeimos 8848055f1b doc: update CONTRIBUTING.md vor 5 Monaten
.github d6307cc389 Create FUNDING.yml vor 6 Monaten
awesome 46263cc1ad Update #DoesItRunPuter.md vor 5 Monaten
badges 6cfea963a0 Add badges vor 9 Monaten
doc 9992252083 doc: add file structure image vor 5 Monaten
experiments 6728dd2571 dev(license-headers): fix excludes list vor 10 Monaten
extensions 05573dad51 tweak: load mods from extensions directory vor 6 Monaten
mods 3887ce05da dev: de-couple legacy mkdir and remove it vor 5 Monaten
src 8848055f1b doc: update CONTRIBUTING.md vor 5 Monaten
submodules f36718005f sync: add wiki as a submodule vor 6 Monaten
tools 5c3a65060d dev: include library functions in module docgen vor 5 Monaten
volatile 384a1534ec Release backend vor 1 Jahr
.dockerignore 9bb221a0d7 Fix Dockerfile vor 1 Jahr
.env.example 05d4a28adc chore: format content :pencil: vor 1 Jahr
.gitattributes fa42b0871e Initial commit vor 1 Jahr
.gitignore 01b7e523d0 chore: comment and fine tune `.gitignore` settings :hammer: vor 1 Jahr
.gitmodules f36718005f sync: add wiki as a submodule vor 6 Monaten
.is_puter_repository 384a1534ec Release backend vor 1 Jahr
CHANGELOG.md 203669a79f release: v2.4.2 vor 10 Monaten
CONTRIBUTING.md 8848055f1b doc: update CONTRIBUTING.md vor 5 Monaten
Dockerfile 5a4328e449 Update Dockerfile vor 10 Monaten
LICENSE.txt fa42b0871e Initial commit vor 1 Jahr
README.md f3d270ccbc fix: remove inactive links in README vor 5 Monaten
SECURITY-ACKNOWLEDGEMENTS.md 747d7dea89 Update SECURITY-ACKNOWLEDGEMENTS.md vor 10 Monaten
SECURITY.md 05169e9e1e minor documentation fixes vor 6 Monaten
addlicense.yml 67139ef91b dev(tools): add license header adder thingy vor 10 Monaten
docker-compose.yml 8f4eb5627b Update instructions & docker-compose to reflect production paths vor 1 Jahr
eslint.config.js 857c3b88b3 added fflate to lint check vor 7 Monaten
exports.js bda4aed2e8 chore: add missing license headers vor 10 Monaten
package-lock.json 9e5429b9ab dev: improve module docgen vor 5 Monaten
package.json 2d4312972a feat: automatically open the browser when starting Puter vor 5 Monaten
rust-toolchain.toml b145e30a90 feat: v86 9p server support vor 7 Monaten

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