Skills2026年4月10日·1 分钟阅读

Actual Budget — Local-First Personal Finance App

Actual is an open-source personal finance app with envelope budgeting, bank sync, multi-device sync, and local-first architecture — a YNAB alternative.

Agent 就绪

这个资产会安全暂存

这个资产会先安全暂存。复制的指令会要求 Agent 读取暂存文件,并在激活脚本、MCP 配置或全局配置前先确认。

Stage only · 29/100策略:需暂存
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Stage only
信任
信任等级:Established
入口
step-1.md
安全暂存命令
npx -y tokrepo@latest install 791dd19e-349f-11f1-9bc6-00163e2b0d79 --target codex

先暂存文件;激活前需要读取暂存 README 和安装计划。

TL;DR
Actual Budget gives you envelope budgeting, bank sync, and multi-device sync without cloud dependency.
§01

What it is

Actual is an open-source personal finance application built on a local-first architecture. It provides envelope budgeting, bank synchronization, and multi-device sync while keeping your financial data under your control. It positions itself as a privacy-focused alternative to YNAB.

The tool is aimed at individuals who want full ownership of their financial data. If you track spending, manage budgets, or need bank sync without trusting a third-party cloud, Actual fits that use case.

§02

How it saves time or tokens

Actual eliminates manual data entry by syncing directly with bank accounts. The local-first design means the app works offline and syncs when connectivity returns, so you never lose work. Envelope budgeting enforces discipline without requiring spreadsheet gymnastics.

§03

How to use

  1. Clone the Actual repository or pull the Docker image from the official docs.
  2. Run the server locally or on a VPS for multi-device sync.
  3. Connect your bank accounts through the integrated sync feature.
  4. Create budget categories and assign envelope allocations.
# Self-host Actual with Docker
docker pull actualbudget/actual-server:latest
docker run -p 5006:5006 -v actual-data:/data actualbudget/actual-server:latest
§04

Example

After launching the server, open http://localhost:5006 in your browser. Create a new budget file, add accounts, and start categorizing transactions. The interface supports importing from YNAB, CSV, and OFX files.

§05

Related on TokRepo

§06

Common pitfalls

  • Bank sync availability varies by region; check supported institutions before committing.
  • The local-first model means you must manage your own backups. No cloud provider does it for you.
  • Multi-device sync requires running the server component; the desktop app alone does not sync.

常见问题

Is Actual Budget free to use?+

Actual is open-source and free to self-host. You run the server yourself, so there are no subscription fees. The project is maintained by a community of contributors under an open license.

How does Actual compare to YNAB?+

Actual offers similar envelope budgeting features but runs locally rather than in the cloud. You own your data entirely. YNAB is a paid SaaS product with its own servers, while Actual is free and self-hosted.

Does Actual support bank syncing?+

Yes, Actual supports bank syncing through integrations like GoCardless (formerly Nordigen) for European banks and SimpleFIN for US banks. Availability depends on your region and financial institution.

Can I run Actual on mobile?+

Actual is a web application, so it works in any mobile browser when pointed at your server. There is no native mobile app, but the responsive web interface provides a usable mobile experience.

How do I migrate from YNAB to Actual?+

Actual includes a built-in YNAB import tool. Export your YNAB budget data and use the import feature in Actual to bring over categories, accounts, and transaction history.

引用来源 (3)
🙏

来源与感谢

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产