Threat Dragon version 2.0

Desktop installation

OWASP Threat Dragon

Threat Dragon comes in two variants, a desktop application and a web application.

Desktop application install instructions

Installable versions are available for download from the OWASP GitHub area:

  • Windows (64 bit) installer
  • MacOS installer
  • Linux snap, AppImage, debian and rpm installers

Linux installer and AppImage

Packages for both Debian and Fedora Linux on AMD64 and X86-64bit platforms can be downloaded from the releases folder. Alternatively a platform independent snap installer can be downloaded, or use the AppImage provided.

MacOS installer

Download the .dmg MacOS installer from the releases folder. Open the download and drag ‘OWASP Threat Dragon’ to the application directory. When the install has finished run Threat Dragon from launchpad or from Finder / Applications.

Windows installer

Download the Windows .exe installer from the releases folder. Run the installer and invoke the application from the shortcut.

Command line using npm

For the latest versions of code between releases npm can be used to install and run Threat Dragon locally:

git clone https://github.com/owasp/threat-dragon
cd threat-dragon
npm install

To run Threat Dragon in development mode:

npm run start:desktop

To build an installer:

npm run build:desktop