OpenSource-Hub
O

OpenBudgeteer

957 stars·Office Productivity·SHA-256 checksum verified

Open-source budgeting app based on the bucket budgeting principle, similar to YNAB and Buckets.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

Put your money into buckets and track spending with this YNAB-like open-source tool.

Core Features

  • Bucket budgeting method to allocate income into categories
  • Multi-account management (bank, credit card, etc.)
  • Transaction logging and auto-categorization
  • Monthly budget reports and spending analytics
  • Docker support for easy self-hosting

What It Can't Do

  • Requires maintaining a database (MariaDB recommended); initial setup is not trivial; mobile experience is limited.

Use Cases

  • Personal or family monthly budgeting
  • Tracking expenses by category (food, shopping, rent, etc.)
  • Free open-source alternative to YNAB or Buckets

Detailed Introduction

OpenBudgeteer is a self-hosted budgeting application that follows the bucket budgeting principle, inspired by YNAB and Buckets. It helps users allocate income into different 'buckets' (categories) and track spending against those buckets. Built with .NET and Blazor Server, it offers a modern web interface with account management, transaction logging, reporting, and settings. It supports Docker deployment for easy self-hosting. The project is active, with documentation available on GitHub Pages.

Tags

budgetingpersonal-financeopen-sourceself-hosteddotnetblazor

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Pull Docker image: docker pull axelander/openbudgeteer

4

Run container mapping ports (e.g., 8080) and connect to MariaDB

5

Access http://localhost:8080 and complete initial setup

Install Guide
  1. Pull Docker image: docker pull axelander/openbudgeteer
  2. Run container mapping ports (e.g., 8080) and connect to MariaDB
  3. Access http://localhost:8080 and complete initial setup
File Integrity

Checksum not available

This project has not published a SHA-256 checksum on its GitHub Release page

SHA256 Checksum

No checksum available

Download directly from GitHub Releases and verify file integrity yourself

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

Stop and remove container: docker stop openbudgeteer && docker rm openbudgeteer; remove database volume if needed.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseMIT
Last Updated2026-05-13 17:10:16
GitHub RepositoryOfficial Website

Similar Projects