This project is an alternative to the Slipstream Mod Manager, written in Rust and with some additional features.
Currently automatic hyperspace installation is supported for the following FTL versions: - Steam (Linux and Windows) - Epic - Origin (untested)
Patching the Microsoft version is technically supported but you may encounter permission problems if you try to patch it in the original installation directory.
If you find a mod that fails to patch with ftlman but works with slipstream or one that works different under ftlman open an issue.
¹ ftlman's XML parser is modeled closely after FTL's (RapidXML). This means it is very lenient but behaviour may be slightly different than Slipstream, due to Slipstream's messy handling of sloppy parsing.
This is the recommended method of installation.
Pre-built binaries for Linux, MacOS and Windows are available in the Releases tab.
ftlman directory from the archive into your FTL directory (or wherever you want, it doesn't matter).mods directory into the ftlman/mods directory and your mod order will be automatically migrated.Compilation requires a nightly Rust toolchain due to questionable design decisions I made in silpkg. For instructions on installing Rust go to https://www.rust-lang.org/tools/install, make sure to select the nightly toolchain release during installation.
After installing Rust, open a terminal then execute the following command:
cargo install --locked --git https://github.com/afishhh/ftlman ftlman
[!NOTE] The same command can be used to update the program.
You should then be able to run ftlman in a terminal to start the program.
[!NOTE] These instructions also apply to Windows users, just replace terminal with
cmd.exe.
Add this repository to your flake inputs and then use the default package output.
{
# ... other inputs ...
inputs.ftlman.url = "github:afishhh/ftlman";
# Optionally reuse top-level nixpkgs
# inputs.ftlman.inputs.nixpkgs.follows = "nixpkgs";
outputs = { self, ftlman, ... }:
let
package = ftlman.packages.${system}.default;
in {
# use package
};
}
You can also try out the program using nix run:
nix run github:afishhh/ftlman
$ claude mcp add ftlman \
-- python -m otcore.mcp_server <graph>