Memoire Print
Install builds for the till and order terminals.
Android — till or terminal
The full app. Only Android can drive the USB thermal printer, so the device with the printer plugged in must be an Android tablet.
Download APKAllow "install from unknown sources" when prompted. Set the role under Settings: Till if this device has the printer, Terminal if not.
iPad — terminal only
An iPad cannot reach a USB printer — iOS gives apps no USB host access. It runs as a terminal: it takes orders and the Android till prints them.
Install on iPadOpen this page in Safari — the install link does nothing in Chrome. Only the registered iPad can install it; any other device will just say "unable to install".
This is a dev client build: after installing, turn on
Settings → Privacy & Security → Developer Mode and reboot. It then needs
npx expo start running on the dev Mac, same Wi-Fi, to load the app.
Any iPhone/iPad, nothing registered
- Install Expo Go from the App Store.
- On the dev Mac, in
print-app, runnpx expo start. - Same Wi-Fi, scan the QR code with the camera.
No signing, no Developer Mode. Handy for a device that isn't on the provisioning profile.
Android — dev client
A developer build, signed with a different key, so it installs
alongside the live app rather than replacing it. It ships no
JavaScript: it needs npx expo start running on the dev Mac,
on the same Wi-Fi, before it will load anything.
Not for the tills. Use the build above for anything taking real orders.