# amtterm を Homebrew, apt, dnf, Nix, zypper でインストール

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

## インストール

```sh
sudo av install brew:amtterm
```

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

### macOS

- Homebrew (100%):

```sh
brew install amtterm
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install amtterm
```

  証拠: Debian stable package indexes: amtterm from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install amtterm
```

  証拠: Fedora Rawhide package metadata: amtterm 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#amtterm
```

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

- zypper (92%):

```sh
sudo zypper install amtterm
```

  証拠: openSUSE Tumbleweed package metadata: amtterm from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:amtterm
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.8-1
- **ソース概要:** Serial-over-LAN (sol) client for Intel AMT
- **ホームページ:** <https://www.kraxel.org/blog/linux/amtterm/>
- **最終更新:** 2026-05-19T04:08:21Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- amtider (エイリアス)
- amtterm (エイリアス)
- amttool (エイリアス)
- gamt (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

amtterm is Gerd Hoffmann's command-line Serial-over-LAN client for Intel AMT managed machines. The project also includes a GTK front end, an IDE redirection tool, and `amttool`, a Perl script for querying and remotely controlling AMT systems.

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

The upstream manpages carry 2007 and 2008 copyright dates, placing amtterm in the first wave of Linux tooling around Intel Active Management Technology. The author's official project page, published in 2011, describes the project as a SOL terminal plus graphical version and management script.

The current GitLab project was created in April 2022 and hosts the source, manpages, Meson build, and release tarballs for versions 1.8 and newer. The GitLab release list observed for this batch shows `amtterm-1.8-1` released in May 2026.

### 採用の歴史

amtterm's adoption is specialized: it is useful to administrators and hardware bring-up/debugging users who need out-of-band serial access to AMT-capable machines. It is the sort of small system utility that persists because firmware and remote-management workflows remain awkward without dedicated command-line tools.

The supplied package facts show packaging in Homebrew, Debian, Fedora/dnf, Nix, Ubuntu, and zypper. That cross-distro footprint is a strong signal for a niche tool: it solves a real operations problem even if most desktop users never need it.

### 使われ方

`amtterm` connects to the AMT SOL port of a host, defaulting to the standard SSL AMT redirection port 16995. The manpage documents username and password options, legacy non-SSL and legacy authentication flags, certificate checking, and interactive password prompting.

`amttool` complements the terminal by speaking SOAP to older Intel AMT systems for information gathering and power/reset commands. Its manpage notes that newer AMT versions removed support for the old SOAP protocol, making WS-Management tools necessary on recent machines.

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

amtterm is package-nerd material because it is tiny, hardware-adjacent, and operationally important when needed. A package entry gives administrators a reproducible way to install an AMT SOL client without rummaging through vendor bundles.

It also captures a compatibility boundary in systems tooling: the package remains useful for serial-over-LAN, while some companion management functions are constrained by Intel AMT protocol changes.

### タイムライン

- 2007: amtterm manpage copyright date; tool documented as an Intel AMT SOL client.
- 2008: amttool manpage covers remote-control commands for AMT managed machines.
- 2011: Author's amtterm project page published with resources and release tarball links.
- 2022: GitLab project created.
- 2026: GitLab release `amtterm-1.8-1` published.

### Related projects

- Intel AMT: the firmware management technology amtterm targets.
- gamt: graphical GTK front end shipped in the same project.
- amttool: companion command for querying and controlling AMT systems.
- wsmancli/OpenWSMAN: recommended direction for newer AMT management protocols according to the amttool manpage.

### ソース

- <https://gitlab.com/api/v4/projects/kraxel%2Famtterm>
- <https://gitlab.com/api/v4/projects/kraxel%2Famtterm/releases>
- <https://gitlab.com/kraxel/amtterm>
- <https://gitlab.com/kraxel/amtterm/-/blob/master/amtterm.1>
- <https://gitlab.com/kraxel/amtterm/-/blob/master/amttool.1>
- <https://www.kraxel.org/blog/linux/amtterm/>
- source_facts.package-manager


## セキュリティノート

amtterm に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。


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

- Debian apt - amtterm - 1.4-3: normalized package name match | Debian stable package indexes: amtterm from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Serial-over-lan (sol) client for Intel AMT, console version | https://www.kraxel.org/blog/linux/amtterm/
- Nix - amtterm: normalized package name match | nixpkgs package indexes: pkgs/by-name/am/amtterm/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - amtterm - 1.4-3: normalized package name match | Ubuntu 24.04 LTS package indexes: amtterm from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Serial-over-lan (sol) client for Intel AMT, console version | https://www.kraxel.org/blog/linux/amtterm/
- dnf - amtterm - 1.6-27.fc45: normalized package name match | Fedora Rawhide package metadata: amtterm from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Serial-over-lan (sol) client for Intel AMT | http://www.kraxel.org/blog/linux/amtterm/
- zypper - amtterm - 1.7-2.5: normalized package name match | openSUSE Tumbleweed package metadata: amtterm from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Serial-over-lan (sol) client for Intel AMT | https://www.kraxel.org/releases/amtterm/
- zypper - amtterm-gtk - 1.7-2.5: normalized package name match | openSUSE Tumbleweed package metadata: amtterm-gtk from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Serial-over-lan (sol) graphical client | https://www.kraxel.org/releases/amtterm/
- Nix - gamt: installed executable or alias match | nixpkgs package indexes: gamt from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix


## Combined YAML source

View the package source record on GitHub. [combined/amtterm.yml](https://github.com/mxcl/pkgdb/blob/main/combined/amtterm.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
