# Temple Run 2 Mod APK

*Published:* 2026-05-28
*Author:* Mitja Rutnik

.bfak-am{
  --bg:#FFFFFF;--ink:#0E1A1A;--muted:#4B5C5B;--accent:#1F3837;--surface:#F4F6F4;
  --sans:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif;
  --serif:'Fraunces',Georgia,'Times New Roman',serif;
  --mono:'JetBrains Mono',ui-monospace,Menlo,Monaco,monospace;
  color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.55;font-weight:400;
  max-width:720px;margin:0 auto;container-type:inline-size;
}
.bfak-am *{box-sizing:border-box;}
.bfak-am a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;}
.bfak-am a:hover{text-decoration-thickness:2px;}
.bfak-am code{font-family:var(--mono);font-size:.875em;color:var(--ink);}

.bfak-am-edu{font-size:12px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin:0 0 24px;}

.bfak-am-hero{display:grid;grid-template-columns:96px 1fr;gap:24px;align-items:center;margin:0 0 48px;}
.bfak-am-hero-icon{width:96px;height:96px;border-radius:20px;overflow:hidden;background:var(--surface);}
.bfak-am-hero-icon img{display:block;width:100%;height:100%;object-fit:cover;}
.bfak-am-hero-text{min-width:0;}
.bfak-am-hero-name{font-family:var(--serif);font-size:36px;line-height:1.1;font-weight:500;letter-spacing:-.02em;color:var(--ink);margin:0 0 8px;}
.bfak-am-hero-name em{font-style:italic;color:var(--accent);}
.bfak-am-hero-meta{font-size:14px;color:var(--muted);margin:0;font-weight:400;}
.bfak-am-hero-meta strong{color:var(--ink);font-weight:500;}
@container (max-width:480px){.bfak-am-hero{grid-template-columns:72px 1fr;gap:16px;}.bfak-am-hero-icon{width:72px;height:72px;}.bfak-am-hero-name{font-size:28px;}}

.bfak-am-lead{font-size:18px;line-height:1.5;color:var(--ink);margin:0 0 48px;font-weight:400;}

.bfak-am-h2{font-family:var(--serif);font-size:28px;line-height:1.2;font-weight:500;letter-spacing:-.01em;color:var(--ink);margin:64px 0 24px;}
.bfak-am-h2:first-child{margin-top:0;}
.bfak-am-h2 em{font-style:italic;color:var(--accent);}

.bfak-am p{margin:0 0 16px;font-size:16px;line-height:1.55;color:var(--ink);}
.bfak-am p:last-child{margin-bottom:0;}

.bfak-am-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:32px 24px;margin:0;}
.bfak-am-stat-label{font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:0 0 8px;}
.bfak-am-stat-value{font-family:var(--serif);font-size:24px;line-height:1.2;font-weight:500;color:var(--ink);margin:0;}
@container (max-width:480px){.bfak-am-stats{grid-template-columns:repeat(2,1fr);}}

.bfak-am-screenshot{margin:32px 0;border-radius:16px;overflow:hidden;}
.bfak-am-screenshot img{display:block;width:100%;height:auto;}
.bfak-am-screenshot figcaption{font-size:13px;color:var(--muted);margin:12px 0 0;text-align:center;}

.bfak-am-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px 24px;margin:0;}
.bfak-am-feature-icon{color:var(--accent);margin:0 0 12px;}
.bfak-am-feature-icon svg{width:20px;height:20px;display:block;}
.bfak-am-feature-title{font-family:var(--serif);font-size:20px;font-weight:500;letter-spacing:-.01em;color:var(--ink);margin:0 0 4px;line-height:1.25;}
.bfak-am-feature-text{font-size:14px;line-height:1.5;color:var(--muted);margin:0;}

.bfak-am-info{display:grid;grid-template-columns:140px 1fr;gap:12px 24px;margin:0;font-size:16px;}
.bfak-am-info dt{font-size:14px;color:var(--muted);font-weight:400;margin:0;}
.bfak-am-info dd{font-size:16px;color:var(--ink);margin:0;}
@container (max-width:480px){.bfak-am-info{grid-template-columns:1fr;gap:4px;}.bfak-am-info dt{margin-top:12px;}.bfak-am-info dt:first-child{margin-top:0;}}

