About Radish FAQ
Direct answers about the product, its data source, and the limits of its public source.
What is Radish?
Radish is an iPhone app that turns reviewed grocery receipts into item- and category-level spending views. It reads receipts rather than connecting to a bank account.
Who publishes Radish?
Radish: Grocery Receipts is published on the App Store by CitrusGate LLC.
Why does Radish use receipts instead of a bank feed?
A bank transaction usually shows a merchant and total. A reviewed receipt can show the products, prices, categories, and household choices behind that total.
Is the entire Radish app open source?
No. Radish Core is the public Apache-2.0 privacy and household-sync layer. The app UI, receipt capture and processing, cloud transport configuration, subscriptions, and App Store binary are outside that repository.
What can the public privacy core verify?
The published code and tests show how bytes passed into the core are sealed, how sync bundles are authenticated, how deletion tombstones block stale restoration, and how QR pairing payloads are validated. They do not prove every behavior outside that boundary.
Does Radish send receipt photos to a processing service?
Only after explicit permission, Radish can send up to four selected receipt photos through its Cloudflare-hosted service to OpenAI to create an editable draft. Manual entry remains available.
How can I contact Radish?
For product support, email hello@radish.money. For privacy questions, email privacy@radish.money. Suspected vulnerabilities should be reported privately to security@radish.money or through the public repository’s private vulnerability reporting flow.