|
hace 10 meses | |
---|---|---|
.github | hace 10 meses | |
awesome | hace 10 meses | |
doc | hace 10 meses | |
experiments | hace 10 meses | |
mods | hace 10 meses | |
src | hace 10 meses | |
tools | hace 10 meses | |
volatile | hace 1 año | |
.dockerignore | hace 1 año | |
.env.example | hace 1 año | |
.gitattributes | hace 1 año | |
.gitignore | hace 1 año | |
.is_puter_repository | hace 1 año | |
CHANGELOG.md | hace 10 meses | |
CONTRIBUTING.md | hace 1 año | |
Dockerfile | hace 10 meses | |
LICENSE.txt | hace 1 año | |
README.md | hace 10 meses | |
SECURITY-ACKNOWLEDGEMENTS.md | hace 1 año | |
SECURITY.md | hace 1 año | |
addlicense.yml | hace 10 meses | |
docker-compose.yml | hace 1 año | |
eslint.config.js | hace 10 meses | |
exports.js | hace 10 meses | |
package-lock.json | hace 10 meses | |
package.json | hace 10 meses |
« 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.