GitPedia

Denaro

Manage your personal finances

From NickvisionApps·Updated June 18, 2026·View on GitHub·

- Manage multiple accounts at a time, with a familiar tab interface - Easily filter transactions by type, group, or date - Easily repeat transactions, such as bills that occur every month - Transfer money from one account to another - Export an account as a CSV file and import a CSV, OFX or QIF file to bulk add transactions to an account The project is written primarily in C#, distributed under the MIT License license, first published in 2022. Key topics include: csharp, finance, finance-management, flathub, gnome.

Latest release: 2024.2.0V2024.2.0
February 2, 2024View Changelog →

Translation status ✨Powered by Weblate

Features

  • Manage multiple accounts at a time, with a familiar tab interface
  • Easily filter transactions by type, group, or date
  • Easily repeat transactions, such as bills that occur every month
  • Transfer money from one account to another
  • Export an account as a CSV file and import a CSV, OFX or QIF file to bulk add transactions to an account

Installation

<a href='https://flathub.org/apps/details/org.nickvision.money'><img width='140' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a>

<a href="https://snapcraft.io/denaro"><img width='140' alt="Get it from the Snap Store" src="https://snapcraft.io/static/images/badges/en/snap-store-black.svg"/></a>

<a href="https://aur.archlinux.org/packages/denaro"><img width='140' alt="Download from AUR" src="https://aur.archlinux.org/static/css/archnavbar/aurlogo.png"/></a>

Chat

<a href='https://matrix.to/#/#nickvision:matrix.org'><img width='140' alt='Join our room' src='https://user-images.githubusercontent.com/17648453/196094077-c896527d-af6d-4b43-a5d8-e34a00ffd8f6.png'/></a>

Contributing

See CONTRIBUTING.md for details on how can you help the project and how to provide information so we can help you in case of troubles with the app.

Screenshots

<details> <summary>GNOME</summary>

GNOMELight
GNOMEDark
GNOMEDashboard

<p align='center'><img src='NickvisionMoney.GNOME/Screenshots/Transaction.png' alt='GNOMETransaction' width='50%'><img src='NickvisionMoney.GNOME/Screenshots/CompactMode.png' alt='GNOMECompactMode' width='50%'></p> <p align='center'><img src='NickvisionMoney.GNOME/Screenshots/AccountSettings.png' alt='GNOMEAccountSettings' width='50%'><img src='NickvisionMoney.GNOME/Screenshots/CurrencyConverter.png' alt='GNOMEPasswordDialog' width='50%'></p> </details> <details> <summary>PDF Export Sample</summary>

image
image
image

</details>

GNOME Theming

Please do not theme this app

The Linux version of this app is designed for GNOME and optimized for the default Adwaita theme. If you customized your system look, it can negatively affect Denaro. However, in case of a breakage, we provide a way to customize some elements using CSS so you can make it look as you need. The CSS code should be added to ~/.config/gtk-4.0/gtk.css. An example (not really pleasant-looking, it's just to show what modifications you can apply):

.denaro-total {
    background-color: @warning_color;
    color: #fff;
}

.denaro-income {
    color: @purple_2;
}

.denaro-expense {
    background: linear-gradient(to right, #000, @blue_4);
    color: #fff;
}

@define-color denaro_calendar_today_bg_color @blue_5;
@define-color denaro_calendar_today_fg_color #ff0000;
@define-color denaro_calendar_marked_day_fg_color @success_color;
@define-color denaro_calendar_selected_day_bg_color @card_bg_color;
@define-color denaro_calendar_selected_day_fg_color #55cc10;
@define-color denaro_calendar_other_month_fg_color @dark_5;

Dependencies

Code of Conduct

This project follows the GNOME Code of Conduct.

Contributors

Showing top 12 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from NickvisionApps/Denaro via the GitHub API.Last fetched: 6/21/2026