# Tasker

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

.bfak-tk{
  --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-tk *{box-sizing:border-box;}
.bfak-tk a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;}
.bfak-tk a:hover{text-decoration-thickness:2px;}
.bfak-tk code{font-family:var(--mono);font-size:.875em;color:var(--ink);}
.bfak-tk-edu{font-size:12px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin:0 0 24px;}
.bfak-tk-hero{margin:0 0 48px;}
.bfak-tk-hero-name{font-family:var(--serif);font-size:40px;line-height:1.1;font-weight:500;letter-spacing:-.02em;color:var(--ink);margin:0 0 8px;}
.bfak-tk-hero-name em{font-style:italic;}
.bfak-tk-hero-meta{font-size:14px;color:var(--muted);margin:0 0 16px;font-weight:400;}
.bfak-tk-hero-meta strong{color:var(--ink);font-weight:500;}
.bfak-tk-hero-value{font-size:20px;line-height:1.45;color:var(--ink);margin:0 0 24px;font-weight:400;}
.bfak-tk-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-tk-h2:first-child{margin-top:0;}
.bfak-tk-h2 em{font-style:italic;}
.bfak-tk p{margin:0 0 16px;font-size:16px;line-height:1.55;color:var(--ink);}
.bfak-tk p:last-child{margin-bottom:0;}
.bfak-tk-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:32px 24px;margin:0;}
.bfak-tk-feature-icon{color:var(--accent);margin:0 0 12px;}
.bfak-tk-feature-icon svg{width:20px;height:20px;display:block;}
.bfak-tk-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-tk-feature-text{font-size:14px;line-height:1.5;color:var(--muted);margin:0;}
.bfak-tk-info{display:grid;grid-template-columns:140px 1fr;gap:12px 24px;margin:0;font-size:16px;}
.bfak-tk-info dt{font-size:14px;color:var(--muted);font-weight:400;margin:0;}
.bfak-tk-info dd{font-size:16px;color:var(--ink);margin:0;}
@container (max-width:480px){.bfak-tk-info{grid-template-columns:1fr;gap:4px;}.bfak-tk-info dt{margin-top:12px;}.bfak-tk-info dt:first-child{margin-top:0;}}
.bfak-tk-mod-list{list-style:none;padding:0;margin:0;}
.bfak-tk-mod-list li{margin:0 0 24px;}
.bfak-tk-mod-list li:last-child{margin-bottom:0;}
.bfak-tk-mod-list strong{display:block;font-size:16px;font-weight:500;color:var(--ink);margin:0 0 4px;}
.bfak-tk-mod-list p{font-size:14px;line-height:1.5;color:var(--muted);margin:0;}
.bfak-tk-steps{list-style:none;padding:0;margin:0;counter-reset:step;}
.bfak-tk-steps li{counter-increment:step;display:grid;grid-template-columns:32px 1fr;gap:16px;margin:0 0 24px;}
.bfak-tk-steps li:last-child{margin-bottom:0;}
.bfak-tk-steps li::before{content:counter(step) ".";font-family:var(--serif);font-size:20px;font-weight:500;color:var(--muted);line-height:1.25;}
.bfak-tk-steps strong{display:block;font-size:16px;font-weight:500;color:var(--ink);margin:0 0 4px;}
.bfak-tk-steps p{font-size:14px;line-height:1.5;color:var(--muted);margin:0;}
.bfak-tk-related{list-style:none;padding:0;margin:0;display:grid;gap:16px;}
.bfak-tk-related li{margin:0;}
.bfak-tk-related a{font-family:var(--serif);font-size:18px;font-weight:500;}
.bfak-tk-related span{display:block;font-size:14px;color:var(--muted);margin-top:2px;}
.bfak-tk-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-tk-faq dt:not(:first-of-type){margin-top:32px;}
.bfak-tk-faq dd{font-size:16px;line-height:1.55;color:var(--ink);margin:0;}
.bfak-tk-disclaimer{margin:64px 0 0;}
.bfak-tk-disclaimer-title{font-family:var(--serif);font-size:20px;font-weight:500;letter-spacing:-.01em;color:var(--ink);margin:0 0 12px;}
.bfak-tk-disclaimer p{font-size:14px;line-height:1.55;color:var(--muted);margin:0 0 12px;}
.bfak-tk-disclaimer p:last-child{margin-bottom:0;}
.bfak-tk-disclaimer a{color:var(--muted);text-decoration:underline;}
.bfak-tk-disclaimer a:hover{color:var(--accent);}
.bfak-tk {opacity:0;transform:translateY(12px);}
.bfak-tk.is-ready {transition:opacity .6s ease,transform .6s ease;}
.bfak-tk .is-visible{opacity:1;transform:none;}
Information for educational purposes only

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

Version **6.7.0-beta** · joaomgcd · `net.dinglisch.<a data-internallinksmanager029f6b8e52c="78" href="https://bestforandroid.com/" title="best android guides">android</a>.taskerm`

The full automation toolkit for Android, unlocked. Build profiles, tasks, and scenes that run your phone for you, with every paid feature already active.

What is *Tasker*
----------------

Tasker is an automation app from joaomgcd that lets you script your Android phone to react to almost anything. You set up a profile that watches for a condition, such as arriving at a location, plugging in headphones, or a time of day, and Tasker fires off a task in response. The task can change settings, send a message, launch an app, run a shell command, or chain dozens of actions together.

The app is a paid tool on Google Play. It is built for power users who want their phone to behave a certain way without touching it. Common setups include silencing the ringer at the office, reading texts aloud while driving, auto-replying when the battery is low, and backing up photos when WiFi connects. Once a profile is built, it runs quietly in the background.

