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 APK

Allow "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 iPad

Open 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

  1. Install Expo Go from the App Store.
  2. On the dev Mac, in print-app, run npx expo start.
  3. 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.

Download dev APK

Not for the tills. Use the build above for anything taking real orders.