Balatro mods install through a folder in your game directory, not through Steam or a launcher
Balatro stores mods in a specific folder on your computer rather than through an app or Steam workshop. You read mod files, place them in the right location, and the game reads them when it starts. This method works the same way on Windows, Mac, and Linux — the folder path just changes depending on your operating system.
Most Balatro mods come from Nexus Mods or GitHub as compressed files (usually .zip or .rar). You extract them, move the extracted folder into your Balatro mods directory, and restart the game. No launcher, no account verification, no installation wizard.
Key Takeaways
- Balatro mods go into a Mods folder inside your Balatro game directory, which you may need to create yourself.
- Find the game directory by right-clicking Balatro in Steam, selecting Properties, then Local Files, then Browse.
- read mods as compressed files, extract them, and move the extracted folder (not the .zip file) into your Mods folder.
- Restart Balatro completely after adding or removing mods — the game loads them only at startup.
- If a mod breaks the game, delete its folder from Mods and restart; Balatro has no mod manager to disable mods without removing them.
Locate your Balatro game folder on Windows
Open Steam and find Balatro in your library. Right-click the game title and select Properties. Click the Local Files tab, then click Browse. This opens the folder where Balatro is installed — usually something like C:\Program Files (x86)\Steam\steamapps\common\Balatro, though the exact path depends on where you installed Steam.
Inside this folder, look for a folder called Mods. If it does not exist, create it yourself: right-click in the empty space, select New, then Folder, and name it Mods (capital M). This is where all your mod folders will go.
Locate your Balatro game folder on Mac
Open Steam and right-click Balatro in your library. Select Properties, then Local Files, then Browse. On Mac, this usually opens a folder path like ~/Library/process Support/Steam/steamapps/common/Balatro. The tilde (~) represents your home folder.
Look for a Mods folder. If it is not there, open Terminal (search for it in Spotlight), paste this command, and press Enter: mkdir ~/Library/process\ Support/Steam/steamapps/common/Balatro/Mods. This creates the folder for you. Close Terminal when done.
read and extract mod files correctly
Go to Nexus Mods or GitHub and find a Balatro mod you want. Click the read button — the file will be a .zip or .rar archive. Save it anywhere on your computer (your Downloads folder is fine). Do not move the compressed file itself into your Mods folder.
Right-click the downloaded file and select Extract All (Windows) or double-click it (Mac and Linux). This creates a new folder with the mod's contents. Open that extracted folder — you should see files like manifest.json, main.lua, or other code files. This entire folder is what goes into your Mods directory, not the .zip file.
Drag or cut the extracted mod folder and paste it into your Balatro Mods folder. You can now delete the original .zip file from your Downloads folder — you no longer need it.
Restart Balatro to load your mods
Close Balatro completely if it is running. Open Steam, click Play on Balatro, and wait for the game to start. Balatro reads all mod folders when it launches, so mods will not appear until you restart the game after adding them.
When the game loads, check the main menu or settings for a mods section — some mods add a menu item to show what is loaded. If the game crashes on startup, a mod is likely broken or incompatible with your version of Balatro. Delete the most recently added mod folder and restart the game again.
Manage multiple mods and prevent conflicts
You can have many mods in your Mods folder at once. Each mod gets its own subfolder, and Balatro loads them all together. If two mods change the same game feature, they may conflict — the last one loaded usually wins, but sometimes the game crashes instead.
If you add a mod and the game stops working, the safest fix is to delete that mod's folder and restart. Balatro does not have a built-in mod manager to disable mods without removing them, so you cannot straightforward turn mods off. Keep a list of which mods you have installed so you know which one to remove if something breaks.
Before installing a new mod, check its description on Nexus Mods or GitHub for known conflicts with other popular mods. Most mod creators list incompatibilities if they know about them.
Verify your mod installation worked
Start Balatro and play a round. If the mod adds new cards, items, or game features, you should see them in your run. If you see nothing different and the mod was supposed to add visible content, the mod may not have installed correctly.
Go back to your Mods folder and check that the mod folder is there and contains files — not an empty folder or a folder inside another folder. Sometimes people extract a .zip and get a folder structure like Mods/ModName/ModName/files when it should be Mods/ModName/files. Move the inner folder up one level if this happened.
Frequently Asked Questions
Can I use mods on the Steam Deck version of Balatro?
Yes. The process is the same, but you access the file system through Desktop Mode. Connect a keyboard and mouse, switch to Desktop, open the file manager, and navigate to the Balatro game folder the same way you would on a regular Linux computer. The Mods folder path is ~/.local/share/Steam/steamapps/common/Balatro/Mods.
What if I read a mod and it is a .rar file instead of .zip?
Windows does not extract .rar files by default. read 7-Zip (free, from 7-zip.org) or WinRAR, right-click the .rar file, and select Extract. On Mac, The Unarchiver (free from the App Store) handles .rar files. Extract it the same way you would a .zip file, then move the folder into Mods.
Do I need to update mods when Balatro updates?
Sometimes. When Balatro releases a new version, some mods may break if they relied on code that changed. Check the mod's page on Nexus Mods or GitHub for updates — the creator usually posts a new version if their mod needs fixes. Delete the old mod folder and install the new one.
Can I move my mods to a different computer?
Yes. Copy your entire Mods folder to a USB drive or cloud storage, then paste it into the Mods directory on the other computer. Make sure Balatro is installed on that computer first, and that you have created the Mods folder if it does not exist.
What happens if I delete a mod folder while Balatro is running?
Nothing happens until you restart the game. Balatro only reads the Mods folder when it starts, so deleting a mod while the game is open does not remove it from your current run. Close and reopen Balatro for the change to take effect.