Compass Financial icon
Compass Financial icon

Compass Financial

A free, open-source Windows and macOS desktop finance tool that imports bank CSV and spreadsheet exports without bank logins or cloud sync. It stores records in an encrypted local database and provides cash flows, transfer-aware reports, and depth-based net worth trends.

Compass Financial screenshot 1

Cost / License

  • Free
  • Open Source (MIT)

Application type

Platforms

  • Mac  Still Unsigned and in Beta. Pending Apple Signing Certificate
  • Windows  Signed and Fully Trustworthy
0likes
0articles

Features

Properties

  1.  Privacy focused

Features

  1.  Goal Tracking
  2.  Dark Mode
  3.  No registration required
  4.  Cash Flow Analysis
  5.  Works Offline
  6.  Bank integration
  7.  Ad-free
  8.  End-to-End Encryption
  9.  Import CSV Data
  10.  Recurring Billing
  11.  Multiple Account support

Compass Financial News & Activities

Highlights All activities

Recent activities

Compass Financial information

AlternativeTo Categories

Business & CommerceOffice & ProductivitySecurity & Privacy

GitHub repository

  •  3 Stars
  •  0 Forks
  •  0 Open Issues
  •   Updated  
View on GitHub
Compass Financial was added to AlternativeTo by tylahfam on and this page was last updated . Compass Financial is sometimes referred to as Compass
No comments or reviews, maybe you want to be first?

Official Links

What is Compass Financial?

I built this because I wanted to see where my money goes without giving a startup my banking credentials.

Compass reads the CSV and spreadsheet exports your bank already gives you. There is no aggregator, no server, no account, and no subscription. Everything lives in a SQLCipher AES-256 database in your own user profile, with the key in Windows Credential Manager or the macOS Keychain.

The obvious tradeoff: you have to export the file yourself. There is no sync, and no live balances. If that is a dealbreaker, Monarch or Mint are genuinely good and you should use it.

What I think is actually interesting, beyond the privacy angle:

  • Net worth is drawn as depth. Zero is a waterline; what you own sits above it, what you owe hangs below. If you are underwater, it measures the pace you have actually been climbing at over six months and projects the month you cross zero. It refuses to guess: three months of data minimum, and if the trend is flat or falling it says so instead of inventing a date.
  • A flow map that traces one month of money from paychecks through accounts out to bills, categories, cards and savings, with transfers paired from both sides so nothing is counted twice.
  • Interest paid and earned, read from the interest lines on your statements rather than estimated.

Stack is Tauri 2, React 19, Rust, SQLite with SQLCipher. The financial logic lives in pure, unit-tested modules, which matters more than usual when the output is someone's money.

MIT licensed. Windows builds are code-signed; macOS is still unsigned and beta.