Žiadny popis

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

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