Skip to content
patilyashh edited this page Aug 6, 2026 · 2 revisions

XPENC Wiki

XPENC is an offline-first personal finance app for Android. Your accounts, transactions, budgets and dues live in a local database on your phone — nothing is ever uploaded, because there is no server.

Latest release: v1.3.0 — passcode lock, home screen widget, savings goals, tags & receipts, shopping lists, durable automatic backups, and more. A v1.3.1 beta (biweekly recurring rules, screenshot blocking) is on the BETA branch, not yet released.

Start here

  • Getting Started — installing XPENC and setting up your first accounts.
  • Features — every feature, how it works, and where to find it.
  • FAQ — common questions, answered straight.

Using the app

Project

Quick links

Good to know

  • Offline by design. XPENC requests no internet and no SMS permission. Your data leaves the phone only when you export or share it.
  • Your data survives updates. The database migrates itself in place, so installing a newer version over an older one keeps everything. See the Upgrade Guide.
  • Money is exact. Every amount is stored as an integer number of minor units (paise/cents) — never a floating-point number, so totals never drift by a rounding error.
  • Net worth = the sum of all account balances. A transfer between your own accounts never changes it; income raises it; expense lowers it. That invariant is enforced everywhere in the app — see Features.

Clone this wiki locally