A Bloomberg terminal clone you can actually build from source
Open-source C++20/Qt6 desktop app that crams institutional-grade analytics, 100+ data feeds, and 37 AI agents into a single native binary.

What it does Fincept Terminal is a native desktop application for market analytics, portfolio research, and algorithmic trading. It wraps quantitative finance tools—DCF models, risk metrics, derivatives pricing, and portfolio optimization—inside a Qt6 interface, with Python embedded for the heavy analytical lifting. You get real-time crypto and equity data, a paper trading engine, and integrations with 16 brokers ranging from Zerodha to Interactive Brokers.
The interesting bit The project doesn’t just aggregate data; it ships 37 persona-based AI agents (Buffett, Graham, Lynch, et al.) for trader/investor reasoning, plus economic and geopolitical frameworks. It also includes a visual node editor for building automation pipelines—think Unreal Engine Blueprints, but for trading strategies. The build system is unusually prescriptive: exact compiler versions, exact Qt 6.8.3, exact Python 3.11.9. The maintainers clearly got tired of “works on my machine.”
Key highlights
- 100+ data connectors: Yahoo Finance, FRED, IMF, World Bank, Polygon, Kraken, HyperLiquid WebSocket, plus alternative data overlays
- 18 QuantLib modules for pricing, stochastic modeling, and fixed income
- Multi-provider LLM support: OpenAI, Anthropic, Gemini, Groq, DeepSeek, Ollama, and others
- Pre-built installers for Windows x64, Linux x64, and macOS Apple Silicon (v4.0.3)
- One-click build script for Linux/macOS; CMake presets for all three platforms
- AGPL-3.0 license with a separate commercial license option
Caveats
- Build dependencies are pinned to exact versions; deviating is explicitly unsupported
- Docker support is Linux-with-X11 only, and labeled CI/dev-only
- Windows lacks the automated setup script—manual CMake build required
- The README’s “state-of-the-art” and “unlimited data connectivity” claims are unverified marketing language
Verdict Worth a look if you’re a quant developer, retail trader with technical chops, or someone who wants a local-first alternative to expensive terminal subscriptions. Skip it if you need a polished SaaS with zero setup, or if your machine can’t handle a full Qt6 + Python build.