A calm food diary for Android. Log a meal with photos or text, get an editable calorie and macro estimate, and clarify the details in conversation.
Download for Android · Release history · Report an issue
- Capture or choose meal photos, describe food in text, or enter nutrition manually.
- Review daily calories, protein, carbohydrates, and fat alongside your goals.
- Correct portions, ingredients, nutrition, and meal times yourself or with the assistant.
- Answer clarification questions, inspect assistant changes, and undo supported actions.
- Use English or Russian, the Android capture widget, and configurable notifications and units.
- Export and import your meal history, photos, and conversations.
- Download the arm64 APK from GitHub Releases and install it on a compatible Android phone. Android may ask you to allow installation from your browser or file manager.
- Complete setup and connect your ChatGPT account through the browser. OpenAI Codex is the currently implemented AI provider.
- Tap Add meal, take or choose a photo, or describe the meal. Review the estimate and answer any remaining questions.
Upgrading from 1.1.x? Follow the data-transfer guide before removing your old installation.
Meal history and photos are stored locally; captured photos do not automatically enter your gallery. Photos and relevant meal or conversation content are sent to the connected AI provider when needed. Credentials use the operating system's secure storage and are excluded from backups.
Nutrition values are AI estimates that you can correct. Analysis requires network access; Android may interrupt background work, and queued processing can resume later. Barcode scanning and health-platform synchronization are not implemented.
The production app uses Expo, React Native, and TypeScript. A native Android build is required; Expo Go cannot run all app modules.
cd mobile
npm ci
npm run check
npm test
npm run androidSee development and releases for prerequisites and APK builds, and contributing for changes and bug reports.
| Path | Purpose |
|---|---|
mobile/ |
Production Android app, native modules, and build tooling |
docs/ |
Product, design, domain, and development documentation |
.github/ |
CI, releases, and contribution templates |
MIT. The original Expo copyright notice is preserved. Dependencies retain their own licenses.