Unofficial Mobile Client
Play Anywhere. No Internet Required.
A fully offline wrapper for PokéRogue — the browser-based Pokémon roguelite. Save locally, import from your online account, and battle on the go.
What's Included
Everything from the official game, plus exclusive additions you won't find anywhere else.
Fully Offline
No internet required after install. Play anywhere, anytime — airplane mode included.
Local Save Data
Saves persist between sessions, stored entirely on your device.
Unlock Everything New
Instantly unlock all starters, forms, and progression via Manage Data — no save import needed.
Add Egg Vouchers New
Instantly add 99 of every egg voucher type via Manage Data — hatch as many eggs as you want.
Reset Everything New
Wipe all local data with one tap in Manage Data. Use with caution.
Live Daily Seed New
The only offline client that loads the actual server daily seed — including special event daily runs.
Import Online Save
Bring your progress over from pokerogue.net with a simple export/import flow.
Always Up To Date
Built directly from the official PokéRogue source — automatically stays current with every upstream update.
Build Number in Banner
The app version is shown in the banner for easy identification when requesting support.
Getting Started
Choose your platform below and follow the steps to get PokéRogue Offline on your device.
Option 01
Requires a one-time computer setup with iLoader, then everything runs wirelessly from the device. Full instructions on the dedicated guide page.
→ Full Setup GuideOption 02
Wireless refresh, no PC needed after setup. Limited to 3 sideloaded apps at once, and apps must be refreshed every 7 days.
PokeRogueOffline.ipaOption 03
If you already use Feather or Sideloadly, just sign and install the IPA as you normally would. No special steps needed.
Android
No sideloading tool needed on Android — just download and install the APK directly from the releases page.
PokeRogueOffline.apkLinux
No installation needed — the AppImage is fully self-contained. Just download, mark as executable, and run.
PokeRogueOffline.AppImagechmod +x PokeRogueOffline.AppImage./PokeRogueOffline.AppImage⚠️ Sandbox Error Fix
If you see a fatal sandbox error mentioning chrome-sandbox not being owned by root or missing mode 4755, your system's AppArmor or kernel settings are blocking the Chromium sandbox. There are two ways to fix this:
Option A — Pass --no-sandbox (quickest)
Run the AppImage with the sandbox disabled:
./PokeRogueOffline.AppImage --no-sandbox
Option B — AppArmor unprivileged user namespace (recommended)
On Ubuntu 23.10+ and other distros that restrict unprivileged user namespaces, you can create an AppArmor profile that allows the AppImage to sandbox itself properly without disabling security globally:
sudo aa-status | grep apparmor
If AppArmor is running, create a profile to allow user namespaces for the AppImage:
sudo tee /etc/apparmor.d/pokerogue-offline <<'EOF'
abi <abi/4.0>,
include <tunables/global>
profile pokerogue-offline /path/to/PokeRogueOffline.AppImage flags=(unconfined) {
userns,
}
EOF
sudo apparmor_parser -r /etc/apparmor.d/pokerogue-offline
Replace /path/to/PokeRogueOffline.AppImage with the actual path on your system. After running, launch the AppImage normally without --no-sandbox.
Windows
No installation needed — the EXE is a portable build. Just download and run.
PokeRogueOffline.exemacOS
For Macs with Apple Silicon chips.
PokeRogueOffline-arm64.dmgxattr -cr /Applications/PokeRogueOffline.app in Terminal, then try again.
macOS
For Macs with Intel chips.
PokeRogueOffline-x64.dmgxattr -cr /Applications/PokeRogueOffline.app in Terminal, then try again.
AltStore Compatible
Get notified of updates automatically by adding the source repo to AltStore or SideStore.
Add the following URL as a source in AltStore or SideStore:
https://pokerogue-offline.github.io/pokerogue-offline/repo.json
Note: AltStore support is newly added and hasn't been fully tested yet. If you run into any issues, please report them in the Discord channel below.
How to add a source in AltStore
Save Data
Already have progress on pokerogue.net? Bring it into the app — or use Unlock Everything to start fresh.
Made by
Questions, bugs, or feedback? Find me on the PokéRogue Discord.