Skip to main content
🎊 We've changed our name from Ddosify to Anteon! 🚀

📥 Installation

ddosify is available via Docker, Docker Extension, Homebrew Tap, and downloadable as pre-compiled binaries from the releases page for macOS, Linux and Windows.

note

For shell auto completions, see the GitHub repository.

Docker

docker run -it --rm ddosify/ddosify

Docker Extension

Run Ddosify on Docker Desktop with Ddosify Docker extension.

More details are here.

Homebrew Tap (macOS and Linux)

brew install ddosify/tap/ddosify

Linux

note
  • For ARM architectures change ddosify_amd64 to ddosify_arm64 or ddosify_armv6.
  • Superuser privilege is required.

Redhat (Fedora, CentOS, RHEL, etc.)

rpm -i https://github.com/ddosify/ddosify/releases/download/v1.0.6/ddosify_amd64.rpm

Debian (Ubuntu, Linux Mint, etc.)

wget https://github.com/ddosify/ddosify/releases/download/v1.0.6/ddosify_amd64.deb
dpkg -i ddosify_amd64.deb

Alpine

wget https://github.com/ddosify/ddosify/releases/download/v1.0.6/ddosify_amd64.apk
apk add --allow-untrusted ddosify_amd64.apk

FreeBSD

pkg install ddosify

Windows Executable

  1. Download zip file for your architecture from the releases page.

For example, download ddosify version vx.x.x with amd64 architecture: ddosify_x.x.x.zip_windows_amd64

  1. Unzip ddosify_x.x.x_windows_amd64.zip
  2. Open Powershell or CMD (Command Prompt) and change directory to unzipped folder: ddosify_x.x.x_windows_amd64
  3. Run ddosify:
.\ddosify.exe -t https://getanteon.com

Go install from source (macOS, FreeBSD, Linux, Windows)

note

Minimum supported Go version is 1.18

go install -v go.ddosify.com/ddosify@latest