Afro app icon

Install Afro on your phone

Adds an Afro icon to your home screen with a full-screen, app-like experience.

Android (Chrome)
  1. Open this page in Chrome.
  2. Tap the menu, top right.
  3. Choose Add to Home screen Install.
  4. Open Afro from the new home-screen icon and sign in.
iPhone (Safari)
  1. Open this page in Safari.
  2. Tap the Share button.
  3. Scroll and tap Add to Home Screen, then Add.
  4. Allow location access so clock-in can verify your site.
Share with employees

Send staff this link and have them follow the steps for their phone:

/install

Employees sign in with the email and password an administrator created for them in Admin → Employees.

Prefer a real .apk file?

A native Android wrapper is included in the project (Capacitor). Build a signed installable app-release.apk on your computer with:

bun install && bunx cap add android && cd android && ./gradlew assembleRelease

Full step-by-step instructions, including keystore signing, are in ANDROID_APK.md in the project root.