Getting going
Pango is one program and one file. There is no account to create, nothing to configure before it will start, and no connection required.
Try it with demo data
The fastest way to see whether it fits how you work. Nothing is written to disk.
- Download the binary for your machine
- Run
./pango --demo - Open
localhost:8099 - Sign in as
demo@pango.local/demopassword
Set it up for real
One command, one database file. The first account you create becomes the owner.
- Run
./pango --db /var/lib/pango/pango.db - Register the first account — this closes registration
- Add your buildings
- Create further users as an operator
Put it where people work
It binds to your own machine only, until you deliberately say otherwise.
- Office machine or NAS:
--addr 0.0.0.0:8099 - Tablets on the LAN reach it directly
- Off-site? See cloud & tunnelled nodes
- No network at all? A USB stick is a valid transport
The four things you will actually do
Every screenshot here is captured from the compiled binary in demo mode — nothing is mocked up.




Technical reference
These chapters carry honest status markers. Where something is specified but not built, the chapter says so at the top rather than describing it in the present tense.