.bfak-am-mod-list{list-style:none;padding:0;margin:0;}
.bfak-am-mod-list li{margin:0 0 24px;}
.bfak-am-mod-list li:last-child{margin-bottom:0;}
.bfak-am-mod-list strong{display:block;font-size:16px;font-weight:500;color:var(--ink);margin:0 0 4px;}
.bfak-am-mod-list p{font-size:14px;line-height:1.5;color:var(--muted);margin:0;}

.bfak-am-steps{list-style:none;padding:0;margin:0;counter-reset:step;}
.bfak-am-steps li{counter-increment:step;display:grid;grid-template-columns:32px 1fr;gap:16px;margin:0 0 24px;}
.bfak-am-steps li:last-child{margin-bottom:0;}
.bfak-am-steps li::before{content:counter(step) ".";font-family:var(--serif);font-size:20px;font-weight:500;color:var(--muted);line-height:1.25;}
.bfak-am-steps strong{display:block;font-size:16px;font-weight:500;color:var(--ink);margin:0 0 4px;}
.bfak-am-steps p{font-size:14px;line-height:1.5;color:var(--muted);margin:0;}

.bfak-am-news{list-style:disc;padding:0 0 0 20px;margin:0;}
.bfak-am-news li{font-size:16px;line-height:1.55;color:var(--ink);margin:0 0 8px;}
.bfak-am-news li:last-child{margin-bottom:0;}
.bfak-am-news li::marker{color:var(--muted);}

.bfak-am-related{list-style:none;padding:0;margin:0;}
.bfak-am-related li{padding:16px 0;border-bottom:1px solid rgba(14,26,26,.08);}
.bfak-am-related li:last-child{border-bottom:none;}
.bfak-am-related a{font-family:var(--serif);font-size:18px;font-weight:500;color:var(--ink);text-decoration:none;letter-spacing:-.01em;display:block;margin:0 0 4px;}
.bfak-am-related a:hover{color:var(--accent);}
.bfak-am-related p{font-size:14px;line-height:1.5;color:var(--muted);margin:0;}

.bfak-am-faq dt{font-family:var(--serif);font-size:20px;font-weight:500;letter-spacing:-.01em;color:var(--ink);margin:0 0 8px;line-height:1.3;}
.bfak-am-faq dt:not(:first-of-type){margin-top:32px;}
.bfak-am-faq dd{font-size:16px;line-height:1.55;color:var(--ink);margin:0;}

.bfak-am-disclaimer{margin:64px 0 0;}
.bfak-am-disclaimer-title{font-family:var(--serif);font-size:20px;font-weight:500;letter-spacing:-.01em;color:var(--ink);margin:0 0 12px;}
.bfak-am-disclaimer p{font-size:14px;line-height:1.55;color:var(--muted);margin:0 0 12px;}
.bfak-am-disclaimer p:last-child{margin-bottom:0;}
.bfak-am-disclaimer a{color:var(--muted);text-decoration:underline;}
.bfak-am-disclaimer a:hover{color:var(--accent);}
Information for educational purposes only

