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








