macOS
brew install gmtlocal Homebrew formula metadata
brew
gmt のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install gmtlocal Homebrew formula metadata
nix profile install nixpkgs#gmtnixpkgs package indexes · pkgs/by-name/gm/gmt/package.nix · ソース: api.github.com
sudo pacman -S gmtArch Linux sync databases · gmt · ソース: geo.mirror.pkgbuild.com
sudo dnf install GMTFedora Rawhide package metadata · GMT · ソース: dl.fedoraproject.org
winget install --id GenericMappingTools.gmt -eWindows Package Manager source index · GenericMappingTools.gmt · ソース: cdn.winget.microsoft.com
概要
Tools for manipulating and plotting geographic and Cartesian data
履歴
GMT, the Generic Mapping Tools, is an open-source collection of command-line tools for manipulating geographic and Cartesian datasets and producing publication-quality maps, plots, illustrations, and animations. It is a long-running geoscience package with a strong scripting culture.
GMT was initiated in late 1987 at Lamont-Doherty Earth Observatory, Columbia University, by graduate students Paul Wessel and Walter H. F. Smith. Version 1 was introduced to Lamont scientists in July 1988, then spread by word of mouth and tape to institutions in the United States, the United Kingdom, Japan, and France.
Version 2.0 was released with a 1991 EOS article and spread worldwide. Version 3.0 followed in 1993 and was described in a 1995 EOS article; a major GMT 4 upgrade arrived in October 2004.
GMT 5 was released in 2013 with broad backward compatibility for GMT 4 syntax. GMT 6 arrived in 2019 with modern mode, a major workflow change intended to make plotting scripts easier to write while retaining the classic command-line model.
The project also professionalized its research-software identity through citation records. The official citation page lists papers for GMT 2, GMT 3, GMT 5, GMT 6, GMT/MATLAB, animation support, and the project's origin story, along with Zenodo DOIs for releases.
The official site describes GMT as widely used across Earth, ocean, and planetary sciences and beyond, with GMT-made illustrations appearing in scientific journals, meeting posters, Wikipedia pages, and other publications.
The README broadens that audience to medical research, engineering, physics, mathematics, social and biological sciences, geography, fisheries institutes, oil companies, government agencies, and hobbyists. The official About page describes tens of thousands of users worldwide.
Packaging helped that adoption because GMT is naturally scriptable. Scientists could install a stable command suite through Unix package managers, keep plotting recipes in shell scripts or Makefiles, and reproduce figures without a graphical GIS workflow.
Practitioners use GMT modules for filtering, trend fitting, gridding, projecting, map projection transformations, contour maps, illuminated surfaces, 3D perspective views, and animations. The README describes about 100 core command-line tools plus around 50 specialized supplement tools.
A typical GMT workflow combines data tables or grids with commands that transform, grid, style, and render figures. The package also brings supporting data such as GSHHG coastlines, rivers, political boundaries, and optional Digital Chart of the World polygons.
Modern mode in GMT 6 lets users write more concise figure scripts, while classic mode remains important for long-lived shell pipelines and publications with reproducible plotting commands.
GMT is a canonical scientific CLI package: many small commands, strict text/data interfaces, stable documentation, optional datasets, and decades of scripts in the wild. Package managers keep that ecosystem available without each lab maintaining a custom build.
It also sits at the intersection of Unix plotting, cartography, and research reproducibility. A GMT package is not just an application install; it is often part of a paper's build chain.
セキュリティ状態
gmt に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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.
./gmt.conf$GMT_USERDIR/gmt.conf~/.gmt/gmt.conf実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
fz_funcs | cli | グローバル実行可能ファイル | |
fz_funcs.sh | cli | グローバル実行可能ファイル | |
fzmodeler | cli | グローバル実行可能ファイル | |
fzprofiler | cli | グローバル実行可能ファイル | |
gmt | cli | グローバル実行可能ファイル | |
gmt-config | cli | グローバル実行可能ファイル | |
gmt_shell_functions.sh | cli | グローバル実行可能ファイル | |
gmtswitch | cli | グローバル実行可能ファイル | |
isogmt | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/GenericMappingTools/gmt
インストールメタデータ
| パッケージキー | brew:gmt |
|---|---|
| バージョン | 6.6.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/gmt |
| ホームページ | https://www.generic-mapping-tools.org/ |
| リポジトリ | https://github.com/GenericMappingTools/gmt |
| 上流ドキュメント | https://docs.generic-mapping-tools.org/ |
| ライセンス | LGPL-3.0-or-later |
| ソースアーカイブ | https://github.com/GenericMappingTools/gmt/releases/download/6.6.0/gmt-6.6.0-src.tar.xz |
| 最終更新 | 2026-06-22T14:03:35-07:00 |
| Pulse | updated |
| 依存関係 | fftw, gdal, geos, netcdf, openblas, pcre2 |
| ビルド依存関係 | cmake |
| macOS 提供ライブラリ | curl |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
| 注意点 | GMT needs Ghostscript for the 'psconvert' command to convert PostScript files to other formats. To use 'psconvert', please 'brew install ghostscript'. GMT needs FFmpeg for the 'movie' command to make movies in MP4 or WebM format. If you need this feature, please 'brew install ffmpeg'. GMT needs GraphicsMagick for the 'movie' command to make animated GIFs. If you need this feature, please 'brew install graphicsmagick'. |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | gmt |
| Version Scheme | 0 |
| Revision | 2 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
gmt 6.5.0+dfsg-4
Generic Mapping Tools
sudo apt install gmtgmt-common 6.5.0+dfsg-4
Generic Mapping Tools - Architecture-independent files
sudo apt install gmt-commonlibgmt-dev 6.5.0+dfsg-4
Generic Mapping Tools Library - Development files
sudo apt install libgmt-devlibgmt6t64 6.5.0+dfsg-4
Generic Mapping Tools Library
sudo apt install libgmt6t64gmt
nix profile install nixpkgs#gmtgmt 6.5.0+dfsg-3build2
Generic Mapping Tools
sudo apt install gmtgmt-common 6.5.0+dfsg-3build2
Generic Mapping Tools - Architecture-independent files
sudo apt install gmt-commonlibgmt-dev 6.5.0+dfsg-3build2
Generic Mapping Tools Library - Development files
sudo apt install libgmt-devlibgmt6t64 6.5.0+dfsg-3build2
Generic Mapping Tools Library
sudo apt install libgmt6t64GMT 6.6.0-5.fc44
Generic Mapping Tools
https://www.generic-mapping-tools.org/
sudo dnf install GMTGMT-common 6.6.0-5.fc44
Common files for GMT
https://www.generic-mapping-tools.org/
sudo dnf install GMT-commonGMT-devel 6.6.0-5.fc44
Development files for GMT
https://www.generic-mapping-tools.org/
sudo dnf install GMT-develGMT-doc 6.6.0-5.fc44
Documentation for GMT
https://www.generic-mapping-tools.org/
sudo dnf install GMT-docgmt 6.6.0-4
Generic Mapping Tools for manipulating and plotting geographic and cartesian data
https://www.generic-mapping-tools.org
sudo pacman -S gmtGenericMappingTools.gmt
winget install --id GenericMappingTools.gmt -eソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.