Installation

Warning

GlobaLeaks is designed to provide optimal technical anonymity for whistleblowers. Additionally, the software can be configured to protect the identity of the platform administrator and the server’s location, but this requires advanced setup procedures not covered in this simplified installation guide.

Before you begin, make sure your system meets the Requirements.

To install, run the following commands:

wget https://deb.globaleaks.org/install.sh
chmod +x install.sh
./install.sh

To install using Docker, run the following commands:

docker run -d --name globaleaks \
  --platform linux/amd64 \
  -p 80:8080 \
  -p 443:8443 \
  -v globaleaks-data:/var/globaleaks \
  globaleaks/globaleaks:latest

After installation, follow the on-screen instructions to access and configure your platform.