|
il y a 10 mois | |
---|---|---|
.github | il y a 10 mois | |
awesome | il y a 10 mois | |
doc | il y a 10 mois | |
experiments | il y a 10 mois | |
mods | il y a 10 mois | |
src | il y a 10 mois | |
tools | il y a 10 mois | |
volatile | il y a 1 an | |
.dockerignore | il y a 1 an | |
.env.example | il y a 1 an | |
.gitattributes | il y a 1 an | |
.gitignore | il y a 1 an | |
.is_puter_repository | il y a 1 an | |
CHANGELOG.md | il y a 10 mois | |
CONTRIBUTING.md | il y a 1 an | |
Dockerfile | il y a 10 mois | |
LICENSE.txt | il y a 1 an | |
README.md | il y a 10 mois | |
SECURITY-ACKNOWLEDGEMENTS.md | il y a 1 an | |
SECURITY.md | il y a 1 an | |
addlicense.yml | il y a 10 mois | |
docker-compose.yml | il y a 1 an | |
eslint.config.js | il y a 10 mois | |
exports.js | il y a 10 mois | |
package-lock.json | il y a 10 mois | |
package.json | il y a 10 mois |
« LIVE DEMO »
Puter.com
·
SDK
·
Discord
·
Reddit
·
X (Twitter)
·
Bug Bounty
Puter is an advanced, open-source internet operating system designed to be feature-rich, exceptionally fast, and highly extensible. Puter can be used as:
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).
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
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 is available as a hosted service at puter.com.
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!
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.