Skip to content

Installing Dangerzone

Micah Lee edited this page Jun 16, 2021 · 24 revisions

Install in Windows

Download Windows binaries from the Releases page.

Install in macOS

Download macOS binaries from the Releases page.

Install in Linux

Debian, Ubuntu, Linux Mint

Following these instructions for Debian or for Ubuntu to install Docker CE.

Add our repository following these instructions, or by running this script:

curl -s https://packagecloud.io/install/repositories/firstlookmedia/code/script.deb.sh | sudo bash

Install Dangerzone:

sudo apt update
sudo apt install -y dangerzone

Fedora

Follow these instructions to install Docker CE.

Add our repository following these instructions, or by running this script:

curl -s https://packagecloud.io/install/repositories/firstlookmedia/code/script.rpm.sh | sudo bash

Install Dangerzone:

sudo dnf install -y dangerzone

Build from source

If you'd like to build from source, follow the build instructions.

Clone this wiki locally