Command Line
Run yarr as a server and access it from any browser.
Download
Download the command line version from the releases page. The file name does not contain _gui.
| OS | Architecture | Download |
|---|---|---|
| macOS | Apple Silicon | yarr_darwin_arm64.zip |
| macOS | Intel | yarr_darwin_amd64.zip |
| Windows | ARM64 | yarr_windows_arm64.zip |
| Windows | x86-64 | yarr_windows_amd64.zip |
| Linux | ARM64 | yarr_linux_arm64.zip |
| Linux | ARMv7 | yarr_linux_armv7.zip |
| Linux | x86-64 | yarr_linux_amd64.zip |
Run
Start the server:
./yarr
The server listens on 127.0.0.1:7070 by default. yarr stores the data automatically in the user config folder.
Example
Run the server on all interfaces with password protection:
yarr -addr 0.0.0.0:7070 -auth alice:secret
Open http://host:7070 in a browser and sign in with alice / secret.