Puter is an advanced, open-source internet operating system designed to be feature-rich, fast, and highly extensible. It provides a comprehensive environment that you can host yourself, giving you full control over your data and applications. It can be used in several powerful ways:
Getting started is straightforward, with options for local development, Docker, and Docker Compose. For more advanced setups, detailed guides are available for self-hosting. A hosted version is also available for immediate use.
services:
puter:
container_name: puter
image: ghcr.io/heyputer/puter:latest
restart: unless-stopped
ports:
- "4100:4100"
volumes:
- ./config:/etc/puter
- ./data:/var/puter
# No sensitive environment variables are required for the default Puter setup.
# Advanced configurations (e.g., OAuth, S3 storage) can be added here if needed.
Auto-fetched about 21 hours ago
Auto-fetched about 21 hours ago