What makes Tasker different from a simple shortcut app is depth. It supports variables, loops, conditions, JavaScript, and plug-ins, so a profile can grow from a single action into a small program. That depth is the reason it has stayed the reference automation app on Android for over a decade.

Key *features*
--------------



Profiles and triggers

React to time, location, app launch, event, state, gesture, or sensor. Stack multiple contexts on one profile.





Variables and logic

Use global and local variables, if/else conditions, loops, and arrays to build real programs from tasks.





Scenes

Design custom overlays, pop-ups, and dashboards with buttons, sliders, and text that drive your tasks.





Shell and JavaScript

Run shell commands and JavaScript snippets inside a task for full control over the device and data.





Plug-ins and HTTP

Extend with AutoApps plug-ins, call web APIs over HTTP, and connect smart-home and server workflows.





Import and share

Import community projects with one tap, then tweak them. Export your own profiles to share or back up.





App *info*
----------

Publisherjoaomgcd (modded build)Package ID`net.dinglisch.android.taskerm`Version6.7.0-betaUpdatedMay 2026Size~38 MBAndroid floorAndroid 8.1 and aboveArchitecturearm64-v8a, armeabi-v7aPermissionsAccessibility, storage, location, network, device admin (optional)CategoryToolsWhat this *mod* offers
----------------------

The modified build of Tasker 6.7.0-beta is the full paid app, patched so the purchase check passes without buying it on Google Play. Every feature behaves as if you owned a licensed copy.

- **Full app unlocked, no purchase.**The one-time paid license is patched out. The trial timer and the buy prompt are gone, and the app opens straight into the full editor.
- **Every action category available.**All built-in action plug-ins, from app control to media to system settings, are usable with no paid gate on any of them.
- **Unlimited profiles and tasks.**Build as many profiles, tasks, scenes, and projects as your device can hold, with no licensing cap.
- **Scenes and widgets enabled.**The full Scene editor and home-screen widget support are active, so custom dashboards and quick-launch tiles work out of the box.
- **No license re-check nags.**The periodic license verification that can interrupt the official build is disabled, so the app stays out of your way.
- **Import-ready for community projects.**The TaskerNet and AutoApps import flow is open, so you can pull shared automations and start tweaking right away.

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

Tasker installs through the standard Android sideload flow. If your file manager already has the unknown-sources permission, the whole thing is three taps.

1. **Download the APK file**Tap the download button on this page. The file lands in your default Downloads folder.
2. **Allow installs from this source**Open Settings, search for `Install unknown apps`, find your file manager or browser, and toggle the permission on.
3. **Open the downloaded APK**Tap the file in Downloads. Android’s package installer opens and lists the permissions Tasker requests.
4. **Tap Install**Confirm the install and wait for the progress bar to finish. Tap Open to launch the app.
5. **Grant accessibility access**On first run, Tasker asks for accessibility and a few other permissions so it can read events and change settings. Grant the ones your profiles need.

Mod APK vs *Google Play*
------------------------

The official Tasker on Google Play is a paid app that costs a one-time fee. After purchase you get every feature and automatic updates through the Play Store. The modded APK on this page gives you the same full feature set without the upfront purchase, which is useful for trying the app before you buy or for readers in markets where the price is steep.

The trade-off is updates. The Play version updates itself; the modded APK has to be re-downloaded when a new build lands. If Tasker becomes part of your daily setup, buying the official copy from joaomgcd is the way to get automatic updates and support continued development.

Related *apps*
--------------

- [Lucky Patcher](https://bestforandroid.com/apk/lucky-patcher-mod-apk-download/)Patch and manage app licenses and permissions on rooted and non-rooted devices.
- [Nova Launcher Prime](https://bestforandroid.com/apk/nova-launcher-prime/)A deep-customization home screen that pairs well with Tasker shortcuts and gestures.
- [AdGuard premium](https://bestforandroid.com/apk/adguard-premium-mod-apk-download/)System-wide ad and tracker blocking, another power-user staple for Android.
- [cloud gaming and login guide](https://bestforandroid.com/now-gg-roblox-login-guide/)More from BestForAndroid on running apps and games beyond the phone.
- [free streaming alternatives](https://bestforandroid.com/free-movies-sites-alternatives/)Our roundup of entertainment apps and sites worth a look.

Disclaimer

The modded Tasker APK described above is a community-built variant. It is not published by joaomgcd and is not affiliated with or endorsed by the official Tasker team. The information on this page is provided for educational and informational purposes, including for readers in markets where the paid app is priced beyond local purchasing power and for users evaluating the full feature set before buying.

If you decide to keep using Tasker after evaluation, the official paid version from joaomgcd supports continued development and gives you automatic updates. All app names, trademarks, and logos belong to their respective owners. Rights holders: see our [DMCA process](/apk/dmca/) to request removal.




(function(){
  var root=document.querySelector('.bfak-tk');
  if(!root){return;}
  root.classList.add('is-ready');
  var items=root.querySelectorAll('');
  if(!('IntersectionObserver' in window)){
    for(var i=0;i<items.length;i++){items.classList.add('is-visible');}
    return;
  }
  var obs=new IntersectionObserver(function(entries){
    for(var j=0;j<entries.length;j++){
      if(entries.isIntersecting){
        entries.target.classList.add('is-visible');
        obs.unobserve(entries.target);
      }
    }
  },{threshold:0.12});
  for(var k=0;k<items.length;k++){obs.observe(items);}
})();


{"@context":"https://schema.org","@type":"SoftwareApplication","name":"Tasker Mod APK","operatingSystem":"Android 8.1+","applicationCategory":"UtilitiesApplication","offers":{"@type":"Offer","price":"0","priceCurrency":"USD"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"4.2","ratingCount":"53000"},"author":{"@type":"Organization","name":"joaomgcd"},"softwareVersion":"6.7.0-beta"}