Muster POS runs the counter, the kitchen printer, the card terminal and the online orders for a working cafe in Canberra. It was built for that shop first, which is why it covers the parts most systems leave to somebody else.
The real application, seeded with sample data. No signup. Pick a name on the sign in screen, then the PIN: Staff 1111, Manager 1234, Admin 0000. The data resets every night.
Split by amount or by item, per item discounts, order level adjustments and card surcharge.
Till sessions, cash movements and a Z report that accounts for every refund and payout.
Receipts and kitchen dockets to thermal printers, with a reprint queue when a printer drops off the network so no docket is silently lost.
The till is a local application on a machine in the shop. An outage upstream does not stop a sale.
Linkly on premises over TCP/IP, so the amount goes to the terminal instead of being keyed in twice. Signature and operator prompts are answered on the till.
Supported on the same code path, switched from the admin screen.
If the power goes out mid sale, the till asks the terminal what actually happened when it comes back, instead of guessing. A payment whose outcome is genuinely unknown is recorded as unknown, never quietly as a failure, because that is what leads to a card being charged twice.
A customer ordering page with pickup times, paid online and sent straight to the kitchen.
Stamp cards that work at the counter and online, and table bookings including recurring ones.
Sales, product mix, payment reconciliation, rosters and timesheets.
The shop computer switches itself back on when the power returns, and the till starts without anyone signing in. Tested by pulling the plug at the wall.
After every restart it checks the till is actually serving, and sends an alert saying what broke if it is not. If the machine never checks in at all, the silence raises the alarm.
Updates install after close. The tests run before the till is touched, and an update that leaves the till unhealthy is rolled back automatically.
A backup every night, kept on the machine and off site, and each one is read back before it counts. Four times a year the newest is rebuilt into a test copy of the shop.
In use every day at Ichi Cafe in Kippax, ACT, taking card payments on Square Terminal and orders online.
Accredited by Linkly for on premises EFTPOS over TCP/IP, and listed on the Linkly accredited POS directory since September 2026. It is built and maintained by one developer, so it moves at the pace of the shop it runs.