Ingen beskrivning

KernelDeimos 203669a79f release: v2.4.2 10 månader sedan
.github 452b7495b1 use `app-request` as label for `app idea` issues 10 månader sedan
awesome f006c9ed26 Rename #DoesItRunPuter?.md to #DoesItRunPuter.md 10 månader sedan
doc 6c4c73a9e8 Add documentation instructions to get started with My Websites 10 månader sedan
experiments 6728dd2571 dev(license-headers): fix excludes list 10 månader sedan
mods bda4aed2e8 chore: add missing license headers 10 månader sedan
src 5d58764316 Use join. to build target path 10 månader sedan
tools 203669a79f release: v2.4.2 10 månader sedan
volatile 384a1534ec Release backend 1 år sedan
.dockerignore 9bb221a0d7 Fix Dockerfile 1 år sedan
.env.example 05d4a28adc chore: format content :pencil: 1 år sedan
.gitattributes fa42b0871e Initial commit 1 år sedan
.gitignore 01b7e523d0 chore: comment and fine tune `.gitignore` settings :hammer: 1 år sedan
.is_puter_repository 384a1534ec Release backend 1 år sedan
CHANGELOG.md 203669a79f release: v2.4.2 10 månader sedan
CONTRIBUTING.md 40c2e3f442 Add April-1st-appropriate commit message guidelines 1 år sedan
Dockerfile 5a4328e449 Update Dockerfile 10 månader sedan
LICENSE.txt fa42b0871e Initial commit 1 år sedan
README.md 9d8a46814d Merge pull request #597 from bryanthaboi/main 10 månader sedan
SECURITY-ACKNOWLEDGEMENTS.md 747d7dea89 Update SECURITY-ACKNOWLEDGEMENTS.md 10 månader sedan
SECURITY.md 5acdf8d2fe Create SECURITY.md 1 år sedan
addlicense.yml 67139ef91b dev(tools): add license header adder thingy 10 månader sedan
docker-compose.yml 8f4eb5627b Update instructions & docker-compose to reflect production paths 1 år sedan
eslint.config.js 2a91edb965 chore: add Buffer to eslint 10 månader sedan
exports.js bda4aed2e8 chore: add missing license headers 10 månader sedan
package-lock.json 2a5cec7ee9 fix: add necessary iframe attributes for co isolation 10 månader sedan
package.json ae25711a13 update package.json for local testing 10 månader sedan

README.md

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

« LIVE DEMO »

Puter.com · SDK · Discord · 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://localhost:4000 (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.


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.