Getting Started
TradingView on Linux: deb, rpm and AppImage — Three Ways
The Linux app ships as deb, rpm and AppImage, needs glibc 2.31+ (Ubuntu 20.04+, Debian 11+, Fedora 36+, Arch all qualify), on x86-64 and ARM64.
Pick your format
| Distro | Format | Command |
|---|---|---|
| Ubuntu / Debian | deb | sudo apt install ./tradingview_3.2.1_amd64.deb |
| Fedora / RHEL family | rpm | sudo dnf install ./tradingview-3.2.1.x86_64.rpm |
| Arch & others | AppImage | chmod +x TradingView-3.2.1.AppImage && ./TradingView-3.2.1.AppImage |
The AppImage installs nothing and touches no system directories — good for trying it out or for distros off the support list; the trade-off is you manage updates yourself.
Verify the signature and checksum (recommended)
Every Linux release ships a GPG signature and SHA-256 checksum. After downloading:
> sha256sum -c tradingview_3.2.1_amd64.deb.sha256
tradingview_3.2.1_amd64.deb: OK
"OK" means the file is intact and untampered. You can skip this, but one extra line for peace of mind is worth it on Linux.
After install
- On Wayland, if window rendering misbehaves, test an X11 session first, then adjust the render option in settings;
- Notifications go through the system's libnotify — available by default on GNOME/KDE.
Tip: multi-monitor tear-off and GPU acceleration — the desktop app's core features — are fully available on Linux too. See the multi-monitor layout guide.