hledger
Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces. (by simonmichael)
GnuCash
GnuCash Double-Entry Accounting Program. (by Gnucash)
hledger | GnuCash | |
---|---|---|
89 | 116 | |
3,251 | 3,725 | |
2.4% | 2.0% | |
9.9 | 9.7 | |
6 days ago | 6 days ago | |
Haskell | C | |
GNU General Public License v3.0 only | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
hledger
Posts with mentions or reviews of hledger.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-01-19.
- Haskell: A Great Procedural Language
-
Show HN: Puffin – a minimal terminal UI to manage personal finances
A simple TUI to view various financial reports of your personal finances. Uses hledger[1] under the hood for the accounting stuff.
[1]: https://hledger.org
-
Show HN: GNU Make as a Task Runner
For historical interest (though to compare you really need to work with them over a period of time), here's a thousand line [Makefile](https://github.com/simonmichael/hledger/blob/2d35b1051/Makef...) that was converted to a [Justfile](https://github.com/simonmichael/hledger/blob/43c93eb37/Justf...). And here's the kind of template I used for multicommand shell scripts when trying those ([ft](https://github.com/simonmichael/hledger/blob/43c93eb37/bin/f...), [tt](https://github.com/simonmichael/hledger/blob/43c93eb37/bin/t...)).
-
Double-Entry Bookkeeping as a Directed Graph
I'm surprised that there is no mentions of a great hacker-friendly plain-text accounting software called `ledger` https://ledger-cli.org/ in this thread. It has amazing documentation when it comes to understanding basic principles of double-entry bookkeeping and goes through many typical situations and usecases. There are also several forks, most popular and advanced is `hledger` https://hledger.org/ (h is for Haskell), which provides some neat features out of the box, such as a simple web interface. All of them are very primitive compared to "professional" accounting software, but in return it offers great opportunities for hacking around while ensuring validity of your books.
-
Ledger
I've been using hledger[1] - similar tool but has more features like balance sheet, income statement generation with a plain text file for the last 3 years and it's been working out great. Before that I used iBank (rebranded as Banktivity) and don't miss it at all.
[1] - https://hledger.org
- Pandoc
-
Show HN: Just.sh – compiler that turns Justfiles into portable shell scripts
I can offer this (warning, crufty real-world scripts ahead!): these [make](https://github.com/simonmichael/hledger/blob/137d825/Makefil...) [files](https://github.com/simonmichael/hledger/blob/137d825/Makefil...) and this [bash script](https://github.com/simonmichael/hledger/blob/a3c300b/bake) have been replaced by this roughly equivalent [Justfile](https://github.com/simonmichael/hledger/blob/137d825/Justfil...) (some old things were commented out, some new things were added).
I'm only a few weeks in, and just has its own learning curve, but I'm very pleased overall. Cognitive load is down, usability is up, robustness is up.
- [hledger] PSA: hledger-1.32 import bugfix pending, please avoid importing multiple files at once
- Költségvetés applikáció
- Bästa budgetapp för 2
GnuCash
Posts with mentions or reviews of GnuCash.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-07-10.
-
The 50 best open-source alternatives to popular SaaS software
GitHub: GnuCash GitHub Repository
-
Are there any open source projects that need contributors?
Check out https://github.com/Gnucash/gnucash
- Reconciliation Is a Knapsack Problem
-
GnuCash Tutorial and Concepts Guide
https://github.com/Gnucash/gnucash/pull/1794
Note the full API may be accessible via a cli interface.
The above work will be merged hopefully soon.
-
bigcapital VS gnucash - a user suggested alternative
2 projects | 29 May 2023
- GnuCash autocomplete freezes when entering description after 5.1 update
-
How to read code on github?
For the first repository, gnucash, it appears to be a C++ application. The common convention for a C++ app is to have the "main()" function inside a source file with the same name as the library, e.g. "gnucash.cpp". And sure enough, here it is. If I didn't think to guess that it was in that file, I could always just download the repository and do a CTRL-F for "main(". That would lead me to it immediately.
- Are the GnuCash team all dead?
- 08 February 2023 - Daily Chat Thread
-
Anyone remember the old software program, Microsoft Money?
I also use GnuCash as accounting package (since 2008) for my business and it's great. Never had any issue with it.
What are some alternatives?
When comparing hledger and GnuCash you can also consider the following projects:
beancount - Beancount: Double-Entry Accounting from Text Files.
ledger - Double-entry accounting system with a command-line reporting interface
Firefly III - Firefly III: a personal finances manager
visidata - A terminal spreadsheet multitool for discovering and arranging data