apocly168 downloadsA local-first personal finance system that turns monthly bill exports into a unified, private, and reconcilable financial record—without daily bookkeeping.
Import your bills once a month. Understand where your money went, what changed in your assets, and whether the picture is complete.
Asset Track is a private, local personal finance tool for monthly settlement. It turns bills exported from payment platforms into one organized financial record, then helps you review spending, assets, loans, investments, and data gaps.
You do not need to record every purchase as it happens. Asset Track is built for a short, focused monthly review: import what already exists, resolve the few things that need your judgment, check the result, and move on.
[!IMPORTANT] Current recommended version: 1.9.0. This release makes the monthly review easier to follow: bill import is split into clear structure, mapping, and preview steps, while transaction warnings, grouped views, monthly progress, and reconciliation explanations are presented more compactly. It does not introduce a database or settings migration.
The guiding idea is simple: the system handles repetitive organization; you keep the final say.
Export your bills
↓
Import and map the fields
↓
Resolve exceptions and categories
↓
Update month-end assets, loans, and investments
↓
Reconcile and review the result
Asset Track is a good fit if you:
If the community directory is unavailable, download only main.js, manifest.json, and
styles.css from the same GitHub Release and place them in
<Vault>/.obsidian/plugins/asset-track/.
Cmd/Ctrl + P to open the command palette, then run Asset Track: Open editor.Your financial data stays in the folder you choose inside your vault. Asset Track does not require an account or track financial behavior. It does not contact a server unless you explicitly configure and use the optional AI classifier; only the selected rows and category definitions needed for that request are sent to the endpoint you choose. Backups and restores are initiated by you, and disabling or uninstalling the plugin does not delete your database or backups.
Obsidian may show a Direct Filesystem Access warning because Asset Track uses desktop SQLite and local file operations. This access is used to create and open the SQLite database, keep SQLite sidecar files safe, create protection snapshots before migrations or restores, and export or restore complete backups.
The warning describes the capability class, not hidden behavior. Asset Track does not use it
to scan your vault or system. The normal database path is always the data directory you choose
inside the current vault: <dataDirectory>/accounting_system.db, with automatic protection
snapshots under <dataDirectory>/backups/. Files outside that directory are touched only when
you explicitly choose a backup export destination or restoration file.
Developer and maintainer documentation is indexed in the documentation reading guide. Release and build procedures are in the release guide.