Install FTL: Hyperspace on Linux manually
No downgrade is needed on Linux. Hyperspace ships a library for both 1.6.12 and 1.6.13.
-
Steam settings
Section titled “Steam settings”Skip this if you did not buy FTL on Steam.
Two Steam settings will undo your work if you leave them alone. Right-click FTL: Faster Than Light in your library and open Properties.
Show me how to open Properties

Turn off Steam Cloud
Section titled “Turn off Steam Cloud”Under General, untick Keep games saves in the Steam Cloud. Left on, it restores outdated saves with broken state which can keep Hyperspace from launching.
Show me the checkbox

Turn off automatic updates
Section titled “Turn off automatic updates”Under Updates, set automatic updates to Only update this game when I launch it.
-
Install the Hyperspace library
Section titled “Install the Hyperspace library”Download
FTL.Hyperspace.x.xx.x-Linux.zipfrom the latest release and extract it. Inside you will find:- Hyperspace.ftl keep this for the mod manager step
- README.txt
DirectoryLinux/
- Hyperspace.1.6.12.amd64.so
- Hyperspace.1.6.13.amd64.so
- liblua5.3.so.0
Which library you need depends on your FTL version. Launch FTL and read the version from the lower right of the main menu rather than guessing, then close the game.
Your FTL version Usually means Library to copy 1.6.13 Steam Hyperspace.1.6.13.amd64.so1.6.12 GOG, Humble, DRM-free Hyperspace.1.6.12.amd64.soOnly a Windows copy? You will have to run it through Wine or Proton instead.
- Copy one Hyperspace library, the one matching your version, into the folder
containing
FTL.amd64. - Copy
liblua5.3.so.0into that same folder. - Open the
FTLlaunch script in a text editor and add a line beforeexec:
Terminal window LD_PRELOAD=./Hyperspace.1.6.13.amd64.so exec "$here/$command.$arch" "$@" -
Set up a mod manager
Section titled “Set up a mod manager”You need a mod manager to patch
.ftlfiles into the game. Pick one. The rest of this guide follows whichever tab you choose.Actively maintained, reads the same mods as Slipstream, and can install Hyperspace for you.
- Download the build for your machine from the ftlman releases page. Windows users want
ftlman-x86_64-pc-windows-gnu.zip. - Extract the
ftlmanfolder anywhere you like. It does not have to live in your FTL directory. - If FTL is currently modded, revert it to vanilla first. Coming from Slipstream, that means opening Slipstream, unticking every mod, and patching.
- Run
ftlman. A Steam install is detected automatically; otherwise open Settings and paste your FTL folder into FTL data directory.
The original manager, unchanged since 2018. Still works, and worth keeping if a mod misbehaves under ftlman.
- Make sure FTL is vanilla before installing or upgrading Slipstream. Check
ftl.dat: roughly 270 MB, or 212 MB on GOG. Much larger means mods are still patched in. - Download Slipstream 1.9.1.
- Extract it to a folder you will keep. Do not run it from inside the ZIP.
- Java must be installed.
- Download the build for your machine from the ftlman releases page. Windows users want
-
Patch Hyperspace in
Section titled “Patch Hyperspace in”Put the
Hyperspace.ftlfrom the ZIP into your manager’smodsfolder, tick it, and apply. Tick any other Hyperspace-based mods after it. -
Check it worked
Section titled “Check it worked”Launch FTL. About halfway through the loading screen, and again on the menu, a small version string appears in the top right. That is Hyperspace reporting itself, and it means the binary is loaded.
If your mod’s main menu comes up with no errors, you are done.
Hyperspace is now installed and ready to play. Everything below is optional.
Adding Multiverse
Section titled “Adding Multiverse”Multiverse is the largest mod built on Hyperspace, and it installs differently from everything else.
- Open the Multiverse release thread and scroll to DOWNLOAD RAW FILES (OTHER PLATFORMS, UPDATES, MANUAL INSTALL). Ignore the installer above it, that one is Windows-only and does its own thing.
- Download both files listed there, the Assets File and the Data File.
- Put both
.zipfiles in your mod manager’smodsfolder. - Patch them in this order, and nothing else:
- Tick Multiverse Assets first, then Multiverse Data
- Leave Hyperspace unticked
- Press Apply
- Enable ZIP support: Preferences → allow_zip, then File → Re-Scan mods/
- Tick FTL-Multiverse first, then any Multiverse-compatible add-ons
- Leave Hyperspace unticked
- Press Patch
Uninstalling
Section titled “Uninstalling”Delete the Hyperspace.*.so file from your FTL folder and remove the LD_PRELOAD
line you added to the launch script.