Bez popisu

KernelDeimos 511cbcf054 release: v2.4.1 před 10 měsíci
.github e5243ec560 Delete .github/ISSUE_TEMPLATE/driver-request.md před 10 měsíci
awesome f006c9ed26 Rename #DoesItRunPuter?.md to #DoesItRunPuter.md před 10 měsíci
doc 6c4c73a9e8 Add documentation instructions to get started with My Websites před 10 měsíci
experiments 6728dd2571 dev(license-headers): fix excludes list před 10 měsíci
mods bda4aed2e8 chore: add missing license headers před 10 měsíci
src cff488f4f4 Update bn.js file formatting před 10 měsíci
tools 511cbcf054 release: v2.4.1 před 10 měsíci
volatile 384a1534ec Release backend před 1 rokem
.dockerignore 9bb221a0d7 Fix Dockerfile před 1 rokem
.env.example 05d4a28adc chore: format content :pencil: před 1 rokem
.gitattributes fa42b0871e Initial commit před 1 rokem
.gitignore 01b7e523d0 chore: comment and fine tune `.gitignore` settings :hammer: před 1 rokem
.is_puter_repository 384a1534ec Release backend před 1 rokem
CHANGELOG.md 511cbcf054 release: v2.4.1 před 10 měsíci
CONTRIBUTING.md 40c2e3f442 Add April-1st-appropriate commit message guidelines před 1 rokem
Dockerfile 10d77f17aa retry npm 3 times to account for the flakiness of the process před 10 měsíci
LICENSE.txt fa42b0871e Initial commit před 1 rokem
README.md e96bba850f move `#DoesItRunPuter` from `README.md` to `./awesome` před 10 měsíci
SECURITY-ACKNOWLEDGEMENTS.md 0e13c8631f Update SECURITY-ACKNOWLEDGEMENTS.md to add Tim's GitHub před 1 rokem
SECURITY.md 5acdf8d2fe Create SECURITY.md před 1 rokem
addlicense.yml 67139ef91b dev(tools): add license header adder thingy před 10 měsíci
docker-compose.yml 8f4eb5627b Update instructions & docker-compose to reflect production paths před 1 rokem
eslint.config.js 2a91edb965 chore: add Buffer to eslint před 10 měsíci
exports.js bda4aed2e8 chore: add missing license headers před 10 měsíci
package-lock.json d0a5a57c88 dev(tools): add conflict prompt to license-headers před 10 měsíci
package.json 511cbcf054 release: v2.4.1 před 10 měsíci

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.