cav is a Bash script for managing Balatro mods. 🍌 ⚡ ✨
Currently it only works on Linux.
- Install Balatro through Steam on Linux
- Run
curl https://raw.githubusercontent.com/lynn/cav/refs/heads/main/cav > ~/.local/bin/cav - Run
cav installto install Lovely and Steamodded - Run
cav newto start making a new mod! - (WIP) Run
cav modsto list available mods, andcav add <xyz>to install a mod.
| Command | Description |
|---|---|
cav install | Install Lovely and Steamodded. |
cav install lovely | Force-reinstall the latest version of Lovely. |
cav install steamodded | Force-reinstall the latest version of Steamodded. |
cav list lovely | List available versions of Lovely. |
cav list steamodded | List available versions of Steamodded. |
cav status | View installed versions of Lovely and Steamodded. |
cav uninstall | Uninstall Lovely and Steamodded. |
cav new | Create a new mod in the Mods folder. |
cav mods | List mods available for installation. |
cav add <mod> | Install a mod. |