1
0
Fork
You've already forked Matthew
0
No description
  • Svelte 64.7%
  • TypeScript 31.9%
  • JavaScript 1.5%
  • CSS 1.1%
  • Rust 0.5%
  • Other 0.3%
Find a file
2026年03月22日 19:47:12 +01:00
img v 0.9.0 2025年05月30日 18:52:40 +02:00
src v 0.11.1 2026年03月22日 19:47:12 +01:00
src-tauri v 0.11.1 2026年03月22日 19:47:12 +01:00
static 1st prototype 2025年05月08日 12:12:41 +02:00
components.json first version with fully working categories 2025年05月19日 19:20:26 +02:00
LICENSE updated readme + added license 2025年10月25日 12:56:48 +02:00
package-lock.json bump up versions 2025年10月23日 21:42:58 +02:00
package.json bump up versions 2025年10月23日 21:42:58 +02:00
postcss.config.js bump up versions 2025年10月23日 21:42:58 +02:00
README.md updated readme + added license 2025年10月25日 12:56:48 +02:00
svelte.config.js code cleanup and hide a11y warnings for now 2025年10月25日 11:43:39 +02:00
tailwind.config.ts first version with fully working categories 2025年05月19日 19:20:26 +02:00
TODO.md v 0.11.1 2026年03月22日 19:47:12 +01:00
tsconfig.json v 0.9.0 2025年05月30日 18:52:40 +02:00
vite.config.js v 0.9.0 2025年05月30日 18:52:40 +02:00
vitest.setup.ts v 0.9.0 2025年05月30日 18:52:40 +02:00

Matthew - Home Accounting App

Matthew (named after the accountant's patron saint) is an accounting app based on the envelope system but that can also be used for regular expense tracking. Learn more about the app on the related blog post

Disclaimer : This is a beta program and a hobby project, some features are not implemented, accessibility and stability may vary and the code isn't clean at all. Use at your own risks.

Usage

Development

Dev timeline

see the timeline here

Setting up the environment

see https://v2.tauri.app/start/prerequisites/

Building

For Linux (AppImage/Deb/RPM)

just run

NO_STRIP=true npx tauri build

or set the env variable NO_STRIP to true else it does not work

⚠️ Warning ⚠️ : for everything else than flatpaks (and perhaps soon AppImages) : Only build on a system that has a lower version of GLIBC than the system you're willing to support !

Build a flatpak

see https://vincent.jousse.org/blog/en/packaging-tauri-v2-flatpak-snapcraft-elm/#flatpak-and-flathub and https://v2.tauri.app/distribute/flatpak/