The Balatro Mod Manager by Skyline.
Balatro Mod Manager is a standalone tool made for Balatro that makes finding, downloading, and installing mods easy.
Balatro Mod Manager is currently available for Windows and macOS. The installer is standalone and does not require any external libraries.
Download the Balatro Mod Manager installer here.
Scroll down to find ▸Assets and download the right version of the installer for your system.
- Windows:
Balatro.Mod.Manager_…_x64-setup.exe
orBalatro.Mod.Manager_…_x64_en-US.msi
- macOS:
Balatro.Mod.Manager_…_universal.dmg
Alternatively, if you would prefer to build Balatro Mod Manager yourself instead of downloading the prebuilt installer, Balatro Mod Manager can be compiled from source using the instructions below.
open Powershell & run this command:
iwr https://raw.githubusercontent.com/skyline69/balatro-mod-manager/main/scripts/install.ps1 -useb | iex
run this command:
curl -sL https://raw.githubusercontent.com/skyline69/balatro-mod-manager/main/scripts/install.sh | bash
-
Clone the repository & install deno's dependencies:
git clone https://github.com/skyline69/balatro-mod-manager.git cd balatro-mod-manager && deno install --allow-scripts
-
Install dependencies for the Svelte frontend:
cd src-tauri deno task install
-
Install dependencies for the Rust backend:
cargo build
To start the project in development mode, use the provided taskfile:
- Run the debug target:
task debug
To build the project for production:
- Build the release target:
task release
The built application will be located in the src-tauri/target/release
directory.
To clean the build files, use the provided taskfile:
- Run the clean target:
task clean
Font by Daniel Linssen