TaskTick

March 17, 2026 Β· View on GitHub

TaskTick Icon

TaskTick

A native macOS app for managing scheduled tasks.
No crontab, no launchd β€” just TaskTick.

Latest Release Downloads Platform License

⬇️ Download Latest | πŸ’– Sponsor

δΈ­ζ–‡ζ–‡ζ‘£


TaskTick Screenshot

Features

  • Menu Bar Resident β€” runs in background, always accessible from menu bar
  • Flexible Scheduling β€” date, time, repeat cycle with intuitive UI (like Reminders)
  • Script Execution β€” inline scripts or local files (.sh, .py, .rb, .js)
  • Script Templates β€” built-in templates (DB backup, log cleanup, health check, etc.) + create and manage your own
  • Execution Logs β€” stdout/stderr capture, exit codes, duration tracking
  • Notifications β€” macOS system notifications on success/failure (per task)
  • Crontab Import β€” import from system crontab with one click
  • i18n β€” English & Simplified Chinese, switchable in-app
  • Auto Updates β€” checks GitHub Releases for new versions
  • macOS 26 Ready β€” liquid glass effects on supported systems

Template Manager

Quickly create tasks from built-in templates or save your own scripts for reuse. Supports categories, notes, script validation, and file import.

Template Manager

Requirements

  • macOS 14 (Sonoma) or later
  • Apple Silicon or Intel Mac

Install

brew tap lifedever/tap
brew install --cask task-tick

Update to the latest version:

brew upgrade --cask task-tick

Download

Grab the latest .dmg from Releases:

FileArchitecture
TaskTick-x.x.x-arm64.dmgApple Silicon (M1/M2/M3/M4)
TaskTick-x.x.x-x86_64.dmgIntel Mac

On first launch: Right-click TaskTick.app β†’ Open β†’ Open

Or run: xattr -cr /Applications/TaskTick.app

Build from Source

git clone https://github.com/lifedever/TaskTick.git
cd TaskTick
swift build -c release
swift run

If TaskTick is useful to you, consider sponsoring the developer to support ongoing maintenance.

License

GPL-3.0 Β© lifedever