Download Latest Version task_freebsd_386.tar.gz (14.0 MB)
Email in envelope

Get an email when there's a new version of Task

Home / v3.47.0
Name Modified Size InfoDownloads / Week
Parent folder
task_3.47.0_linux_386.deb 2026-01-25 14.1 MB
task_3.47.0_linux_amd64.apk 2026-01-25 15.8 MB
task_3.47.0_linux_arm64.apk 2026-01-25 14.2 MB
task_3.47.0_linux_arm.apk 2026-01-25 14.7 MB
task_checksums.txt 2026-01-25 2.8 kB
task_3.47.0_linux_386.apk 2026-01-25 14.7 MB
task_3.47.0_linux_386.rpm 2026-01-25 14.7 MB
task_3.47.0_linux_riscv64.apk 2026-01-25 15.1 MB
task_3.47.0_linux_arm64.rpm 2026-01-25 14.2 MB
task_3.47.0_linux_arm.rpm 2026-01-25 14.7 MB
task_3.47.0_linux_riscv64.rpm 2026-01-25 15.1 MB
task_3.47.0_linux_amd64.deb 2026-01-25 15.1 MB
task_3.47.0_linux_amd64.rpm 2026-01-25 15.8 MB
task_3.47.0_linux_arm64.deb 2026-01-25 13.7 MB
task_3.47.0_linux_arm.deb 2026-01-25 14.1 MB
task_3.47.0_linux_riscv64.deb 2026-01-25 14.5 MB
task_darwin_arm64.tar.gz 2026-01-25 14.4 MB
task_freebsd_arm64.tar.gz 2026-01-25 13.6 MB
task_freebsd_arm.tar.gz 2026-01-25 14.1 MB
task_windows_arm64.zip 2026-01-25 13.8 MB
task_darwin_amd64.tar.gz 2026-01-25 15.4 MB
task_linux_386.tar.gz 2026-01-25 14.0 MB
task_windows_arm.zip 2026-01-25 14.4 MB
task_freebsd_amd64.tar.gz 2026-01-25 15.0 MB
task_linux_riscv64.tar.gz 2026-01-25 14.5 MB
task_windows_386.zip 2026-01-25 14.7 MB
task_windows_amd64.zip 2026-01-25 15.5 MB
task_freebsd_386.tar.gz 2026-01-25 14.0 MB
task_linux_amd64.tar.gz 2026-01-25 15.1 MB
task_linux_arm64.tar.gz 2026-01-25 13.7 MB
task_linux_arm.tar.gz 2026-01-25 14.1 MB
README.md 2026-01-24 1.1 kB
v3.47.0 source code.tar.gz 2026-01-24 519.7 kB
v3.47.0 source code.zip 2026-01-24 783.4 kB
Totals: 34 Items   438.0 MB 0

This release includes two highly requested features: if: condition and runtime prompt for required variables. Check out our blog post about them: https://taskfile.dev/blog/if-and-variable-prompt

  • Fixed remote git Taskfiles: cloning now works without explicit ref, and directory includes are properly resolved (#2602 by @vmaerten).
  • For output: prefixed, print prefix: if set instead of task name (#1566, [#2633] by @trulede).
  • Ensure no ANSI sequences are printed for --color=false (#2560, [#2584] by @trulede).
  • Task aliases can now contain wildcards and will match accordingly (e.g., s-* as alias for start-*) (#1900, [#2234] by @vmaerten).
  • Added conditional execution with the if field: skip tasks, commands, or task calls based on shell exit codes or template expressions like {{ eq .ENV "prod" }} (#2564, [#608] by @vmaerten).
  • Task can now interactively prompt for missing required variables when running in a TTY, with support for enum selection menus. Enable with --interactive flag or interactive: true in .taskrc.yml (#2579, [#2079] by @vmaerten).
Source: README.md, updated 2026-01-24