Download Taskeract

Choose your platform and install method.

Recommended for macOS. Installs and auto-updates via Homebrew.

brew tap acqusys/taskeract && brew install --cask taskeract

Direct download for macOS Apple Silicon.

Download .dmg

Install from the Arch User Repository.

yay -S taskeract

Add the Taskeract repository for automatic updates via APT.

curl -fsSL https://f001.backblazeb2.com/file/taskeract-pub/gpg/taskeract-repo.gpg.key \
  | sudo gpg --dearmor -o /usr/share/keyrings/taskeract.gpg
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/taskeract.gpg] \
  https://f001.backblazeb2.com/file/taskeract-pub/apt stable main" \
  | sudo tee /etc/apt/sources.list.d/taskeract.list
sudo apt update && sudo apt install taskeract

Add the Taskeract repository for automatic updates via DNF.

sudo rpm --import https://f001.backblazeb2.com/file/taskeract-pub/gpg/taskeract-repo.gpg.key
sudo tee /etc/yum.repos.d/taskeract.repo << 'EOF'
[taskeract]
name=Taskeract
baseurl=https://f001.backblazeb2.com/file/taskeract-pub/yum/x86_64
enabled=1
gpgcheck=0
repo_gpgcheck=1
gpgkey=https://f001.backblazeb2.com/file/taskeract-pub/gpg/taskeract-repo.gpg.key
EOF
sudo dnf install taskeract

Recommended for Windows. Install and update via the built-in package manager.

winget install Acqusys.Taskeract

Direct download for Windows x86_64. No administrator privileges required.

Download .exe

System requirements

  • macOS — Apple Silicon
  • Linux — Arch, Debian/Ubuntu, or Fedora/RHEL-based distributions, x86_64
  • Windows — Windows 10 (1803+) or Windows 11, x86_64

macOS note: Taskeract is not yet code-signed or notarized with Apple. If macOS reports the app is "damaged," remove the quarantine attribute:

xattr -cr /Applications/Taskeract.app