Type something to search...
Actual Budget

Actual Budget

Actual Budget

11.8k 908
01 May, 2024
  TypeScript

What is Actual Budget ?

Actual budget is a local-first personal finance tool. It is 100% free and open-source, written in NodeJS, it has a synchronization element so that all your changes can move between devices without any heavy lifting.

demo



Installation

If you are only interested in running the latest version and not contributing to the source code, you don’t need to clone this repo. You can get the latest version through npm.

The easiest way to get Actual running is to use the actual-server project. That is the server for syncing changes across devices, and it comes with the latest version of Actual. The server will provide both the web project and a server for syncing.

You can get up and running quickly and easily by following our Running Actual Locally Guide


Code structure

The Actual app is split up into a few packages:

  • loot-core - The core application that runs on any platform
  • desktop-client - The desktop UI
  • desktop-electron - The desktop app

More information on the project structure is available in our community documentation.