Alternatives to Task

Run repeatable project tasks with a cross-platform build tool. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as Task.

  • Mage

    Write build tasks as ordinary Go functions.

    Mage is Apache-2.0 licensed and writes build tasks as ordinary Go functions instead of task definitions, and requires a Go development environment to use.

Similar software

Related functionality, not a direct replacement.