📥 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
toddosify_arm64
orddosify_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
- 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
- Unzip
ddosify_x.x.x_windows_amd64.zip
- Open Powershell or CMD (Command Prompt) and change directory to unzipped folder:
ddosify_x.x.x_windows_amd64
- 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