Bez popisu

KernelDeimos fd86934bc9 feat: add method to list models před 8 měsíci
.github 8a5302c8e2 Merge pull request #619 from secondtruth/issue-template-meta před 9 měsíci
awesome f006c9ed26 Rename #DoesItRunPuter?.md to #DoesItRunPuter.md před 10 měsíci
badges 6cfea963a0 Add badges před 9 měsíci
doc 617d7d7f55 Merge pull request #706 from yanniro2/main před 8 měsíci
experiments 6728dd2571 dev(license-headers): fix excludes list před 10 měsíci
mods bda4aed2e8 chore: add missing license headers před 10 měsíci
src fd86934bc9 feat: add method to list models před 8 měsíci
tools c213b21bee move: BroadcastService to [+] BroadcastModule před 9 měsíci
volatile 384a1534ec Release backend před 1 rokem
.dockerignore 9bb221a0d7 Fix Dockerfile před 1 rokem
.env.example 05d4a28adc chore: format content :pencil: před 1 rokem
.gitattributes fa42b0871e Initial commit před 1 rokem
.gitignore 01b7e523d0 chore: comment and fine tune `.gitignore` settings :hammer: před 1 rokem
.is_puter_repository 384a1534ec Release backend před 1 rokem
CHANGELOG.md 203669a79f release: v2.4.2 před 10 měsíci
CONTRIBUTING.md 40c2e3f442 Add April-1st-appropriate commit message guidelines před 1 rokem
Dockerfile 5a4328e449 Update Dockerfile před 10 měsíci
LICENSE.txt fa42b0871e Initial commit před 1 rokem
README.md 702618f81d Add link to Tamil Readme in the English Readme před 8 měsíci
SECURITY-ACKNOWLEDGEMENTS.md 747d7dea89 Update SECURITY-ACKNOWLEDGEMENTS.md před 10 měsíci
SECURITY.md 5acdf8d2fe Create SECURITY.md před 1 rokem
addlicense.yml 67139ef91b dev(tools): add license header adder thingy před 10 měsíci
docker-compose.yml 8f4eb5627b Update instructions & docker-compose to reflect production paths před 1 rokem
eslint.config.js 2a91edb965 chore: add Buffer to eslint před 10 měsíci
exports.js bda4aed2e8 chore: add missing license headers před 10 měsíci
package-lock.json bdfdf2331b feat(puterai): add togetherai před 8 měsíci
package.json ae25711a13 update package.json for local testing před 10 měsíci

README.md

The Internet OS! Free, Open-Source, and Self-Hostable.

GitHub repo size GitHub Release GitHub License

« LIVE DEMO »

Puter.com · SDK · Discord · YouTube · 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
npm install
npm start

This will launch Puter at http://puter.localhost:4100 (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

Linux/macOS

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


Windows

mkdir -p puter
cd puter
New-Item -Path "puter\config" -ItemType Directory -Force
New-Item -Path "puter\data" -ItemType Directory -Force
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/HeyPuter/puter/main/docker-compose.yml" -OutFile "docker-compose.yml"
docker compose up


☁️ Puter.com

Puter is available as a hosted service at puter.com.


System Requirements

  • Operating Systems: Linux, macOS, Windows
  • RAM: 2GB minimum (4GB recommended)
  • Disk Space: 1GB free space
  • Node.js: Version 16+ (Version 22+ recommended)
  • npm: Latest stable version


Support

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!


License

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.


Translations