Aucune description

KernelDeimos 1f659f7c01 chore: fix release-please version il y a 10 mois
.github 1f3eb08a70 chore: remove eslint il y a 10 mois
.vscode 4d30740198 fix: typographical errors :bug: il y a 1 an
doc 45840067f9 Update readme and put self-hosting instructions in a separate document il y a 10 mois
incubator f1dedf5a74 Proper order for moving the compressed file into the static directory il y a 1 an
mods a0f4292072 test: add more test scenarios for sharing il y a 10 mois
src 1f659f7c01 chore: fix release-please version il y a 10 mois
tools d3f3e089d3 sync: update check-translations.js il y a 10 mois
volatile 384a1534ec Release backend il y a 1 an
.commit 30f17ade3a fix: use primary read in signup il y a 1 an
.dockerignore 9bb221a0d7 Fix Dockerfile il y a 1 an
.env.example 05d4a28adc chore: format content :pencil: il y a 1 an
.gitattributes fa42b0871e Initial commit il y a 1 an
.gitignore 01b7e523d0 chore: comment and fine tune `.gitignore` settings :hammer: il y a 1 an
.is_puter_repository 384a1534ec Release backend il y a 1 an
CHANGELOG.md 1f659f7c01 chore: fix release-please version il y a 10 mois
CONTRIBUTING.md 40c2e3f442 Add April-1st-appropriate commit message guidelines il y a 1 an
Dockerfile 6603c45093 sync: update gui paths in Dockerfile il y a 10 mois
LICENSE.txt fa42b0871e Initial commit il y a 1 an
README.md fdea7907be Update screenshot in README.md il y a 10 mois
SECURITY-ACKNOWLEDGEMENTS.md 0e13c8631f Update SECURITY-ACKNOWLEDGEMENTS.md to add Tim's GitHub il y a 1 an
SECURITY.md 5acdf8d2fe Create SECURITY.md il y a 1 an
dev-server.js 5f18032737 Migrate to JavaScript modules il y a 1 an
docker-compose.yml 8f4eb5627b Update instructions & docker-compose to reflect production paths il y a 1 an
eslint.config.js 2a91edb965 chore: add Buffer to eslint il y a 10 mois
exports.js 384a1534ec Release backend il y a 1 an
l_checker_config.json 384a1534ec Release backend il y a 1 an
package-lock.json c84e15ba20 chore(main): release 1.0.0 il y a 10 mois
package.json c84e15ba20 chore(main): release 1.0.0 il y a 10 mois
run-selfhosted.js 85c6798448 fix: Make polyfilled import.meta.filename getter a valid function il y a 11 mois

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


Credits

The default wallpaper is created by Milad Fakurian and published on Unsplash.

Icons by Papirus under GPL-3.0 license.

Icons by Iconoir under MIT license.

Icons by Elementary Icons under GPL-3.0 license.

Icons by Tabler Icons under MIT license.

Icons by bootstrap-icons under MIT license.