WebStorm is a professional IDE by JetBrains for JavaScript and web development. It provides smart code completion, debugging, Git integration, and built-in tools for modern frameworks.
This guide covers installing WebStorm on Linux (Debian/Ubuntu) using either the official .tar.gz archive or the Snap package manager.
Choose one of the two installation methods below:
Method 1 — Download .tar.gz (recommended)
.tar.gz archive/opt/ (requires sudo)# Extract the downloaded archive (version number may differ)
$ sudo tar -xzf ~/Downloads/WebStorm-*.tar.gz -C /opt/
# Launch WebStorm
$ /opt/WebStorm-*/bin/webstorm.sh
Method 2 — Snap
If your system has Snap installed (default on Ubuntu), run this single command in Terminal:
$ sudo snap install webstorm --classic
webstorm (snap) / /opt/WebStorm-*/bin/webstorm.sh (.tar.gz) in the terminal.