# Installer amtterm avec Homebrew, apt, dnf, Nix, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de amtterm pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install amtterm
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install amtterm
```

  Preuve: 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
```

  Preuve: Fedora Rawhide package metadata: amtterm from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#amtterm
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:amtterm
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/amtterm>
- **Version:** 1.8-1
- **Résumé source:** Serial-over-LAN (sol) client for Intel AMT
- **Page d'accueil:** <https://www.kraxel.org/blog/linux/amtterm/>
- **Docs amont:** <https://www.kraxel.org/blog/linux/amtterm/>
- **Licence:** GPL-2.0-or-later
- **Archive source:** <https://gitlab.com/kraxel/amtterm/-/archive/amtterm-1.8-1/amtterm-amtterm-1.8-1.tar.bz2>
- **Dernière mise à jour:** 2026-05-19T04:08:21Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- amtider (cli)
- amtterm (cli)
- amttool (cli)
- gamt (cli)
- amtider (alias)
- amtterm (alias)
- amttool (alias)
- gamt (alias)

## Dépendances

- glib
- gnutls
- meson
- pkgconf

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 1.8-1
- gestionnaire mis à jour: 2026-05-19
- données locales: OK
- dépôt amont: https://www.kraxel.org/blog/linux/amtterm/
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

`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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

- <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


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour amtterm. Les métadonnées de paquet restent publiées ici afin que la couverture future dispose d'une URL stable.


## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** amtterm
- **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:** head, stable

## Autres enregistrements de gestionnaires de paquets

- 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/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-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


## Liens liés

- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://pkg.so/fr/brew-utility-packages/) - Matched Homebrew package provider.
- [glib](https://pkg.so/fr/brew/glib/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/fr/brew/pkgconf/) - Runtime dependency declared by Homebrew.
- [gnutls](https://pkg.so/fr/brew/gnutls/) - Runtime dependency declared by Homebrew.
- [meson](https://pkg.so/fr/brew/meson/) - Runtime dependency declared by Homebrew.
- [telnet](https://pkg.so/fr/brew/telnet/) - Shares pkgdb curated category or tags: cli, networking, terminal.
- [mosh](https://pkg.so/fr/brew/mosh/) - Shares pkgdb curated category or tags: cli, networking, terminal.
- [w3m](https://pkg.so/fr/brew/w3m/) - Shares pkgdb curated category or tags: cli, networking, terminal.
- [weechat](https://pkg.so/fr/brew/weechat/) - Shares pkgdb curated category or tags: cli, networking, terminal.
- [iftop](https://pkg.so/fr/brew/iftop/) - Shares pkgdb curated category or tags: cli, networking, terminal.
- [bandwhich](https://pkg.so/fr/brew/bandwhich/) - Shares pkgdb curated category or tags: cli, networking, terminal.
- [irssi](https://pkg.so/fr/brew/irssi/) - Shares pkgdb curated category or tags: cli, networking, terminal.
- [links](https://pkg.so/fr/brew/links/) - Shares pkgdb curated category or tags: cli, networking, terminal.
- [center-im](https://pkg.so/fr/brew/center-im/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, client, glib, networking, terminal.
- [ncdc](https://pkg.so/fr/brew/ncdc/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, client, glib, gnutls, networking.

## Combined YAML source

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


## Sources

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