Moneymoor - Envelope-style Budgeting on TUI
Moneymoor
How to Install
Fully self-contained
On Linux/MacOS: curl -fsSL https://raw.githubusercontent.com/m-doughty/App-Moneymoor/HEAD/install.sh | sh
On Windows (Powershell): irm https://raw.githubusercontent.com/m-doughty/App-Moneymoor/HEAD/install.ps1 | iex (note: untested)
Note: You can uninstall by replacing install in these commands with uninstall.
With zef
See the README, you will have to have SQLCipher installed and detectable by DBIish, then just zef install App::Moneymoor
What it is
A fully open source (Artistic-2.0 License) TUI for running a budget. If you're familiar with envelope-style budgeting, it works like that. You set up envelopes, allocate funds to them and then assign every spend to an envelope.
All of your data is stored in an encrypted sqlcipher database on your computer. If you lose the password, I cannot help you to recover it so set something you will remember. No data leaves your computer.
Still a work in progress so expect to hit some bugs. I can't actively test Windows yet so I'm relying on people to file issues for that.
You can put the sign as EUR/USD/GBP.
The tech
Written in Raku. Running on Selkie, SQLCipher and packaged with Ariza.