Нема описа

KernelDeimos 67139ef91b dev(tools): add license header adder thingy пре 10 месеци
.github e5243ec560 Delete .github/ISSUE_TEMPLATE/driver-request.md пре 10 месеци
.vscode 4d30740198 fix: typographical errors :bug: пре 1 година
doc 6c4c73a9e8 Add documentation instructions to get started with My Websites пре 10 месеци
experiments bda4aed2e8 chore: add missing license headers пре 10 месеци
mods bda4aed2e8 chore: add missing license headers пре 10 месеци
src 31748506b7 Create ja.js for Japanese Translation пре 10 месеци
tools 67139ef91b dev(tools): add license header adder thingy пре 10 месеци
volatile 384a1534ec Release backend пре 1 година
.dockerignore 9bb221a0d7 Fix Dockerfile пре 1 година
.env.example 05d4a28adc chore: format content :pencil: пре 1 година
.gitattributes fa42b0871e Initial commit пре 1 година
.gitignore 01b7e523d0 chore: comment and fine tune `.gitignore` settings :hammer: пре 1 година
.is_puter_repository 384a1534ec Release backend пре 1 година
CHANGELOG.md 1f659f7c01 chore: fix release-please version пре 10 месеци
CONTRIBUTING.md 40c2e3f442 Add April-1st-appropriate commit message guidelines пре 1 година
Dockerfile 10d77f17aa retry npm 3 times to account for the flakiness of the process пре 10 месеци
LICENSE.txt fa42b0871e Initial commit пре 1 година
README.md 5e4582dda6 Update README.md пре 10 месеци
SECURITY-ACKNOWLEDGEMENTS.md 0e13c8631f Update SECURITY-ACKNOWLEDGEMENTS.md to add Tim's GitHub пре 1 година
SECURITY.md 5acdf8d2fe Create SECURITY.md пре 1 година
addlicense.yml 67139ef91b dev(tools): add license header adder thingy пре 10 месеци
docker-compose.yml 8f4eb5627b Update instructions & docker-compose to reflect production paths пре 1 година
eslint.config.js 2a91edb965 chore: add Buffer to eslint пре 10 месеци
exports.js bda4aed2e8 chore: add missing license headers пре 10 месеци
package-lock.json 67139ef91b dev(tools): add license header adder thingy пре 10 месеци
package.json 3a7221dba5 chore: cleanup root directory пре 10 месеци

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!


#DoesItRunPuter


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.