MCPcopy
hub / github.com/mayswind/ezbookkeeping

github.com/mayswind/ezbookkeeping @v1.5.1 sqlite

repository ↗ · DeepWiki ↗ · release v1.5.1 ↗
5,616 symbols 18,338 edges 643 files 2,010 documented · 36%
README

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

Documentation

  1. English
  2. 中文 (简体)

License

MIT

Extension points exported contracts — how you extend this code

HttpExchangeRatesDataSource (Interface)
HttpExchangeRatesDataSource defines the structure of http exchange rates data source [16 implementers]
pkg/exchangerates/common_http_exchange_rates_data_provider.go
BasicDataTable (Interface)
BasicDataTable defines the structure of basic data table [6 implementers]
pkg/converters/datatable/basic_data_table.go
MCPToolHandler (Interface)
MCPToolHandler defines the MCP tool handler [7 implementers]
pkg/mcp/handler.go
HttpLargeLanguageModelAdapter (Interface)
HttpLargeLanguageModelAdapter defines the structure of http large language model adapter [5 implementers]
pkg/llm/provider/common/common_http_large_language_model_provider.go
AvatarProvider (Interface)
AvatarProvider is user avatar provider interface [5 implementers]
pkg/avatars/avatar_provider.go
CronJobPeriod (Interface)
CronJobPeriod represents the cron job period [4 implementers]
pkg/cron/cron_job_period.go
NameValue (Interface)
(no doc) [6 implementers]
src/core/base.ts
MapProvider (Interface)
(no doc) [8 implementers]
src/lib/map/base.ts

Core symbols most depended-on inside this repo

Error
called by 692
pkg/errs/error.go
Errorf
called by 683
pkg/log/logger.go
NewNullContext
called by 515
pkg/core/context_null.go
Warnf
called by 512
pkg/log/logger.go
ParseImportedData
called by 381
pkg/converters/converter/transaction_data_converter.go
GetData
called by 316
pkg/converters/datatable/basic_data_table.go
Or
called by 286
pkg/errs/error.go
NewNormalError
called by 242
pkg/errs/error.go

Shape

Function 2,418
Method 1,889
Struct 621
Interface 356
Class 207
TypeAlias 82
Enum 32
FuncType 11

Languages

Go60%
TypeScript40%

Modules by API surface

src/lib/datetime.ts150 symbols
src/locales/helpers.ts147 symbols
src/models/explorer.ts145 symbols
src/core/datetime.ts133 symbols
src/models/transaction.ts118 symbols
pkg/models/transaction.go72 symbols
src/stores/setting.ts55 symbols
src/core/numeral.ts53 symbols
src/stores/transaction.ts46 symbols
src/models/account.ts46 symbols
pkg/settings/setting.go46 symbols
src/lib/common.ts45 symbols

Dependencies from manifests, versioned

filippo.io/edwards25519v1.1.0 · 1×
github.com/bahlo/generic-list-gov0.2.0 · 1×
github.com/boombuler/barcodev1.1.0 · 1×
github.com/bradfitz/gomemcachev0.0.0-2025040321515 · 1×
github.com/bytedance/gopkgv0.1.3 · 1×
github.com/bytedance/sonicv1.15.0 · 1×
github.com/bytedance/sonic/loaderv0.5.0 · 1×
github.com/cespare/xxhash/v2v2.3.0 · 1×
github.com/chenzhuoyu/base64xv0.0.0-2023071712174 · 1×
github.com/chenzhuoyu/iasmv0.9.1 · 1×
github.com/cloudwego/base64xv0.1.6 · 1×

Datastores touched

dbnameDatabase · 1 repos

For agents

$ claude mcp add ezbookkeeping \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact