WebStorm on macOS

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 macOS using either the official .dmg installer or Homebrew.

What you need: A personal email address (not your company email) to create a JetBrains account for activation

Choose one of the two installation methods below:

Method 1 — Download .dmg (recommended)

  1. Go to jetbrains.com/webstorm/download and click Download
  2. Once downloaded, open the .dmg file
  3. Drag the WebStorm icon into the Applications folder
  4. Eject the disk image and launch WebStorm from Applications or Spotlight
WebStorm WS WebStorm Applications
Drag WebStorm into the Applications folder

Method 2 — Homebrew

If you have Homebrew installed, run this single command in Terminal:

$ brew install --cask webstorm
Terminal user@mac ~ % brew install --cask webstorm ==> Downloading https://download.jetbrains.com/webstorm/WebStorm-2024.3.dmg ######################################################################## 100.0% ==> Installing Cask webstorm ==> Moving App 'WebStorm.app' to '/Applications/WebStorm.app' ==> webstorm was successfully installed!
Homebrew downloads and installs WebStorm automatically
After installation, launch WebStorm from Applications or press Cmd + Space and type WebStorm.

Next: Activate WebStorm →