# Merge Fellas

*Published:* 2026-06-12
*Author:* Mitja Rutnik

.bfak-mf{--bg:#FFFFFF;--ink:#0E1A1A;--muted:#4B5C5B;--accent:#1F3837;--surface:#FAF7F2;
--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-mf *{box-sizing:border-box;}
.bfak-mf a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;}
.bfak-mf a:hover{text-decoration-thickness:2px;}
.bfak-mf code{font-family:var(--mono);font-size:.875em;color:var(--ink);}
.bfak-mf-edu{font-size:12px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin:0 0 24px;}
.bfak-mf-hero{display:flex;gap:20px;align-items:center;margin:0 0 40px;}
.bfak-mf-hero img{width:88px;height:88px;border-radius:20px;flex:0 0 auto;}
.bfak-mf-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 6px;}
.bfak-mf-hero-name em{font-style:italic;}
.bfak-mf-hero-meta{font-size:14px;color:var(--muted);margin:0;}
.bfak-mf-hero-meta strong{color:var(--ink);font-weight:500;}
.bfak-mf-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:0 0 48px;padding:24px 0;border-top:1px solid rgba(46,74,71,.08);border-bottom:1px solid rgba(46,74,71,.08);}
.bfak-mf-stat b{display:block;font-family:var(--serif);font-size:22px;font-weight:500;color:var(--ink);}
.bfak-mf-stat span{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;}
.bfak-mf-h2{font-family:var(--serif);font-size:28px;line-height:1.2;font-weight:500;letter-spacing:-.01em;color:var(--ink);margin:48px 0 20px;}
.bfak-mf-h2 em{font-style:italic;}
.bfak-mf p{margin:0 0 16px;}
.bfak-mf-shots{margin:0 0 8px;}
.bfak-mf-shots img{width:100%;height:auto;border-radius:12px;display:block;}
.bfak-mf-cap{font-size:13px;color:var(--muted);margin:0 0 8px;}
.bfak-mf-list{list-style:none;padding:0;margin:0;}
.bfak-mf-list li{display:grid;grid-template-columns:24px 1fr;gap:12px;margin:0 0 18px;}
.bfak-mf-list li:last-child{margin-bottom:0;}
.bfak-mf-list li::before{content:"";width:20px;height:20px;border-radius:50%;background:rgba(46,74,71,.06);border:1.5px solid var(--accent);margin-top:2px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%231F3837' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;}
.bfak-mf-list strong{display:block;font-weight:500;color:var(--ink);margin:0 0 2px;}
.bfak-mf-list p{font-size:14px;color:var(--muted);margin:0;}
.bfak-mf-steps{list-style:none;padding:0;margin:0;counter-reset:step;}
.bfak-mf-steps li{counter-increment:step;display:grid;grid-template-columns:32px 1fr;gap:16px;margin:0 0 22px;}
.bfak-mf-steps li:last-child{margin-bottom:0;}
.bfak-mf-steps li::before{content:counter(step) ".";font-family:var(--serif);font-size:20px;font-weight:500;color:var(--muted);}
.bfak-mf-steps strong{display:block;font-weight:500;color:var(--ink);margin:0 0 2px;}
.bfak-mf-steps p{font-size:14px;color:var(--muted);margin:0;}
.bfak-mf-cmp{width:100%;border-collapse:collapse;font-size:15px;margin:0;}
.bfak-mf-cmp th{text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:500;padding:0 12px 12px 0;border-bottom:1px solid rgba(46,74,71,.12);}
.bfak-mf-cmp td{padding:12px 12px 12px 0;border-bottom:1px solid rgba(46,74,71,.06);vertical-align:top;color:var(--ink);}
.bfak-mf-related{display:grid;grid-template-columns:1fr;gap:10px;margin:0;}
.bfak-mf-related a{display:block;padding:14px 16px;border:1px solid rgba(46,74,71,.1);border-radius:10px;text-decoration:none;color:var(--ink);font-weight:500;}
.bfak-mf-related a:hover{border-color:var(--accent);}
.bfak-mf-related a span{display:block;font-size:13px;color:var(--muted);font-weight:400;margin-top:2px;}
.bfak-mf-disc{margin:48px 0 0;padding:20px;background:rgba(46,74,71,.03);border-radius:12px;}
.bfak-mf-disc-title{font-family:var(--serif);font-size:18px;font-weight:500;color:var(--ink);margin:0 0 10px;}
.bfak-mf-disc p{font-size:13px;line-height:1.55;color:var(--muted);margin:0 0 10px;}
.bfak-mf-disc p:last-child{margin:0;}
@container (max-width:480px){.bfak-mf-stats{grid-template-columns:repeat(2,1fr);}}
Information for educational purposes only

 ![Merge Fellas icon](https://bestforandroid.com/apk/wp-content/uploads/2026/05/icon169.png)Merge Fellas *[Mod APK](https://bestforandroid.com/apk/ "apps apk download")*

Version **2.4.5** · TapMen · `com.tapmen.mergefellas`

 

**2.4.5**Version

**110 MB**Size

**10M+**Installs

**4.2**Rating





What *Merge Fellas* is
----------------------

Merge Fellas is a relaxed merge puzzle from TapMen built around internet characters, memes, and cute creatures. You drop pets into a box and slide them around so identical ones touch and combine into the next creature up the chain. There is no timer and no fail state, so the loop stays calm: drop, merge, fill the board, watch a new fella appear.

The game leans into its theme packs. You unlock cats, capybaras, friends, meme faces, and the viral Italian Brainrot characters, each as its own mode with its own merge ladder. That variety is the reason people keep it installed past the first session, since clearing one pack opens a fresh set of creatures to chase.

The base game is free with shake boosts and revives that you earn slowly or buy. The modded build on this page front-loads those resources so you can experiment with merges without rationing every shake.



A look at *the board*
---------------------

![Merge Fellas gameplay screenshots](https://bestforandroid.com/apk/wp-content/uploads/2026/05/shots169.jpg)

Merge ladders across the cat, capybara, and meme packs.



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

- **Unlimited shakes.**The board-shake booster, normally rationed, refills freely so you can reshuffle a stuck layout whenever you want.
- **Free revives.**Bring the board back after it fills up without spending earned currency or sitting through an ad gate.
- **No forced ad walls.**The interruptions that gate boosters in the free build are stripped out, so a session runs uninterrupted.
- **All theme packs reachable.**With resources freed up, working through the cat, capybara, friends, and Brainrot ladders is far quicker.
- **Same save structure.**The mod keeps the standard progression, so your merges and unlocked packs persist between sessions as usual.



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

1. **Download the APK**Tap the download button above. The file saves to your Downloads folder.
2. **Allow unknown sources**Open Settings, search `Install unknown apps`, and enable it for your browser or file manager.
3. **Open the file**Tap the downloaded APK. [Android](https://bestforandroid.com/ "best android guides")’s package installer shows the requested permissions.
4. **Install**Confirm the install and wait for the progress bar to complete.
5. **Launch and play**Open Merge Fellas, pick a theme pack, and start dropping creatures.



Mod APK vs *Play Store*
-----------------------

  Mod APKPlay Store  ShakesUnlimitedEarned or purchased RevivesFreeCurrency or ad gated Ad interruptionsRemovedPresent UpdatesManual re-downloadAutomatic 

Related *games*
---------------

 [Subway Surfers Mod APKEndless runner with unlimited coins and keys](https://bestforandroid.com/apk/subway-surfers-mod-apk/) [8 Ball Pool Mod APKPool with extended aim and free coins](https://bestforandroid.com/apk/8-ball-pool-mod-new/) [Ludo King Mod APKClassic board game with unlocked perks](https://bestforandroid.com/apk/ludo-king-mod/) [Coin Master free spinsDaily spin and coin links](https://bestforandroid.com/coin-master-free-spins-coins/) [8 Ball Pool tips and tricksAim and shot guidance for casual players](https://bestforandroid.com/8-ball-pool-tips-tricks/)



Disclaimer

The modded Merge Fellas APK described here is a community-built variant. It is not published by TapMen and is not affiliated with or endorsed by the official Merge Fellas team. The information is provided for educational purposes and for readers evaluating the game before buying boosters.

If you enjoy the game, the official version on Google Play supports continued development. All names, trademarks, and logos belong to their owners. Rights holders: see our [DMCA process](/apk/dmca/) to request removal.




(function(){
  var els=document.querySelectorAll('.bfak-mf');
  if(!('IntersectionObserver' in window)){return;}
  for(var i=0;i<els.length;i++){els.style.opacity='0';els.style.transform='translateY(12px)';els.style.transition='opacity .6s ease, transform .6s ease';}
  var ob=new IntersectionObserver(function(entries){
    for(var j=0;j<entries.length;j++){
      if(entries.isIntersecting){entries.target.style.opacity='1';entries.target.style.transform='none';ob.unobserve(entries.target);}
    }
  },{threshold:0.08});
  for(var k=0;k<els.length;k++){ob.observe(els);}
})();

{"@context":"https://schema.org","@type":"SoftwareApplication","name":"Merge Fellas Mod APK","operatingSystem":"Android","applicationCategory":"GameApplication","offers":{"@type":"Offer","price":"0","priceCurrency":"USD"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"4.2","ratingCount":"43000"}}
.reveal,,,, *, *{opacity:1 !important;transform:none !important;visibility:visible !important}