Uwezo — offline Sango voice guide for CAR (health centre prep pilot)
# Uwezo
**Offline, accessibility-first guide** — prepare for a health centre visit.
One idea per screen. Large icons. Spoken steps. No internet required.
**Made by Grok** (prototype voice — not studio human recordings).
## Downloads (signed releases)
See the latest **GitHub Release** for:
| File | Language |
|------|----------|
| `Uwezo-en-v0.4.0-a11y.apk` | English |
| `Uwezo-fr-v0.4.0-a11y.apk` | French |
| `Uwezo-pt-v0.4.0-a11y.apk` | Portuguese |
Package IDs: `tech.mkweli.uwezo.en` / `.fr` / `.pt`
Checksums: `releases/SHA256SUMS.txt`
## Product principles
- **One APK per language** — install the file that matches the user
- **Equal quality** across EN / FR / PT
- **Voice + large targets** for low literacy
- **Offline-only** (no INTERNET permission)
- **Not a medical device** — preparation checklist only
## Build from source
```bash
cp local.properties.example local.properties # set sdk.dir=
./gradlew :app:assembleEnRelease :app:assembleFrRelease :app:assemblePtRelease
```
Requires a release keystore at `keystores/uwezo-release.jks` (not in git).
## License
MIT