The official FreeSO Launcher for Windows, macOS, and Linux.
app
folder.npm install
.npm run start
.After cloning and running npm install
, build the launcher by following the steps below:
app
folder, run npm run buildwin
.app
folder, run npm run builddarwin
.app
folder, run npm run builddeb
.Built binaries are generated in the release
folder (FreeSO Launcher.dmg
for macOS, FreeSO Launcher Setup.exe
for Windows, and FreeSO Launcher.deb
for Linux).
Notes on building for multiple platforms:
npm run buildwin
.npm run buildwin
. This is due to the .dmg creation process during macOS builds, which is incompatible with Windows systems.npm run builddeb
, you need to be on a macOS or Linux machine.Visit the Releases page to download the latest version of FreeSO Launcher for Windows, macOS, or Linux.
We currently support 64-bit Debian-based distros, like Ubuntu.
From version 1.12.x onwards, a .deb package is included in the release assets.
As of launcher version 1.11.x and onward, we no longer support:
Users of these operating systems will need to remain on launcher version 1.10.x or earlier. You can find the last 1.10.x release here.
This change follows the discontinuation of support for these versions by Electron (and Chromium also) starting with Electron 23. For further details, please refer to this informative article on the Electron blog.
Visit the FreeSO Launcher Wiki for: