this post was submitted on 02 Nov 2023
464 points (96.4% liked)

Technology

58012 readers
2832 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 39 points 10 months ago* (last edited 10 months ago) (4 children)

If someone is looking for a local hosted budgeting alternative, consider using Actual Budget. It's an open source app that's similar to YNAB

https://github.com/actualbudget/actual

Edit:

Also this is an interesting read from the original developer of Actual. Basically, it started as a closed source web app funded by a subscription model. When the business failed, he decided to open source it

https://actualbudget.com/open-source

[–] [email protected] 4 points 10 months ago* (last edited 10 months ago)

As a user of YNAB, I'm glad there's an open source option, as well. The method/approach really clicked for me.

[–] [email protected] 1 points 10 months ago

Wow thank you so much! I have been looking for an alternative to YNAB. 🥹

[–] [email protected] 1 points 10 months ago (1 children)

Thank you for posting this. Stupid question, how do I download just to put it on my laptop? I don't download from github a lot and I'm a little lost pulling down the exe.

[–] [email protected] 2 points 6 months ago* (last edited 6 months ago)

I don't think it's offered as as an exe as it's server-client model where you access it through a web-browser. If you want to just run it on your laptop, it can be both your server and client. The installation instructions are here, and there are also instructions for Docker on the left-side menu.