Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Latest commit

 

History

History
35 lines (25 loc) · 1.53 KB

File metadata and controls

35 lines (25 loc) · 1.53 KB

balatro-tui

A balatro mod manager and helper for the terminal.

Written in Rust with the Ratatui library.

Currently only supports Linux, but support for Windows (+macos, maybe) is planned.

Uses the Balatro Mod Index repository for downloading mods.

Currently implemented

  • Viewing mod list
  • Launching the game
  • Installing mods from the Balatro Mod Index
  • Installing and updating Lovely

Planned (in order of when they will probably be added)

  • Updating mods
  • Helper scripts for making mods
  • Windows support (already implemented but untested and uncompiled)

If people actually want it

  • MacOS support (already somewhat implemented but I am even less confident in it's current state than Windows support.)

Why?

The traditional Balatro Mod Manager does not have good Linux support. This vexes me as a Linux user. So I decided to make my own mod manager from scratch rather than patching BMM to work (even though that's also something I did, although they haven't accepted my pull request yet). Anyway, TL;DR, much better linux support.

As for why it's a terminal application, I spend a lot of time doing ./run_balatro.sh in the terminal when I am developing mods and having a launcher for that sounded pretty nice to me, plus I wanted to add some extra scripts for helping with developing mods (ie, automatically making 2x versions of all textures), which would be much easier to use in a terminal rather than as a standalone app. Plus it's fast this way, compared to using Tauri.