Installation
Task offers many installation methods. Check out the available methods below.
Package Managers​
Homebrew​
If you're on macOS or Linux and have Homebrew installed, getting Task is as simple as running:
brew install go-task/tap/go-task
The above Formula is maintained by ourselves.
Recently, Task was also made available on the official Homebrew repository, so you also have that option if you prefer:
brew install go-task
pkgx​
If you're on macOS or Linux and have pkgx installed, getting Task is as simple as running:
pkgx task
or, if you have pkgx integration enabled:
task
This installation method is community owned. After a new release of Task, they are automatically released by pkgx in a minimum of time.
Snap​
Task is available in Snapcraft, but keep in mind that your Linux distribution should allow classic confinement for Snaps to Task work right:
sudo snap install task --classic
Chocolatey​
If you're on Windows and have Chocolatey installed, getting Task is as simple as running:
choco install go-task
This installation method is community owned.
Scoop​
If you're on Windows and have Scoop installed, getting Task is as simple as running:
scoop install task
This installation method is community owned. After a new release of Task, it may take some time until it's available on Scoop.
AUR​
If you're on Arch Linux you can install Task from
AUR using your favorite
package manager such as yay
, pacaur
or yaourt
:
yay -S go-task-bin
Alternatively, there's this package which installs from the source code instead of downloading the binary from the releases page:
yay -S go-task
This installation method is community owned.