|
hace 10 meses | |
---|---|---|
.github | hace 10 meses | |
.vscode | hace 1 año | |
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 | |
.commit | 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 | |
dev-server.js | hace 1 año | |
docker-compose.yml | hace 1 año | |
eslint.config.js | hace 10 meses | |
exports.js | hace 1 año | |
l_checker_config.json | hace 1 año | |
package-lock.json | hace 10 meses | |
package.json | hace 10 meses | |
run-selfhosted.js | hace 11 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
cp .env.example .env
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.
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.