Handles all the steps of installing mods in Satisfactory for you.
Download the latest release for your platform from the releases page.
Just choose a compatible mod and click install. SMM will take care of everything else!
- One-click install of any mod
- Automatically downloads the dependencies of any mod
- Mod update notifications
- Mod profiles and sharing of them
- View the mod description in the app
If you have any questions or run into issues, you can ask in the Satisfactory Modding discord for quicker responses than the GitHub issues. If there is any error message, please include it along with the generated debug info zip.
# install dependencies
yarn install
# serve with hot reload at localhost:9080
yarn dev
# build electron application for production
yarn dist
# lint all JS/Vue component files in `src/`
yarn lint