Local-first automation ecosystem
Self-hosted tools that run on your own PC. No cloud, no subscriptions, no nonsense.
Host-it is a lightweight, local-first automation ecosystem designed to run on a repurposed old PC running Linux. All projects are simple, modular, and built to work without cloud dependencies. Each tool does one job and does it well — no bloat, no external APIs, no subscriptions.
The ecosystem runs entirely on your own hardware. A 4th-gen i3 with 4GB RAM on Ubuntu is enough to run the full stack simultaneously. Python stdlib is the primary dependency — no pip installs required for most projects.
Each Host-it project follows the same pattern:
push.sh.
Every project follows the same setup pattern:
For LAN access, find your machine's IP with hostname -I
and open http://<ip>:<port>
on any device on the network.