{"id":25918433,"url":"https://github.com/blake502/balatro-mobile-maker","last_synced_at":"2025-03-03T15:01:06.846Z","repository":{"id":228668250,"uuid":"774609308","full_name":"blake502/balatro-mobile-maker","owner":"blake502","description":"Create a mobile Balatro app from your Steam version of Balatro","archived":false,"fork":false,"pushed_at":"2024-11-10T01:58:39.000Z","size":147,"stargazers_count":926,"open_issues_count":71,"forks_count":44,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-02-24T14:05:50.755Z","etag":null,"topics":["android","balatro","cross-platform","ios","mobile","mod"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blake502.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-19T21:13:13.000Z","updated_at":"2025-02-24T09:47:11.000Z","dependencies_parsed_at":"2024-03-23T19:28:24.740Z","dependency_job_id":"14e0ec42-9415-4c98-84d7-9a24dfb34854","html_url":"https://github.com/blake502/balatro-mobile-maker","commit_stats":null,"previous_names":["blake502/balatro-apk-maker"],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blake502%2Fbalatro-mobile-maker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blake502%2Fbalatro-mobile-maker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blake502%2Fbalatro-mobile-maker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blake502%2Fbalatro-mobile-maker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blake502","download_url":"https://codeload.github.com/blake502/balatro-mobile-maker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241686805,"owners_count":20003111,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","balatro","cross-platform","ios","mobile","mod"],"created_at":"2025-03-03T15:00:30.738Z","updated_at":"2025-03-03T15:01:06.824Z","avatar_url":"https://github.com/blake502.png","language":"C#","funding_links":[],"categories":["Tools"],"sub_categories":[],"readme":"# Balatro Mobile Maker\n\nThe goal of this project is to allow *Balatro* fans to play *Balatro* on their mobile devices. This project provides a **NON-PIRACY** avenue for players to do so, by converting their *Steam* copy of *Balatro* to a mobile app. Balatro Mobile Maker also supports automatically transferring your saves back and forth between your *Steam* copy of the game and your mobile device (save transfer features only officially available on Windows and Android, for now).\n\nMods are not _officially_ supported, [but they will probably work if you transfer your saves from a modded system](https://github.com/blake502/balatro-mobile-maker/issues/11).\n\nKeep in mind that Balatro Mobile Maker is still in beta! Please report any bugs you encouter in the [issues section](https://github.com/blake502/balatro-mobile-maker/issues). If you encounter bugs with the latest release, try the previous release.\n\n## Quick Start Guide\nPlease review the **Notes** section before you begin.\n - Download or compile [**balatro-mobile-maker**](https://github.com/blake502/balatro-mobile-maker/releases).\n - Run **balatro-mobile-maker**.\n - Follow the prompts to apply optional patches. If you're unsure, always select \"Y\".\n ### For Android:\n - Copy the resulting **balatro.apk** to your Android device, or allow the program to automatically install using [USB Debugging](https://developer.android.com/studio/debug/dev-options).\n - Optionally, allow the program to automatically transfer your saves from your *Steam* copy of *Balatro* using [USB Debugging](https://developer.android.com/studio/debug/dev-options).\n ### For iOS:\n - Sideload **balatro.ipa** using [AltStore](https://altstore.io/)\n - Optionally, [copy your saves to your iOS device](https://github.com/blake502/balatro-mobile-maker/issues/64#issuecomment-2094660508).\n\n ## Optional Patches\n- **FPS Cap** — Caps FPS to a desired number (Or to the device's native refresh rate-- recommended for battery performance)\n- **Landscape Orientation** — Locks the game to landscape orientation (Recommended, since portrait orientation does not behave very well)\n- **High DPI** — Enables [High DPI graphics mode in Love](https://love2d.org/wiki/love.window.setMode) (Recommended for iOS)\n- **CRT Shader Disable** — Disables the CRT Shader (Recommended for Pixel and some other devices)\n\n## Notes\n - This script assumes that **Balatro.exe** or **Game.love** is located in the default *Steam* directory. If it is not, simply copy your **Balatro.exe** or **Game.love** to the same folder as **balatro-mobile-maker**\n - This script will automatically download [7-Zip](https://www.7-zip.org/)\n ### For Android:\n - This script will automatically download [OpenJDK](https://www.microsoft.com/openjdk)\n - This script will automatically download [APK Tool](https://apktool.org/)\n - This script will automatically download [uber-apk-signer](https://github.com/patrickfav/uber-apk-signer/)\n - This script will automatically download [love-11.5-android-embed.apk](https://github.com/love2d/love-android/)\n - This script will automatically download [Balatro-APK-Patch](https://github.com/blake502/balatro-mobile-maker/releases/tag/Additional-Tools-1.0)\n - This script can automatically download [Android Developer Bridge](https://developer.android.com/tools/adb) (optional)\n ### For iOS:\n - This script will automatically download [Balatro-IPA-Base](https://github.com/blake502/balatro-mobile-maker/releases/tag/Additional-Tools-1.0)\n\n ## Recogition (in no particular order)\n - [Every contributor](https://github.com/blake502/balatro-mobile-maker/graphs/contributors)\n - Developers of [uber-apk-signer](https://github.com/patrickfav/uber-apk-signer)\n - Developers of [LÖVE](https://love2d.org/)\n - Developers of [7-Zip](https://www.7-zip.org/)\n - Developers of [APKTool](https://apktool.org/)\n - Delevopers of [Balatro](https://www.playbalatro.com/)\n\n ## License\n - [7-Zip](https://github.com/ip7z/7zip/blob/main/DOC/License.txt) is licensed under the GNU LGPL license.\n - This project uses [APKTool](https://github.com/iBotPeaches/Apktool/blob/master/LICENSE.md)\n - This project uses [uber-apk-signer](https://github.com/patrickfav/uber-apk-signer/blob/main/LICENSE)\n - This project uses [LÖVE](https://github.com/love2d/love/blob/main/license.txt)\n - This project uses [OpenJDK](https://www.microsoft.com/openjdk)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblake502%2Fbalatro-mobile-maker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblake502%2Fbalatro-mobile-maker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblake502%2Fbalatro-mobile-maker/lists"}