![Temple Run 2 app icon](https://bestforandroid.com/apk/wp-content/uploads/2026/05/temple-run-2-icon.png)

Temple Run 2 *[Mod APK](https://bestforandroid.com/apk/ "apps apk download")*

Version **1.132.0** · Imangi Studios · `com.imangi.templerun2`

 

The endless runner that started a whole genre, now with the upgrade economy unlocked. Sprint through the cursed temple, dodge fire blowers, leap chasms – without grinding coins for weeks to afford a new character or power-up tier.



App at a *glance*
-----------------

Version1.132.0

Size130 MB

Installs1B+

Rating4.1 / 5



What is Temple Run 2
--------------------

Temple Run 2 is the sequel to Imangi Studios’ genre-defining endless runner from 2013, still updated more than a decade later. The setup has not changed: you swiped a cursed idol from a jungle temple and a giant demonic monkey wants it back. Swipe to turn at corners, jump gaps, slide under fallen logs, lean to gather coins.

The sequel widened the world. Zip-lines, mine carts, river rapids, and rope swings break up the sprint sections, all stitched into a single procedurally laid track. The roster has grown to dozens of explorers across themed seasons. Power-ups stack across runs: coin magnets, shields, head starts, score boosters.

It runs free on the Play Store with optional in-app purchases for coins, gems, and character unlocks. Most progression is gated behind the in-game economy – which is exactly what the modded build adjusts.



![Temple Run 2 gameplay screenshots showing the jungle chase, the demonic monkey, and an explorer mid-sprint](https://bestforandroid.com/apk/wp-content/uploads/2026/05/temple-run-2-screenshots.jpg)Three sections of the run: the temple drop, the rope-bridge crossing, and the open jungle sprint.Key *features*
--------------



Swipe controls

Four-direction swipe handles turns, jumps, slides, and lean steering. Calibrated for one-thumb play on a commute.

 



Mine carts and zip-lines

Set-piece sections break up the sprint with cart rides and tilt-steered cable runs across canyons.

 



Dozens of characters

Guy Dangerous, Scarlett Fox, Barry Bones, Karma Lee and a rotating cast of seasonal explorers, each with skins.

 



Stackable power-ups

Magnets, shields, head starts, score multipliers. Upgrade duration and effect with coins between runs.

 



Themed seasons

Sky Summit, Frozen Shadows, Spirit Festival and more. Each season swaps tilesets, music, and obstacle sets.

 



Offline play

No network needed for a run. Leaderboard sync happens when you reconnect.

 





App info
--------

 PublisherImangi Studios (modded build) Package ID`com.imangi.templerun2` Version1.132.0 UpdatedApril 2026 Size~130 MB [Android](https://bestforandroid.com/ "best android guides") floorAndroid 6.0 and above Architecturearm64-v8a, armeabi-v7a (universal APK) PermissionsNetwork access, storage for save data, optional ad ID CategoryArcade / Endless Runner

What this mod offers
--------------------

The modified build of Temple Run 2 1.132.0 unblocks the coin and gem economy so progression no longer depends on grinding the same chase over and over. The core gameplay, controls, and obstacle generation are untouched – this is an economy unlock, not a cheat module that changes how the game plays.

- **Unlimited coins.**Coin balance does not deplete when you spend. Buy character unlocks, max out power-up tiers, and queue head-start packs in one sitting.
- **Unlimited gems.**The premium currency normally bought with real money is uncapped. Use it for mid-run resurrects and gem-gated upgrades.
- **All characters unlocked.**The full explorer roster across every released season is available from the character picker.
- **Power-ups at max tier.**Magnet, shield, score multiplier, and coin doubler start at their highest upgrade level.
- **Ads removed from the run loop.**The interstitial banner between failed runs is skipped, and the “watch ad for second chance” prompt is replaced with a free resurrect.



How to install
--------------

The install follows the standard Android sideload flow. If you have the Play Store version installed already, uninstall it first – the package IDs match and the installer will refuse to overlay without a fresh slate.

1. **Download the APK file**Tap the download button at the top of this page. The file lands in your default Downloads folder, about 130 MB.
2. **Uninstall the Play Store version**If Temple Run 2 is already installed from Google Play, long-press its icon and choose Uninstall. Cloud-synced high scores are kept on Imangi’s servers.
3. **Allow installs from your file manager**Open Settings, search for `Install unknown apps`, find your file manager or browser, and toggle the permission on for that one app.
4. **Open the downloaded APK**Tap the file in your Downloads folder. Android’s package installer opens and shows the requested permissions.
5. **Tap Install and launch**Confirm the install. Wait for the progress bar to finish, then tap Open. The first run will load assets, which can take 20 to 30 seconds.



What’s new in version *1.132.0*
-------------------------------

- New seasonal track theme with redrawn temple tileset and updated music loop.
- Two new explorers added to the unlock roster.
- Smoother turn animation when chaining two corners in quick succession.
- Performance pass for mid-tier Snapdragon and Helio devices.
- Compatibility fixes for Android 15 and One UI 7.



Related *endless runners* and casual picks
------------------------------------------

- [Subway Surfers Mod APK](https://bestforandroid.com/apk/subway-surfers-mod-apk/)The other endless runner that shares the swipe-to-turn DNA – graffiti, city rooftops, hoverboards. Kiloo and SYBO’s long-running rival to Temple Run.
- [Hill Climb Racing](https://bestforandroid.com/apk/hill-climb-racing/)If endless running is the genre’s verb, hill climbing is the casual physics cousin. Same pick-up-and-play loop, different control scheme.
- [Super Mario Run](https://bestforandroid.com/apk/super-mario-apk-android-1/)Nintendo’s auto-running platformer, the closest Mario has come to the endless-runner space. Tap to jump, tap-and-hold for vault tricks.
- [Coin Master free spins guide](https://bestforandroid.com/coin-master-free-spins-coins/)Casual mobile gaming reference from the main BFA site – economy guide for one of the longest-running Android free-to-play hits.
- [8 Ball Pool tips and tricks](https://bestforandroid.com/8-ball-pool-tips-tricks/)Another casual mainstay from the main BFA site.



FAQ
---

 Is Temple Run 2 free on the Play Store? Yes. The official Temple Run 2 from Imangi Studios is free with optional in-app purchases for coins, gems, and character unlocks. No subscription. What is different about the modded APK? The modded build keeps the game and obstacle generation identical to the official release. What changes is the in-game economy: coin and gem balances do not deplete when you spend, every explorer is unlocked, and power-ups start at their maximum upgrade tier. Will my Play Games progress carry over? Cloud-synced high scores can come back when you sign in with the same account on the modded build, but local upgrade levels reset because the app installs as a fresh package. Treat it as a clean save with a stocked economy. What Android version do I need? Temple Run 2 1.132.0 requires Android 6.0 (Marshmallow) or above. The APK ships as a universal build for arm64-v8a and armeabi-v7a, so it runs on every Android phone from 2016 onward that is not an x86 tablet. How big is the download? The 1.132.0 APK is approximately 130 MB. Installed size is around 130 MB once Android extracts the asset packs, plus a small amount for save data.

*Disclaimer:* The modded Temple Run 2 APK described on this page is a community-built variant. It is not published by Imangi Studios and is not affiliated with or endorsed by the official Temple Run 2 team. The information here is provided for educational and informational purposes, including for readers in markets where premium in-app currency is priced beyond local purchasing power and for users evaluating the upgrade economy before spending real money. If you keep playing after evaluation, the official version on Google Play supports continued development. All app names, trademarks, and logos belong to their respective owners. Rights holders: see our [DMCA process](/apk/dmca/) to request removal.


{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[
{"@type":"Question","name":"Is Temple Run 2 free on the Play Store?","acceptedAnswer":{"@type":"Answer","text":"Yes. The official Temple Run 2 from Imangi Studios is free to download with optional in-app purchases for coins, gems, and character unlocks. There is no subscription and no time-limited trial."}},
{"@type":"Question","name":"What is different about the modded APK?","acceptedAnswer":{"@type":"Answer","text":"The modded build keeps the game and obstacle generation identical to the official release. What changes is the in-game economy: coin and gem balances do not deplete when you spend, every explorer is unlocked, and power-ups start at their maximum upgrade tier."}},
{"@type":"Question","name":"Will my Play Games progress carry over?","acceptedAnswer":{"@type":"Answer","text":"Cloud-synced high scores stored on Imangi servers can come back when you sign in with the same account on the modded build, but local upgrade levels reset because the modded app installs as a fresh package payload. Treat it as a clean save with a stocked economy."}},
{"@type":"Question","name":"What Android version do I need?","acceptedAnswer":{"@type":"Answer","text":"Temple Run 2 1.132.0 requires Android 6.0 (Marshmallow) or above. The APK ships as a universal build for arm64-v8a and armeabi-v7a, so it runs on every Android phone from 2016 onward that is not an x86 tablet."}},
{"@type":"Question","name":"How big is the download?","acceptedAnswer":{"@type":"Answer","text":"The 1.132.0 APK is approximately 130 MB. The installed size is around 130 MB once Android extracts the asset packs, plus a small amount for player save data and cached leaderboard responses."}}
]}