https://github.com/akutishevsky/lunchmono
Desktop app for syncing Monobank transactions to Lunch Money. Built with Electron, Vue 3, and secure token storage. Cross-platform support for macOS, Windows, and Linux.
https://github.com/akutishevsky/lunchmono
lunchmoney monobank monobank-api
Last synced: 3 months ago
JSON representation
Desktop app for syncing Monobank transactions to Lunch Money. Built with Electron, Vue 3, and secure token storage. Cross-platform support for macOS, Windows, and Linux.
- Host: GitHub
- URL: https://github.com/akutishevsky/lunchmono
- Owner: akutishevsky
- Created: 2025-10-11T08:20:51.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-05T05:15:20.000Z (7 months ago)
- Last Synced: 2025-11-05T06:20:36.896Z (7 months ago)
- Topics: lunchmoney, monobank, monobank-api
- Language: Vue
- Homepage:
- Size: 442 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Lunch Mono
Seamlessly sync your Monobank transactions to Lunch Money
A desktop application for effortlessly managing and synchronizing your financial transactions between Monobank and Lunch Money.
---
## 🚀 Quick Start
> **Note:** This application is not code-signed. Due to macOS/Windows security restrictions, you'll need to build it yourself from source.
### Building from Source
```bash
# Clone the repository
git clone https://github.com/akutishevsky/lunchmono.git
cd lunchmono
# Install dependencies
npm install
# Build for your platform
npm run make:mac # macOS
npm run make:win # Windows
npm run make:linux # Linux
npm run make:all # All platforms
```
The built application will be available in the `out/make` directory.
### Getting Started
1. **Build** the application using the instructions above
2. **Launch** the application from the `out/make` directory
3. **Configure** your API tokens in Settings (⚙️)
4. **Map** your Monobank accounts to Lunch Money assets (💳)
5. **Sync** your transactions with ease!
## 📖 Documentation
- **[User Guide](./docs/user-guide.md)** - Comprehensive setup and usage instructions
- **[Changelog](./CHANGELOG.md)** - Version history and release notes
## ✨ Features
- 🔒 **Secure** - API tokens encrypted with OS-level security
- 🌍 **Cross-platform** - Available for macOS, Windows, and Linux
- 💱 **Multi-currency** - Automatic currency conversion handling
- 🎯 **Simple** - Clean, intuitive interface
- ⚡ **Fast** - Embedded server for quick operations
## 🛠️ Development
```bash
# Start development mode with hot reload
npm start
```