WSL Support

If you are unable to use the Windows build, WSL supports running Linux GUI apps on Windows starting with Windows 10 Insiders build 21362 or later. See the announcement here:

The Initial Preview of GUI app support is now available for the Windows Subsystem for Linux | Windows Command Line

Setting up your WSL environment

For detailed instruction on setting up your WSL environment, follow steps outlined in:

microsoft/wslg

For this setup, the process is documented using the Ubuntu 20.04 distro. Steps would be similar for other distros. We recommend installing your choice of browser and file manager. The link above provides steps for Edge and Nautilus.

Setting up Replay

Once the environment is set up, Replay can be installed using a list of commands from the Ubuntu command line.

  1. Download the Linux package of Replay.
sudo curl [<https://replay.io/downloads/linux-replay.tar.bz2>](<https://replay.io/downloads/linux-replay.tar.bz2>) -L -o /opt/linux-replay.tar.bz2