scottrobertson / balancebar

View your bank balances in your Menu Bar.

Home Page:https://balancebar.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Balance Bar

View your bank balances and transactions in your Menu Bar using Open Banking.

Balance Bar in light mode Balance Bar in dark mode
  • Uses Open Banking (via TrueLayer)
  • All data is stored and processed locally, no third party servers involved (other than TrueLayer, obviously)
  • Secrets stored in Keychain
  • Supports all TrueLayer supported banks in the UK, France, Germany, Spain and more.
  • Automatic Dark Mode
  • Refresh balances on-demand, or every hour automatically
  • Multiple accounts per bank
  • Easily copy your balance
  • View your latest 7 days of transactions

Install

Homebrew

You can install Balance Bar via Homebrew by running:

brew install --cask scottrobertson/tap/balancebar

Download

If you want to install it manually, head over to Releases to download the application.

Development

# Clone this repo

# Install dependencies
yarn install

# Start the app
yarn dev

# build electron application for production
yarn build

# lint all JS/Vue component files in `src/`
yarn lint

About

View your bank balances in your Menu Bar.

https://balancebar.app

License:MIT License


Languages

Language:JavaScript 56.4%Language:Vue 42.5%Language:EJS 1.0%Language:CSS 0.1%