Skip to content

Latest commit

 

History

History
90 lines (62 loc) · 2.4 KB

README.md

File metadata and controls

90 lines (62 loc) · 2.4 KB

Finlight

Finlight is a simple personal finance app.

Features

  • 🔐 Local and privacy first, you 100% own your data.
  • 🏦 Multi-account.
  • 💱 Multi-currency support with currency normalisation.
  • 💸 Track income, expenses and account transfers (double-entry).
  • 📊 Insights.
  • 💰 Budgeting.
  • 🙌 Cross platform: Linux, Windows and Mac.
  • 🧾 Receits and transaction attachments.

Installation

MacOS

  1. Download the darwin zip file for the latest release.
  2. Extract the zip file.
  3. The app is unsigned, so you have to run xattr -c ~/Downloads/Finlight.app.
  4. Move the app to the Applications folder.

Windows

  1. Download the Setup.exe file for the latest release.
  2. Run it and give it permissions to install.

Technologies

Getting started

Clone the repo

git clone git@github.com:dsaltares/finlight-electron.git

Install dependencies

yarn

Run the app

yarn start

Screenshots

Check your overall balance normalised to a common currency. Accounts

Powerful transaction search with detailed filters. Transactions Transactions

Attach files to transactions to save your receipts. Transaction attachments

Visualise where your money goes, where it comes from and track it over time. Insights

Manage your budget on a monthly, quarterly or yearly basis. Budget

Easily create CSV importer for any bank CSV statement format. CSV import

Auto-categorise transactions on CSV import via keywords. Categories

Refresh exchange rates via Polygon.io with your own API key. exchange rates

License

Finlight is licensed under MIT.