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.

OSArchitectureDownload
macOSApple Siliconyarr_darwin_arm64.zip
macOSIntelyarr_darwin_amd64.zip
WindowsARM64yarr_windows_arm64.zip
Windowsx86-64yarr_windows_amd64.zip
LinuxARM64yarr_linux_arm64.zip
LinuxARMv7yarr_linux_armv7.zip
Linuxx86-64yarr_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.