This document provides information about distributing Ring applications using the Ring2EXE tool. Ring2EXE can generate executable files for Windows, Linux, macOS, and mobile devices from Ring source code. It works by first compiling the Ring code to a Ring object file, then embedding that object file into a C program along with the Ring runtime library to generate an executable. Options allow controlling library inclusion and target platform. Examples demonstrate building console, GUI, game, and mobile applications using Ring2EXE.