|
10 ay önce | |
---|---|---|
.github | 10 ay önce | |
.vscode | 1 yıl önce | |
doc | 10 ay önce | |
incubator | 1 yıl önce | |
mods | 10 ay önce | |
src | 10 ay önce | |
tools | 10 ay önce | |
volatile | 1 yıl önce | |
.commit | 1 yıl önce | |
.dockerignore | 1 yıl önce | |
.env.example | 1 yıl önce | |
.gitattributes | 1 yıl önce | |
.gitignore | 1 yıl önce | |
.is_puter_repository | 1 yıl önce | |
CHANGELOG.md | 10 ay önce | |
CONTRIBUTING.md | 1 yıl önce | |
Dockerfile | 10 ay önce | |
LICENSE.txt | 1 yıl önce | |
README.md | 10 ay önce | |
SECURITY-ACKNOWLEDGEMENTS.md | 1 yıl önce | |
SECURITY.md | 1 yıl önce | |
dev-server.js | 1 yıl önce | |
docker-compose.yml | 1 yıl önce | |
eslint.config.js | 10 ay önce | |
exports.js | 1 yıl önce | |
l_checker_config.json | 1 yıl önce | |
package-lock.json | 10 ay önce | |
package.json | 10 ay önce | |
run-selfhosted.js | 11 ay önce |
« 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.
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.