Paulanerus is the open-source imprint of a solo German developer who concentrates on minimalist, command-line utilities that strip everyday tasks down to their essentials. The catalogue currently centres on Okane, a lightweight CLI ledger that lets users log income and expenses, tag transactions, filter by date or category, and run quick balance or trend reports without leaving the terminal. Written in portable Python, the tool reads and writes plain CSV and JSON, so spreadsheets, bank exports, or home-brew scripts can feed directly into the same workflow. Typical use cases range from developers who want to version-control household budgets alongside code, to self-hosters automating monthly summaries with cron jobs, to privacy-minded households avoiding cloud finance portals. Because every function is exposed as a sub-command, Okane slots naturally into shell aliases, Makefiles, or CI pipelines that notify teams when project budgets drift. Despite the narrow focus, the project follows Unix philosophy: do one thing well, accept text in, put text out, and stay dependency-free. Future utilities hinted at in commit messages suggest the same sparse aesthetic will be applied to other verticals, yet for now the entire Paulanerus line-up is represented by this single financial micro-app. The publisher’s software is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always fetch the latest release, and can be installed individually or in batch.

Okane

a small tool to organize all your financials in your cli

Details