English | EspaΓ±ol | δΈζ | ζ₯ζ¬θͺ | FranΓ§ais | Deutsch | νκ΅μ΄ | ΰ€Ήΰ€Ώΰ€¨ΰ₯ΰ€¦ΰ₯
Bloomberg-level insights for everyone. Open source. Cross-platform.
π₯ Download β’ β¨ Features β’ πΈ Screenshots β’ π€ Contribute
Version: v3.0.0 | Commit: d834bb1 | Released: 2025-10-23 12:14 UTC
| Platform | Architecture | Direct Download |
|---|---|---|
| π macOS | Apple Silicon (ARM64) | β¬οΈ Download .dmg |
| π macOS | Intel (x64) | β¬οΈ Download .dmg |
| π§ Linux | x64 (AppImage) | β¬οΈ Download .AppImage |
| π§ Linux | x64 (Debian) | β¬οΈ Download .deb |
| πͺ Windows | x64 | β¬οΈ Download .msi |
β¨ One-Click Downloads! These links will start downloading immediately - no GitHub login required!
Release Page: View all releases and changelogs
Fincept Terminal is a modern, cross-platform financial terminal built with Tauri, React, and TypeScript. It brings institutional-grade financial analysis tools to retail investors and tradersβcompletely free and open source.
Inspired by Bloomberg and Refinitiv, Fincept Terminal delivers real-time market data, advanced analytics, AI-powered insights, and a professional interfaceβall without the enterprise price tag.
| Traditional Platforms | Fincept Terminal |
|---|---|
| πΈ $20,000+ per year | π Free & Open Source |
| π’ Enterprise-only | π€ Available to Everyone |
| π Vendor lock-in | π» Cross-Platform Desktop |
| βοΈ Limited customization | π¨ Fully Customizable |
Tech Stack: Tauri (Rust) β’ React 19 β’ TypeScript β’ TailwindCSS
Windows:
- π¦ Download MSI Installer (Windows 10/11)
macOS & Linux:
- Pre-built installers coming soon.
For Windows:
# 1. Clone the repository
git clone https://github.com/Fincept-Corporation/FinceptTerminal.git
cd FinceptTerminal
# 2. Run setup script (as Administrator)
setup.batFor Linux/macOS:
# 1. Clone the repository
git clone https://github.com/Fincept-Corporation/FinceptTerminal.git
cd FinceptTerminal
# 2. Make script executable and run
chmod +x setup.sh
./setup.shThe automated setup script will:
- β Install Node.js LTS (v22.14.0)
- β Install Rust (latest stable)
- β Install project dependencies
- β Set up everything automatically
Prerequisites: Node.js 18+, Rust 1.70+, Git
# Clone the repository
git clone https://github.com/Fincept-Corporation/FinceptTerminal.git
cd FinceptTerminal/fincept-terminal-desktop
# Install dependencies
npm install
# Run in development
npm run tauri dev
# Build for production
npm run tauri build|
π Global coverage (stocks, forex, crypto, commodities) π€ GenAI chat interface |
π Advanced charting (50+ indicators) ποΈ Economic data (rates, GDP, inflation) |
User Experience: Bloomberg-style UI β’ Function key shortcuts (F1-F12) β’ Dark mode β’ Tab-based workflow
| Chat Module | Dashboard |
|---|---|
![]() |
![]() |
| AI-powered financial assistant | Real-time market overview |
| Economy | Equity Research |
|---|---|
![]() |
![]() |
| Global economic indicators | Comprehensive stock analysis |
| Forum | Geopolitics |
|---|---|
![]() |
![]() |
| Community discussions | Global risk monitoring |
| Global Trade | Markets |
|---|---|
![]() |
![]() |
| International trade flows | Live multi-asset markets |
| Trade Analysis |
|---|
![]() |
| Advanced analytics and backtesting |
- β Tauri application framework
- β Authentication system (guest + registered)
- β Bloomberg-style UI
- β Payment integration
- β Forum features
- π§ Real-time market data
- π§ Advanced charting
- π§ AI assistant
- π Complete market data streaming
- π Interactive charts with 50+ indicators
- π€ Production AI features
- πΌ Portfolio management
- π Alert system
- π Multi-language support
- π’ Broker integrations
- π± Mobile companion app
- π Plugin system
- π¨ Theme marketplace
We welcome contributions from developers, traders, and financial professionals!
Ways to contribute:
- π Report bugs and issues
- π‘ Suggest new features
- π§ Submit code (React, Rust, TypeScript)
- π Improve documentation
- π¨ Design contributions
Quick Links:
- Contributing Guidelines
- Code of Conduct
- Getting Started Guide
- Architecture Documentation
- Python Contributor Guide
- TypeScript Contributor Guide
- Rust Contributor Guide
- Report Bug
- Request Feature
- Discussions
Development Setup:
# Fork and clone
git clone https://github.com/YOUR_USERNAME/FinceptTerminal.git
cd FinceptTerminal
# Automated setup (recommended for first-time contributors)
# Windows: run setup.bat as Administrator
# Linux/macOS: chmod +x setup.sh && ./setup.sh
# Or manual setup
cd fincept-terminal-desktop
npm install
npm run dev # Start Vite dev server
npm run tauri dev # Start Tauri appfincept-terminal-desktop/
βββ src/
β βββ components/ # React components (auth, dashboard, tabs, ui)
β βββ contexts/ # React Context (Auth, Theme)
β βββ services/ # API service layers
β βββ hooks/ # Custom React hooks
βββ src-tauri/
β βββ src/ # Rust backend
β βββ Cargo.toml # Rust dependencies
β βββ tauri.conf.json # Tauri config
βββ package.json # Node dependencies
Performance:
- Binary Size: ~15MB
- Memory: ~150MB (vs. 500MB+ for Electron)
- Startup: <2 seconds
Platform Support:
- β Windows 10/11 (x64, ARM64)
- β macOS 11+ (Intel, Apple Silicon)
- β Linux (Ubuntu, Debian, Fedora)
Security:
- Tauri sandboxed environment
- No Node.js runtime
- Encrypted credential storage
- HTTPS-only API calls
β STAR THE REPO AND SHARE THE PROJECT β€οΈ
Built by the community, for the community Making professional financial analysis accessible to everyone
β Star us β’ π Share β’ π€ Contribute
MIT License - see LICENSE.txt
Built with: Tauri β’ React β’ Rust β’ TailwindCSS β’ Radix UI
Note: An earlier version was built with Python/DearPyGUI and is archived in legacy-python-depreciated/. The current Tauri-based application is a complete rewrite with modern technologies.
Β© 2024-2025 Fincept Corporation β’ Open Source β’ MIT License








