Skip to content

skyline69/balatro-mod-manager

Repository files navigation

Balatro Mod Manager

The Balatro Mod Manager by Skyline.

Star History

Star History Chart

Startup Screen

first cover

Home Screen

second cover

Installation

Prebuilt Binaries

You can checkout the prebuilt binaries here.

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 deno's dependencies:

    git clone https://github.com/skyline69/balatro-mod-manager.git
    cd balatro-mod-manager && deno install --allow-scripts
  2. Install dependencies for the Svelte frontend:

    cd src-tauri
    deno task install
  3. Install dependencies for the Rust backend:

    cargo build

Running the Project

Development Mode

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

  1. Run the debug target:
    make debug

Production Mode

To build the project for production:

  1. Build the release target:
    make release

The built application will be located in the src-tauri/target/release directory.

Cleaning the Build

To clean the build files, use the provided Makefile:

  1. Run the clean target:
    make clean

Font by Daniel Linssen