ReceiptBI
July 30, 2026 · View on GitHub
ReceiptBI
Turn CSV, Excel, and read-only databases into verified, editable business reports.

Interact with databases, Excel files and more via natural language (read-only). Generate charts and summaries.
Try the sample
- Install the ReceiptBI desktop app, or run it from source.
- Download the coffee retail order sample.
- Choose a model provider in Settings, then add the sample file to your project.
- Ask:
Analyze sales, gross profit, and refunds for the latest month. Compare regions and channels.
Download
The current version is ReceiptBI 1.0.0.
First launch on macOS
- Open the DMG and move ReceiptBI to Applications.
- The current 1.0.0 build is unsigned. If macOS blocks the first launch, run in Terminal:
xattr -cr /Applications/ReceiptBI.app
Features
Full analysis process with highlights and charts

AI-generated semantic layer per data source

Convert to editable reports

Preview pagination before export

How it works
flowchart LR
data["Files / Read-only DBs"] --> prep["Prepare data"]
prep --> semantic["Confirm business context"]
semantic --> ask["Ask a question"]
ask --> run["Analyze"]
run --> validate["Check the evidence"]
validate -->|Needs another pass| run
validate --> report["Editable report"]
Confirmed data preparation steps and business definitions are saved. When data updates but the schema stays the same, you can reuse existing definitions to re-run analysis and refresh reports.
Previous versions
| Version | Based on | Branch |
|---|---|---|
| v2 | gptme | v2 |
| v1 | Open Interpreter 0.4.3 | v1 |