Fincept-Corporation / FinceptTerminal

Fincept-Corporation / FinceptTerminal

Fincept Terminal: Your Thinking is the Only Limit. The Data Isn’t. State-of-the-art financial intelligence platform with institutional-grade financial analytics, AI automation, and unlimited data connectivity. Fincept Terminal:你的思维是唯一的限制,而数据不是。这是一个顶尖的金融智能平台,具备机构级的金融分析能力、AI 自动化功能以及无限的数据连接性。

Fincept Terminal v4 is a pure native C++20 desktop application. It uses Qt6 for UI and rendering, embedded Python for analytics, and delivers professional terminal-class performance in a single native binary. Fincept Terminal v4 是一款纯原生的 C++20 桌面应用程序。它使用 Qt6 进行 UI 和渲染,嵌入 Python 进行分析,并在单个原生二进制文件中提供专业终端级的性能。

Features / 功能特性

Feature / 功能Description / 描述
📊 Multi-Asset Analytics / 多资产分析DCF models, portfolio optimization, risk metrics (VaR, Sharpe), derivatives pricing across equity, fixed income, derivatives, portfolio, and alternatives via embedded Python. / 通过嵌入式 Python 进行 DCF 模型、投资组合优化、风险指标(VaR, Sharpe)以及涵盖股票、固定收益、衍生品、投资组合和另类资产的定价分析。
🤖 AI Agents / AI 智能体37 agents across Trader/Investor (Buffett, Graham, Lynch, Munger, Klarman, Marks…), Economic, and Geopolitics frameworks; local LLM support; multi-provider (OpenAI, Anthropic, Gemini, Groq, DeepSeek, MiniMax, OpenRouter, Ollama). / 涵盖交易员/投资者(巴菲特、格雷厄姆、林奇、芒格、卡拉曼、马克斯等)、经济和地缘政治框架的 37 个智能体;支持本地 LLM;支持多家模型提供商(OpenAI, Anthropic, Gemini, Groq, DeepSeek, MiniMax, OpenRouter, Ollama)。
🌐 100+ Data Connectors / 100+ 数据连接器DBnomics, Polygon, Kraken, Yahoo Finance, FRED, IMF, World Bank, AkShare, government APIs, plus optional alternative-data overlays such as Adanos market sentiment for equity research. / 支持 DBnomics, Polygon, Kraken, Yahoo Finance, FRED, IMF, 世界银行, AkShare, 政府 API,以及可选的另类数据叠加(如用于股票研究的 Adanos 市场情绪数据)。
📈 Real-Time Trading / 实时交易Crypto (Kraken/HyperLiquid WebSocket), equity, algo trading, paper trading engine, 16 broker integrations (Zerodha, Angel One, Upstox, Fyers, Dhan, Groww, Kotak, IIFL, 5paisa, AliceBlue, Shoonya, Motilal, IBKR, Alpaca, Tradier, Saxo). / 加密货币(Kraken/HyperLiquid WebSocket)、股票、算法交易、模拟交易引擎,集成 16 家券商(Zerodha, Angel One, Upstox, Fyers, Dhan, Groww, Kotak, IIFL, 5paisa, AliceBlue, Shoonya, Motilal, IBKR, Alpaca, Tradier, Saxo)。
🔬 QuantLib Suite / 量化库套件18 quantitative analysis modules — pricing, risk, stochastic, volatility, fixed income. / 18 个量化分析模块——涵盖定价、风险、随机过程、波动率和固定收益。
🚢 Global Intelligence / 全球情报Maritime tracking, geopolitical analysis, relationship mapping, satellite data. / 海事追踪、地缘政治分析、关系映射、卫星数据。
🎨 Visual Workflows / 可视化工作流Node editor for automation pipelines, MCP tool integration. / 用于自动化流水线的节点编辑器,支持 MCP 工具集成。
🧠 AI Quant Lab / AI 量化实验室ML models, factor discovery, HFT, reinforcement learning trading. / 机器学习模型、因子发现、高频交易 (HFT)、强化学习交易。

Installation / 安装指南

Option 1 — Download Installer (Recommended) / 选项 1 — 下载安装程序(推荐) Latest release: v4.0.3 最新版本:v4.0.3

  • Windows x64: FinceptTerminal-Windows-x64-setup.exe (Run installer → launch FinceptTerminal.exe) / 运行安装程序 → 启动 FinceptTerminal.exe
  • Linux x64: FinceptTerminal-Linux-x64.run (chmod +x → run installer) / 赋予执行权限 → 运行安装程序
  • macOS Apple Silicon: FinceptTerminal-macOS-arm64.dmg (Open DMG → drag to Applications) / 打开 DMG → 拖拽至应用程序文件夹

Option 2 — Quick Start (One-Click Build) / 选项 2 — 快速启动(一键构建) Clone and run the setup script — it installs all dependencies and builds the app automatically: 克隆并运行安装脚本——它会自动安装所有依赖项并构建应用程序:

# Linux / macOS
git clone https://github.com/Fincept-Corporation/FinceptTerminal.git
cd FinceptTerminal
chmod +x setup.sh && ./setup.sh

Option 3 — Docker (CI / Developer Environments) / 选项 3 — Docker(CI/开发环境) Note: Docker is intended for CI/CD testing and development environments only. For the best experience, use the pre-built installers in Option 1 above. Docker requires Linux with X11. Windows and macOS are not supported. 注意:Docker 仅适用于 CI/CD 测试和开发环境。为了获得最佳体验,请使用上述选项 1 中的预构建安装程序。Docker 需要带有 X11 的 Linux 环境,不支持 Windows 和 macOS。

Option 4 — Build from Source (Manual) / 选项 4 — 从源码构建(手动) Versions are pinned. Use the exact versions below. Newer or older versions are unsupported and may fail to build or produce unstable binaries. 版本已锁定。请使用下方指定的精确版本。不支持更新或更旧的版本,否则可能导致构建失败或生成不稳定的二进制文件。

  • Prerequisites (exact versions) / 先决条件(精确版本):
    • Git: latest / 最新版
    • CMake: 3.27.7
    • Ninja: 1.11.1
    • C++ compiler: MSVC 19.38 (VS 2022 17.8) / GCC 12.3 / Apple Clang 15.0 (Xcode 15.2) (C++20 required)
    • Qt: 6.8.3
    • Python: 3.11.9

(For detailed build steps, please refer to the original repository documentation.) (有关详细的构建步骤,请参考原始仓库文档。)