Skip to main content

Standalone

The fastest way to install Djehooty without dependencies is to download the latest release of the djehooty-standalone executable for your platform. This binary includes both djehooty-backend and djehooty-frontend and automatically opens your web browser at http://localhost:3000.

Make sure the binary is executable and run it from your terminal with the following commands:

chmod +x djehooty-standalone-linux-amd64
./djehooty-standalone-linux-amd64

CTRL+C stops Djehooty.

For more information on how djehooty-standalone works, refer to the djehooty-backend documentation.