Budgie logo
Budgie

Source-Available Personal Finance — Transparent by Design

Budgie's source is public. Audit the code, verify our privacy claims, and contribute — because your financial app should have nothing to hide.

  • Source code is publicly available — read every line that touches your data
  • Privacy claims are verifiable, not just promised
  • Community contributions welcome — features built by people who use the app
  • Source-available license — fork it, run your own build, take your data with you
  • Transparent roadmap and public issue tracker

Read the Code, Verify the Claims

Budgie uses a source-available license that allows you to view, modify, and contribute to the code while ensuring only we can monetize the official app. This keeps the project sustainable while maintaining transparency.

The repository includes the full React Native app, the AI service layer with on-device LLM and embedding model integrations, the contracts package, and this landing page. Nothing is hidden behind a proprietary SDK or closed binary.

Source-Available License — No Lock-In

Budgie ships under a source-available license that lets you read every line, fork it, and run your own build. Your financial data belongs to you — not to a vendor who can change terms, raise prices, or shut down. If Budgie ever stops meeting your needs, you take your data and your build with you.

Contributing is straightforward: open an issue, discuss the change, and submit a pull request. Features requested by real users and built by real users have a direct path into the app without a gatekeeper commercial roadmap.

Transparency as a Security Property

Public source is not just a development philosophy — it is a security property. Closed finance apps ask you to trust that they do not log your transactions, share data with advertisers, or sell behavioral profiles. Budgie asks you to check. The on-device architecture, AES-256 encryption, and zero-telemetry design are all visible in the repository for any developer to verify.

Frequently Asked Questions

Where can I find Budgie's source code?
Budgie's source code is hosted on GitHub. You can browse, fork, and contribute at github.com/budgie-at/budgie. The repository includes the full app, AI service layer, contracts, and landing page.
What license does Budgie use?
Budgie ships under a source-available license that lets you read, fork, and modify the code while reserving commercial distribution to the project. There are no proprietary modules that touch your financial data — every line that handles your transactions is in the public repository.
How does public source make Budgie more private?
Public source means our privacy claims are verifiable. Any developer can audit the code and confirm that no financial data is transmitted to external servers. You do not have to trust us — you can check.
Can I contribute to Budgie?
Yes. Pull requests, bug reports, and feature suggestions are welcome on the GitHub repository. The project follows a standard fork-and-PR workflow with contribution guidelines in the repository.
Is the AI model integration also public source?
Yes. The AI service layer — including the embedding model integration and LLM orchestration — is part of the public repository. The underlying models (Qwen3, whisper.rn) are separately licensed projects.