# garmintools を Homebrew, dnf, Nix でインストール

garmintools のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:garmintools
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install garmintools
```

  証拠: local Homebrew formula metadata

### Linux

- dnf (92%):

```sh
sudo dnf install garmintools
```

  証拠: Fedora Rawhide package metadata: garmintools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#garmintools
```

  証拠: nixpkgs package indexes: pkgs/by-name/ga/garmintools/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:garmintools
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.10
- **ソース概要:** Interface to the Garmin Forerunner GPS units
- **ホームページ:** <https://code.google.com/archive/p/garmintools/>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- garmin_dump (エイリアス)
- garmin_gchart (エイリアス)
- garmin_get_info (エイリアス)
- garmin_gmap (エイリアス)
- garmin_gpx (エイリアス)
- garmin_save_runs (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.10
## プロジェクトの歴史と使われ方

garmintools is a C utility suite for Linux users communicating with Garmin Forerunner GPS devices over USB.

### プロジェクトの歴史

The official source archive says implementation began on 30 December 2006. Dave Bailey wrote the software for his Garmin Forerunner 305 after finding that gpsbabel did not expose the Forerunner run and lap data workflows he wanted from the command line.

The 0.10 source archive includes utilities such as garmin_get_info, garmin_save_runs, garmin_dump, garmin_gmap, garmin_gchart, and garmin_gpx, plus a libusb-based C API in src/garmin.h.

### 採用の歴史

The project reflects the mid-2000s Linux hardware-support pattern: vendor devices, documented USB protocols, libusb, and command-line tools built by users to recover data workflows missing from official desktop software. Later package availability in Homebrew, Fedora, and Nix kept the old toolchain installable.

### 使われ方

garmintools can get device information, save Forerunner runs into .gmn files, dump .gmn contents, produce Google Maps encoded polyline output, and export GPX data. The README warns users that the Linux garmin_gps kernel module conflicts with the userspace tool.

### パッケージ好きにとっての重要性

garmintools is a classic package-manager preservation case: a small C/libusb utility for specific physical hardware, born before modern fitness-device sync ecosystems, still useful enough to carry in source-based and binary package collections.

### タイムライン

- 2006: Initial implementation began on 30 December.
- 2007: README dated 22 February documented Forerunner 205/305 USB workflows.
- 2008: 0.06 added man pages and 0.08 added garmin_gchart and garmin_gpx.
- 2009: 0.10 renamed the library to libgarmintools.

### Related projects

- garmintools is related to Garmin Forerunner devices, libusb, the Garmin protocol SDK, gpsbabel, and Linux kernel Garmin USB support.

### ソース

- <https://code.google.com/archive/p/garmintools>
- <https://code.google.com/archive/p/garmintools/source>
- <https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/garmintools/garmintools-0.10.tar.gz>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- Nix - garmintools: normalized package name match | nixpkgs package indexes: pkgs/by-name/ga/garmintools/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - garmintools - 0.10-35.fc45: normalized package name match | Fedora Rawhide package metadata: garmintools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Tools for Garmin GPS-devices | https://garmintools.googlecode.com
- dnf - garmintools-devel - 0.10-35.fc45: normalized package name match | Fedora Rawhide package metadata: garmintools-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Development-files for garmintools | https://garmintools.googlecode.com


## Combined YAML source

View the package source record on GitHub. [combined/garmintools.yml](https://github.com/mxcl/pkgdb/blob/main/combined/garmintools.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
