MA

Mage

Mage is a Make-like build tool written in Go that uses Go files as build scripts, enabling Go developers to write build targets in Go instead of Makefiles. It compiles magefiles into binaries for execution and supports cross-platform builds.
Latest: 1.17.2 GitHub
Last checked: Jun 9, 2026 12:10am
Rank: 1371/15140
Also monitored via:
Site Monitor Winget
Follow to track new versions in your feed.
Report

Overview

0
License: BSD-3-ClauseWinget: Available

Version & Lifecycle

0
Current: 1.17.2 N-2: 1.16.0 Avg cadence: Every 133 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

No community notes yet

Be the first to as a good question or share deployment tips, customization scripts, command lines, or troubleshooting steps.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

magemagefile mage

Packaging Notes

0

Requires Go environment (1.7+). Compiles magefiles into binaries stored in user cache directory.

Notes

0

Mage requires a Go environment to run and compiles build scripts tagged with //go:build mage. Compiled binaries are cached in user directories. It replaces traditional Makefiles with Go code.