Native installation

Native installation

Download the latest binary from the releases page.

You’ll want the version for your computer.

Download Dragonfly from the releases page.

wget -O dragonfly https://github.com/riffcc/dragonfly/releases/download/v0.1.0-alpha1/dragonfly-linux-amd64

Copy the binary to /usr/local/bin/dragonfly and make it executable:

sudo cp dragonfly /usr/local/bin/dragonfly
sudo chmod +x /usr/local/bin/dragonfly

Install Dragonfly:

sudo dragonfly install

You can now visit the web interface on port 3000 http://<machine-ip-address>:3000

Download Dragonfly from the releases page.

wget -O dragonfly https://github.com/riffcc/dragonfly/releases/download/v0.1.0-alpha1/dragonfly-darwin-amd64

Copy the binary to /usr/local/bin/dragonfly and make it executable:

sudo cp dragonfly /usr/local/bin/dragonfly
sudo chmod +x /usr/local/bin/dragonfly

Install Dragonfly:

sudo dragonfly install

You can now visit the web interface on port 3000 http://<machine-ip-address>:3000

Installation on Windows is not currently supported, and support is not planned at this time.

However, you may be able to get Dragonfly running via WSL2 (Windows Subsystem for Linux).

If this is a strong need, please contact us at support@dragonfly.computer