OfflineAid is a multilingual offline-first resilience app: local knowledge packs and on-device models help when the network is missing or unsafe to rely on. It is built with Expo and React Native, with custom native modules under modules/ for LiteRT and on-device perception.
- docs/README.md — index of operator and technical guides (verification, native builds, packs, models).
- Node.js and npm (see
package.jsonfor tooling alignment). - For full functionality (camera, speech, LiteRT): a development build — custom native modules are not available in the stock Expo Go app. See docs/NATIVE.md.
git clone <repository-url>
cd offlineaid
npm ci
npx expo startUse a dev client from npm run android or npm run ios when testing native features. See docs/OPERATOR.md for the full verification matrix.
npm run lint
npm run typecheck
npm testContinuous integration for these steps is planned after Phase 6; local runs are the current gate.
GPL-3.0-or-later (see repository headers and package.json).