piku: The tiniest PaaS you’ve ever seen

piku is a lightweight alternative to Heroku/CloudFoundry for deploying applications on small servers like ARM boards. It supports multiple applications per host, scaling independently on ARM and Intel architectures, and on any cloud provider or bare metal that can run Python, nginx, and uwsgi. The workflow is similar to Heroku: create a git SSH remote, push your code, and piku handles runtime and dependencies automatically. It also supports virtual hosts, SSL, caching, static paths, and works on various POSIX-like environments. piku prioritizes running on low-end devices, is accessible to hobbyists and schools, and maintains a simple user experience with sensible defaults.

https://github.com/piku/piku

To top