macOS
brew install magelocal Homebrew formula metadata
sudo port install mageMacPorts ports tree · devel/mage/Portfile · ソース: api.github.com
brew
mage のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install magelocal Homebrew formula metadata
sudo port install mageMacPorts ports tree · devel/mage/Portfile · ソース: api.github.com
sudo apk add mageAlpine Linux edge package indexes · mage · ソース: dl-cdn.alpinelinux.org
nix profile install nixpkgs#magenixpkgs package indexes · pkgs/by-name/ma/mage/package.nix · ソース: api.github.com
sudo pacman -S mageArch Linux sync databases · mage · ソース: geo.mirror.pkgbuild.com
sudo zypper install mageopenSUSE Tumbleweed package metadata · mage · ソース: download.opensuse.org
scoop install main/mageScoop official bucket manifest trees · bucket/mage.json · ソース: api.github.com
winget install --id Magefile.mage -eWindows Package Manager source index · Magefile.mage · ソース: cdn.winget.microsoft.com
概要
Make/rake-like build tool using Go
履歴
Mage is a Go-native make/rake-style task runner. Its package identity is simple: a small `mage` CLI finds Go functions in mage files and exposes them as build targets, giving Go projects a build script that is compiled and type-checked as ordinary Go.
The public GitHub repository was created in September 2017, and the project reached its v1 release in October 2017. The official site describes the core idea as Makefile-like runnable targets written as plain Go functions, with no runtime dependency beyond Go itself.
Mage evolved around Go workflow conventions. Release notes and documentation added support for Go modules, versioned `go install` use, optional and variadic arguments, multiline help text, tab completion, and the `magefiles/` directory convention for keeping build files separate from normal application code.
Mage became a common package-manager install for developers who wanted a cross-platform replacement for Make in Go-heavy repositories. The official installation page documents Homebrew, MacPorts, Scoop, GitHub releases, `go install`, and asdf, while the Homebrew input data also lists Linux distribution, Nix, pacman, winget, and zypper package names.
The repository has several thousand GitHub stars and hundreds of forks, which is a useful adoption signal for a developer tool whose main audience is maintainers wiring project automation into local builds and CI.
A typical project adds a mage file with the `mage` build tag and exported functions. Running `mage -l` lists targets, `mage <target>` executes one, and comments on functions become command help.
Mage is also used in CI and in vendored or zero-install workflows. The zero-install documentation shows how a project can run Mage through `go run` so contributors do not need a preinstalled `mage` binary.
Mage is package-nerd interesting because it trades Make's whitespace-sensitive shell DSL for Go code while still looking like a tiny command-line build tool to package managers. It sits in the same cultural slot as Make, Rake, Just, and Task, but its dependency story is unusually boring for Go users: install one CLI, write Go.
Its packaging footprint is broad for a niche build tool, and the docs explicitly cover binary releases and multiple package managers, which makes it easy to pin in CI images or bootstrap on contributor machines.
セキュリティ状態
generalized runtime or code generation signal.
リスク yellow · 信頼度 中 · runtime
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
magefile.goMagefile.gomagefile.goMagefile.go実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
mage | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/magefile/mage
インストールメタデータ
| パッケージキー | brew:mage |
|---|---|
| バージョン | 1.17.2 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/mage |
| ホームページ | https://magefile.org |
| リポジトリ | https://github.com/magefile/mage |
| 上流ドキュメント | https://magefile.org/ |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/magefile/mage.git |
| 最終更新 | 2026-04-23T03:53:13Z |
| Pulse | updated |
| 依存関係 | go |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | mage |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
golang-github-magefile-mage-dev 1.15.0+ds-2
Make/rake-like dev tool using Go (library)
https://github.com/magefile/mage
sudo apt install golang-github-magefile-mage-devmage 1.15.0+ds-2+b3
Make/rake-like dev tool using Go (program)
https://github.com/magefile/mage
sudo apt install magemage
nix profile install nixpkgs#magemage 1.13.0-r23
make-like build tool using Go
sudo apk add magemage 1.15.0-2
A Make/rake-like build tool using Go
sudo pacman -S magemage 1.15.0-2.5
A make-like build tool using Go
https://github.com/magefile/mage
sudo zypper install magemage
sudo port install magemain/mage
scoop install main/mageMagefile.mage
winget install --id Magefile.mage -eソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.