Sin descripción

KernelDeimos 511cbcf054 release: v2.4.1 hace 10 meses
.github e5243ec560 Delete .github/ISSUE_TEMPLATE/driver-request.md hace 10 meses
awesome f006c9ed26 Rename #DoesItRunPuter?.md to #DoesItRunPuter.md hace 10 meses
doc 6c4c73a9e8 Add documentation instructions to get started with My Websites hace 10 meses
experiments 6728dd2571 dev(license-headers): fix excludes list hace 10 meses
mods bda4aed2e8 chore: add missing license headers hace 10 meses
src cff488f4f4 Update bn.js file formatting hace 10 meses
tools 511cbcf054 release: v2.4.1 hace 10 meses
volatile 384a1534ec Release backend 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 511cbcf054 release: v2.4.1 hace 10 meses
CONTRIBUTING.md 40c2e3f442 Add April-1st-appropriate commit message guidelines hace 1 año
Dockerfile 10d77f17aa retry npm 3 times to account for the flakiness of the process hace 10 meses
LICENSE.txt fa42b0871e Initial commit hace 1 año
README.md e96bba850f move `#DoesItRunPuter` from `README.md` to `./awesome` 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
addlicense.yml 67139ef91b dev(tools): add license header adder thingy hace 10 meses
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 bda4aed2e8 chore: add missing license headers hace 10 meses
package-lock.json d0a5a57c88 dev(tools): add conflict prompt to license-headers hace 10 meses
package.json 511cbcf054 release: v2.4.1 hace 10 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
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.


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.