From the README
Offline-first, bilingual (Greek/English) personal expense tracker with receipt OCR, voice input, and peer-to-peer sync.
Features
- Manual, OCR (Tesseract), and voice (Sherpa-ONNX) expense entry
- 23 bilingual categories with Greek/English names
- Budget tracking with compliance monitoring
- Receipt scanning with Greek receipt parser (AFM, VAT breakdown)
- P2P sync via CRDT change tracking (no cloud required)
- CSV export with BOM for Greek Excel compatibility
- JSON full-database export/import
- SQLite backup via VACUUM INTO
- Analytics: monthly summaries, spending trends, category breakdowns
- Store management with GPS location and visit tracking
- Midnight Silk dark theme design system
Changelog · v1.0.0 — 2026-03-13
- SQLite database with WAL mode, 8 tables, full migration system
- 23 bilingual categories (Greek/English) with icons and colors
- CRUD operations for expenses, categories, stores, budgets, tags, receipts
- Receipt line items with quantity, unit price, and category mapping
- Greek receipt OCR parser: AFM extraction, VAT breakdown, date/time parsing
- Voice expense parser: amount, description, store/category hints
- Budget tracking: weekly/monthly/yearly periods with compliance monitoring
- Analytics: monthly summaries, spending trends, category breakdowns, MoM comparison
- Store management: GPS coordinates, AFM lookup, nearest-store queries, visit tracking
- Tag system with many-to-many expense-tag relationships
- Payment method breakdown analytics
- Top expenses queries


