
Actual Budget, a budgeting application has announced that they are going open source which means that it will be 100% free, maintained by the community, and runs from your server (local or remote).
Actual Budget
Actual Budget is a free desktop application that is used for personal budgeting. Actual was founded by James Long in 2019.
Actual Budget embraces the idea of only budgeting for money that you have. If there is something that you are budgeting for in the future, you need to have the money to budget for it.
Actual Budget announced that it had gone open-source on April 29, 2022, and users were required to migrate to localhost. By the time of going open source, it had 810 paid subscribers.
Why open source?
James the founder of Actual Budget noted that he had decided to open source Actual because he did not have enough time and finance to support the project. He also disclosed that pressure (working even when sick to fix the project’s server issues) was beginning to affect his mental health.
Actual Budget has now stopped accepting new subscribers. Mobile apps are also going to be deprecated.
Going open-source means that the responsibility of ensuring the application is secure and stable shifts from the founder to the users. The community will be responsible for running the project.
James did not indicate whether he will be actively involved in the project or he has abandoned it.
How to install Actual Budget locally (in your computer)
Before you begin the installation process, make sure that you have Git Command Line Installed as you will use it to run the commands below (here is a simple process on how to install Git CMD).
- Open Git CMD and install the yarn package by running the following command (copy paste and click enter twice): npm install -g yarn
- After installing the Yarn package, run the following commands to install Actual Budget:
git clone https://github.com/actualbudget/actual-server.git
cd actual-server
yarn install
yarn start
- After installing go to your browser and type http://localhost:5006. You should be able to see a page like this below.

- You can either choose to use a domain or click don’t use a server
- If you don’t want to use a server then you need to run this additional commands below for Actual Budget to work locally. You can use Command Prompt.
yarn add @actual-app/web
cd node_modules/@actual-app/web/build
npx http-server
- Then access your Actual Budget app in your browser using this URL: http://localhost:8080. If the localhost URL does not work, use the URL provided after (available on) line, or run npx http-server every time you open the app.
- You will now have a dashboard like this that works offline;

Everything will be synched locally (computer).
NOTE 1: If you are using windows defender, it might block the installation, therefore allow it to continue.
NOTE 2: If you are getting package.json no license field error, then delete the package.json from your computer and run this command: npm init
Actual Budget Alternative
If you don’t want the open-source one or don’t have the knowledge to run it on your local server, then the best alternative to Actual Budget is YNAB. You will however have to hire a developer to help you in migrating from Actual Budget to YNAB
For questions go to Actual on GitHub.
Got questions on blogging tools, this post, or anything else related to website technologies, we are responding at Blogiestools Ask Community.