$git clone https://github.com/TNT-Likely/BeeCount你的数据,你做主的开源记账应用
| 1 | # 蜜蜂记账(BeeCount) [English](README_EN.md) |
| 2 | |
| 3 | <div align="center"> |
| 4 | |
| 5 |  |
| 6 |  |
| 7 |  |
| 8 |  |
| 9 |  |
| 10 |  |
| 11 | |
| 12 | **你的数据,你做主的开源记账应用** |
| 13 | |
| 14 | 支持 BeeCount Cloud 自建云端 / iCloud / Supabase / WebDAV / S3 五种同步方案 |
| 15 | |
| 16 | <br/> |
| 17 | |
| 18 | <a href="https://apps.apple.com/app/id6754611670"> |
| 19 | <img src="https://img.shields.io/badge/App%20Store-000000?style=for-the-badge&logo=app-store&logoColor=white" alt="Download on App Store" height="64"/> |
| 20 | </a> |
| 21 | <a href="https://play.google.com/store/apps/details?id=com.tntlikely.beecount"> |
| 22 | <img src="https://img.shields.io/badge/Google%20Play-414141?style=for-the-badge&logo=google-play&logoColor=white" alt="Get it on Google Play" height="64"/> |
| 23 | </a> |
| 24 | <a href="https://github.com/TNT-Likely/BeeCount-Cloud"> |
| 25 | <img src="https://img.shields.io/badge/Web%20(Self--Hosted)-4A90E2?style=for-the-badge&logo=docker&logoColor=white" alt="Self-host Web" height="64"/> |
| 26 | </a> |
| 27 | |
| 28 | <br/> |
| 29 | <br/> |
| 30 | |
| 31 | [🌐 官网](https://count.beejz.com) · [📖 文档](https://count.beejz.com/docs/intro) · [💝 捐赠](#-捐赠支持) · [💬 Telegram](https://t.me/beecount) · [📦 APK](https://github.com/TNT-Likely/BeeCount/releases/latest) · [🚀 TestFlight](https://testflight.apple.com/join/Eaw2rWxa) |
| 32 | |
| 33 | </div> |
| 34 | |
| 35 | --- |
| 36 | |
| 37 | > 🤖 **新:[MCP](https://count.beejz.com/docs/mcp) 支持** — 搭配 [BeeCount Cloud](https://github.com/TNT-Likely/BeeCount-Cloud),用 LLM 直接管账本。 |
| 38 | |
| 39 | --- |
| 40 | |
| 41 | ## 💡 为什么选择蜜蜂记账 |
| 42 | |
| 43 | 一款轻量、开源、隐私可控的**个人财务管理**和**支出追踪** App。 |
| 44 | |
| 45 | | 传统记账应用 | 蜜蜂记账 | |
| 46 | |---|---| |
| 47 | | ❌ 数据存第三方,无法审计 | ✅ **完全开源**,代码可审计 | |
| 48 | | ❌ 隐私可能被分析利用 | ✅ **离线优先** + 自建云端,开发者无法访问 | |
| 49 | | ❌ 服务商倒闭数据丢失 | ✅ **数据主权**,5 种同步方案任选 | |
| 50 | | ❌ 高级功能付费墙 | ✅ **完全免费**(包括 AI / OCR / 语音记账) | |
| 51 | | ❌ 广告 / 理财推荐 | ✅ **零广告 / 零追踪 / 零数据收集** | |
| 52 | |
| 53 | > **平台支持**:🤖 Android 5.0+ · 🍎 iOS 15.5+ · 🌐 Web(BeeCount Cloud 自带,见下文) |
| 54 | > |
| 55 | > ~~📱 HarmonyOS — [已停止更新](https://github.com/TNT-Likely/beecount-openharmony)~~ |
| 56 | |
| 57 | --- |
| 58 | |
| 59 | ## 🌟 核心功能 |
| 60 | |
| 61 | <details> |
| 62 | <summary><b>🤖 AI 智能记账</b> — AI 对话 / OCR / 语音 / 截图自动识别</summary> |
| 63 | |
| 64 | - **AI 小助手** — 自然语言对话记账,智能理解意图,基于智谱 GLM-4 |
| 65 | - **OCR 拍照记账** — 双引擎(本地 TFLite + GLM 云端),识别支付宝/微信/云闪付截图 |
| 66 | - **语音记账** — 按住说话,GLM 模型理解口语化表达("今天买菜花了 50 块") |
| 67 | - **截图自动记账** — Android 无障碍服务监听 / iOS 快捷指令双击背部触发 |
| 68 | |
| 69 | </details> |
| 70 | |
| 71 | <details> |
| 72 | <summary><b>📝 基础记账</b> — 多账本 / 多账户 / 二级分类 / 预算 / 周期记账 / 标签 / 图表 / 导入导出</summary> |
| 73 | |
| 74 | - **多账本** — 生活/工作/投资分开管理,每本独立币种 |
| 75 | - **多账户** — 现金/银行卡/信用卡等独立账户,转账自动更新双方余额 |
| 76 | - **二级分类** — 父子分类层级 |
| 77 | - **预算管理** — 月度总预算 + 分类预算 + 超支提醒 |
| 78 | - **周期记账** — 每日/每周/每月/每年自动记账,适合固定收支 |
| 79 | - **标签系统** — 多标签 + 颜色标记,灵活筛选 |
| 80 | - **图表分析** — 月度报表 / 分类排行 / 趋势分析 / 年度报告 |
| 81 | - **数据导入导出** — CSV(支付宝/微信账单)+ YAML 配置导出 |
| 82 | |
| 83 | </details> |
| 84 | |
| 85 | <details> |
| 86 | <summary><b>🎨 体验</b> — 暗黑模式 / 多语言 / 桌面小组件 / 主题装扮</summary> |
| 87 | |
| 88 | - **暗黑模式** — 纯黑 + 主题色边框,OLED 友好 |
| 89 | - **多语言** — 官方简中 / 繁中 / English,社区贡献韩语,本地化日期/数字格式 |
| 90 | - **桌面小组件** — iOS / Android 桌面快速记账 |
| 91 | - **主题装扮** — 多主题色 |
| 92 | |
| 93 | </details> |
| 94 | |
| 95 | --- |
| 96 | |
| 97 | ## 📸 截图预览 |
| 98 | |
| 99 | <div align="center"> |
| 100 | <img src="demo/videos/zh/01-add-transaction.gif" alt="快速记账" width="200" /> |
| 101 | <img src="demo/videos/zh/02-ocr-recognition.gif" alt="AI OCR 智能识别" width="200" /> |
| 102 | <img src="demo/videos/zh/04-data-analysis.gif" alt="数据分析" width="200" /> |
| 103 | </div> |
| 104 | |
| 105 | <details> |
| 106 | <summary>更多截图(9 大主题 / 暗黑模式)</summary> |
| 107 | |
| 108 | ### 9 大功能主题 |
| 109 | |
| 110 | <div align="center"> |
| 111 | <img src="preview/store-zh/01-home.png" alt="首页" width="200" /> |
| 112 | <img src="preview/store-zh/02-open-source.png" alt="云服务" width="200" /> |
| 113 | <img src="preview/store-zh/03-analytics.png" alt="数据分析" width="200" /> |
| 114 | </div> |
| 115 | |
| 116 | <div align="center"> |
| 117 | <img src="preview/store-zh/04-ai.png" alt="AI 智能记账" width="200" /> |
| 118 | <img src="preview/store-zh/05-add.png" alt="记一笔" width="200" /> |
| 119 | <img src="preview/store-zh/06-ledgers.png" alt="多账本" width="200" /> |
| 120 | </div> |
| 121 | |
| 122 | <div align="center"> |
| 123 | <img src="preview/store-zh/07-t |