Go to file
github-actions fa3343f437 Auto commit for release 'v6.1.9' on 2024-02-05 2024-02-05 19:53:12 +01:00
.ci Auto commit for release 'v6.1.9' on 2024-02-05 2024-02-05 19:53:12 +01:00
.github Better workflow for prune. 2024-02-04 06:39:55 +01:00
app Fix https://github.com/firefly-iii/firefly-iii/issues/8497 2024-02-03 13:09:44 +01:00
bootstrap fix phpstan issues. 2023-11-28 17:18:31 +01:00
config Auto commit for release 'v6.1.9' on 2024-02-05 2024-02-05 19:53:12 +01:00
database Various code cleanup and fixed alignments. 2024-01-01 14:48:04 +01:00
public Auto commit for release 'v6.1.9' on 2024-02-05 2024-02-05 19:53:12 +01:00
resources Auto commit for release 'v6.1.9' on 2024-02-05 2024-02-05 19:53:12 +01:00
routes Update translations. 2024-01-10 20:29:00 +01:00
storage Add htaccess to close the storage dir in case people leave it open. 2023-09-16 08:23:36 +02:00
tests This should fix the tests again. 2024-02-03 10:08:34 +01:00
.editorconfig Initial resources kit. 2023-07-11 11:45:55 +02:00
.env.example Apparently people need to be warned. 2024-01-21 15:00:43 +01:00
.env.testing Add experimental .env for test purposes. 2023-10-30 06:17:38 +01:00
.gitattributes Initial resources kit. 2023-07-11 11:45:55 +02:00
.gitignore Split form in parts, add "edit" page. 2024-01-03 19:34:50 +01:00
.htaccess Update htaccess with suggested fix from Softaculous 2023-09-23 07:16:04 +02:00
COPYING More fixes for #2607 2019-10-03 20:19:29 +02:00
LICENSE Update copyright of Firefly III to the GNU Affero General Public License as suggested by @nxxxse in #2607. This applies to all code in this commit from this moment onwards. 2019-10-02 06:45:10 +02:00
Procfile Configure nginx [skip ci] 2017-04-27 02:49:06 +02:00
artisan Various code cleanup 2023-09-20 06:36:43 +02:00
changelog.md Auto commit for release 'v6.1.9' on 2024-02-05 2024-02-05 19:53:12 +01:00
composer.json Expand index. 2024-01-14 07:06:55 +01:00
composer.lock Auto commit for release 'v6.1.9' on 2024-02-05 2024-02-05 19:53:12 +01:00
crowdin.yml Make sure crowdin config is correct. 2024-01-28 14:37:12 +01:00
index.php Fix links and info. 2023-12-12 20:23:45 +01:00
nginx_app.conf Update some code for Heroku. 2018-08-01 07:24:19 +02:00
package-lock.json Auto commit for release 'develop' on 2024-02-01 2024-02-01 01:31:55 +01:00
package.json Bump i18next from 23.7.17 to 23.7.18 2024-01-22 03:59:00 +00:00
phpunit.xml Fix a lot of phpstan things 2023-11-26 12:10:42 +01:00
qodana.yaml fix qodana yaml 2023-06-04 06:33:05 +02:00
readme.md Remove huntr thing. 2024-01-20 16:37:28 +01:00
releases.md Update workflow and support guide. 2024-01-29 06:24:24 +01:00
server.php Update email address. 2020-02-16 14:00:57 +01:00
sonar-project.properties Send code coverage to SonarCloud 2023-07-03 15:45:32 -03:00
vite.config.js Add list of transactions. 2024-01-13 20:34:09 +01:00
webpack.mix.js Merge branch 'develop' into 5.8-dev 2022-10-16 19:13:15 +02:00

readme.md

Packagist License Stargazers Donate


Firefly III

Firefly III

A free and open source personal finance manager
Explore the documentation

View the demo · Report a bug · Request a feature · Ask questions

About Firefly III

Firefly III on iMac

"Firefly III" is a (self-hosted) manager for your personal finances. It can help you keep track of your expenses and income, so you can spend less and save more. Firefly III supports the use of budgets, categories and tags. Using a bunch of external tools, you can import data. It also has many neat financial reports available.

Firefly III should give you insight into and control over your finances. Money should be useful, not scary. You should be able to see where it is going, to feel your expenses and to... wow, I'm going overboard with this aren't I?

But you get the idea: this is your money. These are your expenses. Stop them from controlling you. I built this tool because I started to dislike money. Having money, not having money, paying bills with money, you get the idea. But no more. I want to feel "safe", whatever my balance is. And I hope this tool can help you. I know it helps me.

Purpose

Firefly III on iPad

Personal financial management is pretty difficult, and everybody has their own approach to it. Some people make budgets, other people limit their cashflow by throwing away their credit cards, others try to increase their current cashflow. There are tons of ways to save and earn money. Firefly III works on the principle that if you know where your money is going, you can stop it from going there.

By keeping track of your expenses and your income you can budget accordingly and save money. Stop living from paycheck to paycheck but give yourself the financial wiggle room you need.

You can read more about the purpose of Firefly III in the documentation.

Features

Firefly III is pretty feature packed. Some important stuff first:

  • It is completely self-hosted and isolated, and will never contact external servers until you explicitly tell it to.
  • It features a REST JSON API that covers almost every part of Firefly III.

The most exciting features are:

Then the things that make you go "yeah OK, makes sense".

And the things you would hope for but not expect:

And to organise everything:

  • Clear views that should show you how you're doing.
  • Easy navigation through your records.
  • Lots of charts because we all love them.

Many more features are listed in the documentation.

Who's it for?

Firefly III on iPhone

This application is for people who want to track their finances, keep an eye on their money without having to upload their financial records to the cloud. You're a bit tech-savvy, you like open source software and you don't mind tinkering with (self-hosted) servers.


The Firefly III eco-system

Several users have built pretty awesome stuff around the Firefly III API. Check out these tools in the documentation.

Getting Started

There are many ways to run Firefly III

  1. There is a demo site with an example financial administration already present.
  2. You can install it on your server.
  3. You can run it using Docker.
  4. You can deploy via Kubernetes.
  5. You can install it using Softaculous.
  6. You can install it using AMPPS.
  7. You can install it on Cloudron.
  8. You can install it on Lando.
  9. You can install it on Yunohost.

Contributing

You can contact me at james@firefly-iii.org, you may open an issue in the main repository or contact me through gitter and Mastodon.

Of course, there are some contributing guidelines and a code of conduct, which I invite you to check out.

I can always use your help squashing bugs, thinking about new features or translating Firefly III into other languages.

Sonarcloud scans the code of Firefly III. If you want to help improve Firefly III, check out the latest reports and take your pick!

Quality Gate Status Bugs Code Smells Vulnerabilities

There is also a security policy.

CII Best Practices

Support the development of Firefly III

If you like Firefly III and if it helps you save lots of money, why not send me a dime for every dollar saved! 🥳

OK that was a joke. If you feel Firefly III made your life better, please consider contributing as a sponsor. Please check out my Patreon and GitHub Sponsors page for more information. You can also buy me a coffee at ko-fi.com. Thank you for your consideration.

License

This work is licensed under the GNU Affero General Public License v3.

Do you need help, or do you want to get in touch?

Do you want to contact me? You can email me at james@firefly-iii.org or get in touch through one of the following support channels:

Acknowledgements

Over time, many people have contributed to Firefly III. I'm grateful for their support and code contributions.

The Firefly III logo is made by the excellent Cherie Woo.