Skip to main content

Choose your install path

Pick how you want to run bunny. Every path ends the same way: bunny configurebunny run → open the web UI in your browser.

You are…RecommendedCompile?
Trying bunny, Mac/Windows, or prod with DockerInstall with DockerNo (pre-built image)
Linux VPS without DockerInstall on LinuxNo (release tarball)
Developing bunny itselfDeveloper installYes (first time)

Production on Linux: Docker or native?

Both work on a VPS. Same commands after install.

Docker (recommended)Native (curl | sh)
SimplicityPull image, compose upDownload tarball + runtime deps
Upgradesdocker compose pullRe-run install script
systemdContainer restart policySee Install on Linux
Disk~2–4 GB image~500 MB + runtime deps

Mac and Windows have no native install (browser tab needs Xvfb on Linux). Use Docker.

What every path shares

bunny configure # owner account, MFA, optional Discord
bunny run # start the agent

From your laptop, use an SSH tunnel (recommended):

ssh -L 7681:127.0.0.1:7681 user@your-server

Open http://127.0.0.1:7681 in your browser.

See Configure the server and First run for the full walkthrough.