Three downloads, four commands. Generate a realistic enterprise warehouse, start the server, open the desktop app, and let the agent build the whole pipeline.
⚠ Please evaluate thoroughly. VibeBI is free software without warranty. Before deploying it in any material capacity:
The power-user app — BI Agent, DG Agent, Explorer, Store, and governance. macOS, Windows, Linux.
The on-prem control plane — auth, broker, report store, scheduling, and audit. Docker Compose pilot bundle.
The "Amazing" fictional ecommerce sample-data generator — 45 source systems, 79 bronze tables in ClickHouse.
One link covers all three — Desktop, Server, and SimEDW.
Run the "Amazing Ecommerce" generator to populate a ClickHouse bronze database.
./scripts/init_amazing_clickhouse.sh
Bring up the on-prem control plane with the pilot Compose bundle. It exposes the platform on :8080.
docker compose -f compose/vibebi-pilot.yml up -d
# health check
curl http://localhost:8080/healthz
Launch VibeBI Desktop. Add your ClickHouse instance in Settings → Connections, set your LLM provider in Settings → LLM, then go to Warehouse Config and select the amazing bronze database as the deployment root.
# Settings → Connections
Type: ClickHouse
Host: localhost
User: default
# Settings → LLM
Provider: Anthropic / OpenAI / Custom endpoint
API Key: your-api-key
# Warehouse Config → Bronze root
Server URL: http://localhost:8080
Bronze DB: amazing
Open the DG Agent and give it one line. The agent profiles bronze, drafts silver and gold views, and proposes governed semantics — you approve the gates.
"Build the full semantics and gold models for the amazing database."
Once the DG agent publishes gold, switch to the BI Agent and ask anything in plain English. Your warehouse talks back.
"Show me Prime Day revenue by category vs last year."
Report a bug, suggest a feature, or reach out. Everything lands straight in our inbox.