
About
Version, build, and storage details for another.money.
What this is
A cross-platform rebuild of anMoney, a discontinued 2014 Android personal-finance app. The data model and ledger semantics are faithful to the original; the UI is reworked for modern iOS / Android / Web.
Build
- Version — the semver from
app.json. - Built — the timestamp the bundle was built at (
dev
in development).
- Commit — the short git SHA the bundle was built from
(dev in development).
- Platform — iOS / Android / Web.
- Expo SDK — the major Expo runtime version.
Storage
- Storage engine —
op-sqliteon native;
wa-sqlite + IndexedDB on web.
- Encryption — SQLCipher (AES-256-CBC pages + HMAC-SHA512;
PBKDF2-HMAC-SHA512 at 600 000 iterations) on native; AES-GCM-256 snapshot with Argon2id KDF (OWASP 2023 params: 64 MB / 3 iter / parallelism 1) on web.
- Schema version — current database schema constant.
- Prefs version — current app-prefs persist version.
Status
Alpha. Local-first, optional cloud sync, encryption opt-in on native builds. Expect rough edges; reports welcome.