Hetty can be installed via several package managers depending on your operating system, or via Docker.
macOS
Use Homebrew:
brew install hettysoft/tap/hetty
Linux
Use Snap:
sudo snap install hetty
Windows
Use Scoop:
scoop bucket add hettysoft https://github.com/hettysoft/scoop-bucket.git
scoop install hettysoft/hetty
Docker
To run Hetty with a volume for database and certificate storage, and port 8080 forwarded, use the following command:
docker run -v $HOME/.hetty:/root/.hetty -p 8080:8080 \
ghcr.io/dstotijn/hetty:latest
Manual Installation
Download the latest release for your OS and architecture from GitHub Releases and move the binary to a directory in your $PATH.
brew install hettysoft/tap/hetty