Show HN: Wealthfolio 2.0- Open source investment tracker. Now Mobile and Docker (wealthfolio.app)
Hi HN, creator of Wealthfolio here.
A year ago, I posted the first version. Since then, the app has matured significantly with two major updates:
1. Multi-platform Support: Now available on Mobile (iOS), Desktop (macOS, Windows, Linux), and as a Self-hosted Docker image. (Android coming soon).
2. Addons System: We added explicit support for extensions so you can hack around, vibe code your own integrations, and customize the app to fit your needs.
The core philosophy remains the same: Always private, transparent, and open source.
74 comments
[ 2.8 ms ] story [ 75.5 ms ] threadBest of luck, and thank you for keeping it open source (:
But I don't think I'm willing to give up fully automated data refreshes at this point. I have too many accounts to track.
Language models are great at turning those statements into Beancount postings and fixing errors, but the local ones not so much yet.
The I found Tiller[0]. I've been really happy with it so far.
It basically syncs your transactions to a Google sheet you own. It comes with some basic things like budget and auto categorization based on fuzzy string matching, but because it's Google sheets you can play with it and do whatever you want with it.
But the nice thing is that you can dictate which accounts go into which sheet. So I have two sheets — one for household accounts and one for personal. And I don't need a separate subscription, which would have been required if I used any other service I had looked at. I can't remember exactly how much the subscription was, but I don't remember it being unfair.
[0] https://tiller.com/
[0] https://actualbudget.org/
Here are some other ones I've tried and used in the past:
https://copilot.money
https://lunchmoney.app
https://ynab.com
https://beancount.io
https://hledger.org
* https://wealthfolio.app/docs/guide/goals/
Neat: RRSPs are Canadian, so not necessarily US-only.
Just downloaded it on Windows 10, but unfortunately the modals (add account etc) aren't scrollable and cutoff the bottom of my screen, making them pretty much unusable (can't submit!)
It might also be useful to adjust for inflation going backwards, e.g. everything shows in 2025 dollars.
This is unfortunately going to be the deal breaker for wide adoption. Self hosting is great, but manually importing data from dozens of accounts every day and entering every single transaction as you make it is simply too much of a burden.
Show HN: Wealthfolio: Private, open-source investment tracker - https://news.ycombinator.com/item?id=41465735 - Sept 2024 (263 comments)
Given the permissions you expose, it looks like it is possible to write a plugin to get account activities from something like Plaid so I don't need to keep importing - am I understanding correctly?
Looks really cool, great job.
Others have mentioned in the thread that the lack of account integration might be a problem.
Plaid has been mentioned as a potential service, are there other recommendations?
If I find time I could try to write a plugin over a few weekends.
I have a hard time finding the features of the program from the repository alone. For me personally, I do not have time to do a deep dive into the code (or even the api spec) of potentially interesting software to figure out what is going on. Especially in your case where it seems to use a pure functional approach in typescript, which creates additional overhead :) Best of luck with the project.
Does it do something like custom positions? Like if I wanted to wrap my polymarket positions into there, could I hack that together?
Does this support kinda-specific stuff like those german FinTs and EBICS?
As others have mentioned, adding account integrations will make this much easier to use.
I would also love to hear more of your story, and motivations around this project.