System Requirements
Windows
Both the Client and GPU Agent are supported on Windows 10 and Windows 11.
Linux
The client and GPU agent are supported on Debian-based distributions (version 10 and greater, like Ubuntu 18.04) and Red Hat Enterprise Linux (RHEL) 8-based distributions, such as AlmaLinux 8 or greater. Other distributions with similar or newer release dates are also likely supported.
Currently, only the client is supported when running in WSL on Windows.
Graphical apps are currently only supported on Windows clients. Both Linux and Windows agents support graphics.
Client Prerequisites for Running Applications
Windows
- Windows 10 or Windows 11
If you're running on a virtual machine with graphics drivers that don't support Vulkan, you must install the Vulkan Runtime separately. Make sure to download the "Runtime" not the SDK (e.g. VulkanRT-<version>-Installer.exe).
Linux
Ubuntu 18.04 or greater, Debian 10 or greater.
- 
The following packages must be installed: - 
libatomic1 
- 
libnuma1 
 tipThese packages can be installed by running the command: sudo apt update && sudo apt install libatomic1 libnuma1
- 
AlmaLinux 8 or greater, (RHEL)-based.
- 
The following packages must be installed: - 
libatomic 
- 
numactl-libs tipThese packages can be installed by running the command: sudo dnf update && sudo dnf install libatomic numactl-libs
 
- 
Agent Device Prerequisites for GPU Hosting
On all platforms an NVIDIA GPU with an installed driver version 535 or greater, and a CUDA driver version 12.2 through to 13.0.
Windows
- Windows 10 or 11
Linux
Ubuntu 18.04 or greater, Debian 10 or greater.
- 
The following packages must be installed: - 
libatomic1 
- 
libnuma1 
- 
libvulkan1 
- 
libgl1 
- 
libglib2.0-0 
 tipThese packages can be installed by running the command: sudo apt update && sudo apt install libvulkan1 libgl1 libglib2.0-0 libatomic1 libnuma1
- 
AlmaLinux 8 or greater, (RHEL)-based.
- 
The following packages must be installed: - 
libatomic 
- 
numactl-libs 
- 
vulkan-loader 
- 
mesa-libGL 
- 
glib2 tipThese packages can be installed by running the command: sudo dnf update && sudo dnf install vulkan-loader mesa-libGL glib2 libatomic numactl-libs
 
- 
Help Improve This Page
Found a mistake? Want to contribute? Edit this page on GitHub or explore more editing options.