### Quick install (Linux)
```bash
### Manual install (Linux)
```bash
| grep -o '"tag_name":"*"' | cut -d'"' -f4) \
&& sudo curl -fsSL "https://gitlab.com/api/v4/projects/80082599/packages/generic/hermit/${TAG}/hermit-linux-${ARCH}" \
-o /usr/local/bin/hermit \
&& sudo chmod +x /usr/local/bin/hermit
```
Re-run the same command to update to the latest release.
### Windows
Download `hermit-windows-amd64.exe` from
the [latest release](https://gitlab.com/beavuck-services/hermit/-/releases/permalink/latest).
Alternatively, use Docker -- see [DOCKER.md](../DOCKER.md).