Sin descripción

KernelDeimos a1ff375931 doc: update comment_prefixes.md hace 10 meses
.github 1f3eb08a70 chore: remove eslint hace 10 meses
.vscode 4d30740198 fix: typographical errors :bug: hace 1 año
doc a1ff375931 doc: update comment_prefixes.md hace 10 meses
experiments 50036e954d dev: add js-parse-and-output experiment hace 10 meses
mods a0f4292072 test: add more test scenarios for sharing hace 10 meses
src d3a9ba847a Move icon credits to the GUI project directory hace 10 meses
tools 47f76ccc89 dev: add file walker hace 10 meses
volatile 384a1534ec Release backend hace 1 año
.commit 30f17ade3a fix: use primary read in signup hace 1 año
.dockerignore 9bb221a0d7 Fix Dockerfile hace 1 año
.env.example 05d4a28adc chore: format content :pencil: hace 1 año
.gitattributes fa42b0871e Initial commit hace 1 año
.gitignore 01b7e523d0 chore: comment and fine tune `.gitignore` settings :hammer: hace 1 año
.is_puter_repository 384a1534ec Release backend hace 1 año
CHANGELOG.md 1f659f7c01 chore: fix release-please version hace 10 meses
CONTRIBUTING.md 40c2e3f442 Add April-1st-appropriate commit message guidelines hace 1 año
Dockerfile 6603c45093 sync: update gui paths in Dockerfile hace 10 meses
LICENSE.txt fa42b0871e Initial commit hace 1 año
README.md d3a9ba847a Move icon credits to the GUI project directory hace 10 meses
SECURITY-ACKNOWLEDGEMENTS.md 0e13c8631f Update SECURITY-ACKNOWLEDGEMENTS.md to add Tim's GitHub hace 1 año
SECURITY.md 5acdf8d2fe Create SECURITY.md hace 1 año
dev-server.js 5f18032737 Migrate to JavaScript modules hace 1 año
docker-compose.yml 8f4eb5627b Update instructions & docker-compose to reflect production paths hace 1 año
eslint.config.js 2a91edb965 chore: add Buffer to eslint hace 10 meses
exports.js 384a1534ec Release backend hace 1 año
l_checker_config.json 384a1534ec Release backend hace 1 año
package-lock.json 50036e954d dev: add js-parse-and-output experiment hace 10 meses
package.json 50036e954d dev: add js-parse-and-output experiment hace 10 meses
run-selfhosted.js 85c6798448 fix: Make polyfilled import.meta.filename getter a valid function hace 11 meses

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
cp .env.example .env
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

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


☁️ Puter.com

Puter is available as a hosted service at puter.com.


License

This repository is licensed under AGPL-3.0; However, our SDK (puter.js) is also available under Apache 2.0, as indicated by the license file in that section (packages/puter-js) of this repository.


#DoesItRunPuter