Menu

Tree [422f18] main v1.4.0 /
 History

HTTPS access


File Date Author Commit
 .gitea 2025-10-17 MaysWind MaysWind [d936b6] build script supports setting the build time an...
 .github 2026-03-01 MaysWind MaysWind [8c1f49] upgrade golang to 1.25.7, node.js to 24.14.0 an...
 cmd 2026-03-04 MaysWind MaysWind [404cd6] Support restricting API token access based on I...
 conf 2026-03-04 MaysWind MaysWind [404cd6] Support restricting API token access based on I...
 docker 2021-06-06 MaysWind MaysWind [f47a9c] modify docker path
 etc 2025-09-29 MaysWind MaysWind [564c9e] update description
 pkg 2026-03-20 MaysWind MaysWind [89199e] support importing WeChat statements with the la...
 public 2025-09-24 MaysWind MaysWind [8df73f] update splash screen image file name
 skills 2026-03-12 MaysWind MaysWind [205dea] move the agent skill files to the skills directory
 src 2026-03-22 MaysWind MaysWind [422f18] add transaction timezone offset to axis / categ...
 templates 2025-09-22 MaysWind MaysWind [5a9877] improve date time recognition in AI image recog...
 testdata 2025-03-15 MaysWind MaysWind [78c5b1] import transactions from Feidee Mymoney (Elecloud)
 .editorconfig 2020-10-19 MaysWind MaysWind [5b9d35] modify editor config
 .gitignore 2026-03-12 MaysWind MaysWind [205dea] move the agent skill files to the skills directory
 Dockerfile 2026-03-01 MaysWind MaysWind [8c1f49] upgrade golang to 1.25.7, node.js to 24.14.0 an...
 LICENSE 2026-01-01 MaysWind MaysWind [1938d9] bump year
 README.md 2026-03-16 MaysWind MaysWind [38ddb7] add new contributor
 build.bat 2025-10-17 MaysWind MaysWind [d936b6] build script supports setting the build time an...
 build.ps1 2025-10-17 MaysWind MaysWind [d936b6] build script supports setting the build time an...
 build.sh 2025-10-17 MaysWind MaysWind [d936b6] build script supports setting the build time an...
 contributors.json 2026-03-16 MaysWind MaysWind [85c4f6] add new contributor
 docker-bake.hcl 2025-10-12 MaysWind MaysWind [22061e] optimize github actions build speed
 eslint.config.mjs 2025-02-09 MaysWind MaysWind [596787] migrate transaction list page to composition AP...
 ezbookkeeping.go 2026-02-14 MaysWind MaysWind [3a66a3] move the variables set during the building proc...
 go.mod 2026-02-07 MaysWind MaysWind [75b36e] upgrade third party dependencies
 go.sum 2026-02-07 MaysWind MaysWind [75b36e] upgrade third party dependencies
 jest.config.ts 2025-06-07 MaysWind MaysWind [ce4bca] code refactor
 package-lock.json 2026-02-15 MaysWind MaysWind [22e473] upgrade third party dependencies
 package.json 2026-02-15 MaysWind MaysWind [22e473] upgrade third party dependencies
 postcss.config.js 2025-08-17 MaysWind MaysWind [c00770] desktop version supports rtl
 third-party-dependencies.json 2026-02-15 MaysWind MaysWind [22e473] upgrade third party dependencies
 tsconfig.jest.json 2025-06-07 MaysWind MaysWind [ce4bca] code refactor
 tsconfig.json 2026-02-28 MaysWind MaysWind [247181] support caching map data when `map_data_fetch_p...
 vite.config.ts 2026-03-08 MaysWind MaysWind [282b74] support receiving images from the Web Share Tar...

Read Me

ezBookkeeping

License
Go Report
Latest Release
Latest Build
Latest Docker Image Size
Docker Pulls
Ask DeepWiki

Recommend By HelloGitHub
Trending

Introduction

ezBookkeeping is a lightweight, self-hosted personal finance app with a user-friendly interface and powerful bookkeeping features. It helps you record daily transactions, import data from various sources, and quickly search and filter your bills. You can analyze historical data using built-in charts or perform custom queries with your own chart dimensions to better understand spending patterns and financial trends. ezBookkeeping is easy to deploy, and you can start it with just one single Docker command. Designed to be resource-efficient, it runs smoothly on devices such as Raspberry Pi, NAS, and MicroServers.

ezBookkeeping offers tailored interfaces for both mobile and desktop devices. With support for PWA (Progressive Web Apps), you can even add it to your mobile home screen and use it like a native app.

Live Demo: https://ezbookkeeping-demo.mayswind.net

Features

  • Open Source & Self-Hosted
    • Built for privacy and control
  • Lightweight & Fast
    • Minimal resource usage, runs smoothly even on low-resource devices
  • Easy Installation
    • Docker support
    • Supports SQLite, MySQL, PostgreSQL
    • Cross-platform (Windows, macOS, Linux)
    • Works on x86, amd64, ARM architectures
  • User-Friendly Interface
    • UI optimized for both mobile and desktop
    • PWA support for native-like mobile experience
    • Dark mode
  • AI-Powered Features
    • Receipt image recognition
    • MCP (Model Context Protocol) support for AI integration
    • API command-line script tools for AI integration
  • Powerful Bookkeeping
    • Two-level accounts and categories
    • Image attachments for transactions
    • Location tracking with maps
    • Scheduled transactions
    • Advanced filtering, search, visualization and analysis
  • Localization & Internationalization
    • Multi-language and multi-currency support
    • Multiple exchange rate sources with automatic updates
    • Multi-timezone support
    • Custom formats for dates, numbers and currencies
  • Security
    • Two-factor authentication (2FA)
    • OIDC external authentication
    • Login rate limiting
    • Application lock (PIN code / WebAuthn)
  • Data Import & Export
    • Supports CSV, OFX, QFX, QIF, IIF, Camt.052, Camt.053, MT940, GnuCash, Firefly III, Beancount and more

For a full list of features, visit the Full Feature List.

Screenshots

Desktop Version

ezBookkeeping

Mobile Version

ezBookkeeping

Installation

Run with Docker

Visit Docker Hub to see all images and tags.

Latest Release:

$ docker run -p8080:8080 mayswind/ezbookkeeping

Latest Daily Build:

$ docker run -p8080:8080 mayswind/ezbookkeeping:latest-snapshot

Install from Binary

Download the latest release: https://github.com/mayswind/ezbookkeeping/releases

Linux / macOS

$ ./ezbookkeeping server run

Windows

> .\ezbookkeeping.exe server run

By default, ezBookkeeping listens on port 8080. You can then visit http://{YOUR_HOST_ADDRESS}:8080/ .

Build from Source

Make sure you have Golang, GCC, Node.js (nodejs.org) and NPM installed. Then download the source code, and follow these steps:

Linux / macOS

$ ./build.sh package -o ezbookkeeping.tar.gz

All the files will be packaged in ezbookkeeping.tar.gz.

Windows

> .\build.bat package -o ezbookkeeping.zip

or

PS > .\build.ps1 package -Output ezbookkeeping.zip

All the files will be packaged in ezbookkeeping.zip.

You can also build a Docker image. Make sure you have Docker installed, then follow these steps:

Linux

$ ./build.sh docker

Contributing

We welcome contributions of all kinds.

If you find a bug, please submit an issue on GitHub.

If you would like to contribute code, you can fork the repository and open a pull request.

Improvements to documentation, feature suggestions, and other forms of feedback are also appreciated.

You can view existing contributors on the Contributor Graph.

Translating

Help make ezBookkeeping accessible to users around the world. We welcome help to improve existing translations or add new ones. If you would like to contribute a translation, please refer to the translation guide.

Currently available translations:

Tag Language Contributors
de Deutsch @chrgm
en English /
es Español @Miguelonlonlon, @abrugues, @AndresTeller, @diegofercri
fr Français @brieucdlf
it Italiano @waron97
ja 日本語 @tkymmm
kn ಕನ್ನಡ @Darshanbm05
ko 한국어 @overworks
nl Nederlands @automagics
pt-BR Português (Brasil) @thecodergus, @balaios
ru Русский @artegoser, @dshemin
sl Slovenščina @thehijacker
ta தமிழ் @hhharsha36
th ไทย @natthavat28
tr Türkçe @aydnykn
uk Українська @nktlitvinenko
vi Tiếng Việt @f97
zh-Hans 中文 (简体) /
zh-Hant 中文 (繁體) /

Documentation

  1. English
  2. 中文 (简体)

License

MIT

MongoDB Logo MongoDB