TradingView Download Center

Getting Started

TradingView on Linux: deb, rpm and AppImage — Three Ways

TradingView Linux three install methods illustration

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

DistroFormatCommand
Ubuntu / Debiandebsudo apt install ./tradingview_3.2.1_amd64.deb
Fedora / RHEL familyrpmsudo dnf install ./tradingview-3.2.1.x86_64.rpm
Arch & othersAppImagechmod +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

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.