apps.header.allAppsCount
Budgero
apps.detail.officialapps.detail.types.app from Budgero's Repository
apps.detail.sections.overview
Budgero is an open-source, end-to-end encrypted zero-based budgeting app in the YNAB mold — manual-first entry with rule-based automation, multi-currency support, and YNAB/CSV import. Ships as a single Go binary with SQLite storage and typically runs in under 200MB RAM.
IMPORTANT: set "Allowed sync origins" to the exact origin you open the app from (e.g. http://192.168.1.50:3001 or https://budget.example.com). The sync WebSocket rejects connections from any other origin and the budget will not load. Exact match on scheme/host/port, no wildcards.
apps.marketingCta.appInstallTitle
apps.marketingCta.appInstallDescription
apps.installHelp.stepOpen apps.installHelp.stepSearchApp apps.installHelp.stepReview apps.installHelp.stepInstall
apps.detail.sections.categories
apps.downloadStats.title
6,829
apps.downloadStats.metrics.totalDownloads
apps.detail.sections.related
apps.detail.related.exploreCategories
apps.detail.related.exploreAllapps.detail.sections.links
apps.detail.sections.details
apps.detail.details.repository
budgero/budgeroapps.detail.details.registry
apps.detail.details.lastUpdated2026-08-08
apps.detail.details.firstSeen2026-08-10
apps.detail.sections.runtime
- apps.detail.details.webui
http://[IP]:[PORT:3001]- apps.detail.details.network
bridge- apps.detail.details.shell
sh- apps.detail.details.privileged
- false
apps.detail.sections.configuration
WebUI PortPorttcp
Port for the Budgero web UI and sync WebSocket.
- apps.detail.config.target
- 3001
- apps.detail.config.default
- 3001
- apps.detail.config.value
- 3001
DataPathrw
SQLite database and application data.
- apps.detail.config.target
- /data
- apps.detail.config.default
- /mnt/user/appdata/budgero
- apps.detail.config.value
- /mnt/user/appdata/budgero
Allowed sync originsVariable
Comma-separated browser origins allowed to connect to sync, e.g. http://192.168.1.50:3001. Required for any non-localhost access — use the exact scheme, host and port you open the app with. No wildcards.
- apps.detail.config.target
- WEBSOCKET_ALLOWED_ORIGINS