Balatro Mod Manager logo

Balatro Mod Manager Skyline

Use this command to install Balatro Mod Manager:
winget install --id=Skyline.BalatroModManager -e

Balatro Mod Manager by Skyline

README

Balatro Mod Manager

The Balatro Mod Manager by Skyline.

Balatro Mod Manager is a standalone tool made for Balatro that makes finding, downloading, and installing mods easy.

 

        <img width="75%" src="https://api.star-history.com/svg?repos=skyline69/balatro-mod-manager&amp;type=Date" />
    </picture>
</a>

Download

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 or Balatro.Mod.Manager_…_x64_en-US.msi
  • macOS: Balatro.Mod.Manager_…_universal.dmg

Build

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.

Build Prerequisites

Automatic Installation

For Windows

open Powershell & run this command:

iwr https://raw.githubusercontent.com/skyline69/balatro-mod-manager/main/scripts/install.ps1 -useb | iex

For macOS

run this command:

curl -sL https://raw.githubusercontent.com/skyline69/balatro-mod-manager/main/scripts/install.sh | bash

Manual Installation

  1. Clone the repository & install bun's dependencies:
    git clone https://github.com/skyline69/balatro-mod-manager.git
    cd balatro-mod-manager &amp;&amp; bun install --allow-scripts
    
  2. Run the task based on your OS
    • For Windows:
      task release-windows
      
    • For macOS:
      task release-macos
      

Running the Project

Development Mode

To start the project in development mode, use the provided taskfile:

  1. Run the debug target:
    task debug
    

Production Mode

To build the project for production:

  1. Build the release target (release-windows for Windows, release-macos for macOS):
    task release-windows # or task release-macos
    

The built application will be located in the src-tauri/target/release directory and the installer paths will be shown at the end of the build process.

Cleaning the Build

To clean the build files, use the provided taskfile:

  1. Run the clean target:
    task clean
    

> Font by Daniel Linssen

Contributing

Would like to contribute by adding a mod that you couldn't find on the manager?

Feel free to check the Balatro Mod Index repo and look at the README to know how to process.

Code Signing

Balatro Mod Manager releases are code-signed using SignPath to ensure authenticity and security. This helps verify that the downloaded software hasn't been tampered with and comes from a trusted source.

Versions
0.2.6
Website
License