# Installer srecord avec Homebrew, apt, dnf, MacPorts, Nix, zypper, scoop

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

## installation

```sh
sudo av install brew:srecord
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install srecord
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install srecord
```

  Preuve: MacPorts ports tree: devel/srecord/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install srecord
```

  Preuve: Debian stable package indexes: srecord from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install srecord
```

  Preuve: Fedora Rawhide package metadata: srecord 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#srecord
```

  Preuve: nixpkgs package indexes: pkgs/by-name/sr/srecord/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install srecord
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/srecord
```

  Preuve: Scoop official bucket manifest trees: bucket/srecord.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:srecord
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.65.0
- **Résumé source:** Tools for manipulating EPROM load files
- **Page d'accueil:** <https://srecord.sourceforge.net/>
- **Dernière mise à jour:** 2026-07-13T17:31:47+09:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- srec_cat (alias)
- srec_cmp (alias)
- srec_info (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.65.0
## Historique du projet et usages

SRecord is a long-running command-line toolkit for manipulating EPROM load files and firmware image formats. It is packaged because embedded developers still need reliable format conversion, comparison, inspection, checksumming, and filtering for Intel HEX, Motorola S-record, binary, and many other memory-image formats.

### Historique du projet

The official SRecord site says the package was written by Peter Miller and is now maintained by Scott Finneran, with the website kept close to Miller's original in memoriam. Miller's own project note explains that he wrote SRecord because existing EPROM-load-file tools were few and did not cover enough of the manipulations he needed.

SRecord is written in C++ and organized around flexible file formats and input filters. The official site highlights `srec_cat`, `srec_cmp`, and `srec_info` as the main user-facing tools, and the reference manual documents a large set of supported formats and filters.

### Historique d'adoption

The package metadata in this batch shows SRecord carried by Homebrew, Debian, Fedora/DNF, MacPorts, Nix, Scoop, Ubuntu, and openSUSE/Zypper. That broad distribution is typical for low-level embedded utilities: the audience is specialized, but the tool is valuable wherever firmware images are built, transformed, or compared.

### Modes d'utilisation

Common usage is command-line conversion and normalization of firmware load files. `srec_cat` joins, crops, fills, checksums, and converts records; `srec_cmp` compares load files in a format-aware way; and `srec_info` reports address ranges and metadata.

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

SRecord matters to package nerds because it is the sort of compact, old-school Unix utility that quietly anchors embedded build systems. Packaging it saves projects from vendoring ad hoc HEX/S-record converters, and its many format backends make it more robust than one-off scripts.

### Chronologie

- 2005: Public release traffic for SRecord 1.21 documented ongoing feature and bug-fix releases.
- 2007: SRecord 1.36 changed licensing to GPLv3 in release notes mirrored from the project announcement stream.
- 2022: SRecord 1.65 released, with Scott Finneran maintaining the project and preserving Peter Miller's original site style.

### Related projects

- SRecord works with firmware and EPROM load-file formats such as Motorola S-record, Intel HEX, Tektronix HEX, binary images, and vendor-specific memory-initialization files.

### Sources

- <https://sourceforge.net/projects/srecord/files/srecord/>
- <https://srecord.sourceforge.net/>
- <https://srecord.sourceforge.net/man/index.html>
- source_facts.package-manager


## Notes de sécurité

broad file, network, media, or database tool signal.

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal

## Autres enregistrements de gestionnaires de paquets

- Debian apt - libsrecord-dev - 1.64-4.1+b1: normalized package name match | Debian stable package indexes: libsrecord-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | library for manipulating EPROM load files (development) | http://srecord.sourceforge.net
- Debian apt - libsrecord0t64 - 1.64-4.1+b1: normalized package name match | Debian stable package indexes: libsrecord0t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | library for manipulating EPROM load files (runtime) | http://srecord.sourceforge.net
- Debian apt - srecord - 1.64-4.1+b1: normalized package name match | Debian stable package indexes: srecord from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | collection of powerful tools for manipulating EPROM load files | http://srecord.sourceforge.net
- Nix - srecord: normalized package name match | nixpkgs package indexes: pkgs/by-name/sr/srecord/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libsrecord-dev - 1.64-4.1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libsrecord-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | library for manipulating EPROM load files (development) | http://srecord.sourceforge.net
- Ubuntu apt - libsrecord0t64 - 1.64-4.1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libsrecord0t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | library for manipulating EPROM load files (runtime) | http://srecord.sourceforge.net
- Ubuntu apt - srecord - 1.64-4.1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: srecord from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | collection of powerful tools for manipulating EPROM load files | http://srecord.sourceforge.net
- dnf - srecord - 1.65.0-8.fc45: normalized package name match | Fedora Rawhide package metadata: srecord from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Manipulate EPROM load files | http://srecord.sourceforge.net/
- dnf - srecord-devel - 1.65.0-8.fc45: normalized package name match | Fedora Rawhide package metadata: srecord-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Development headers and libraries for srecord | http://srecord.sourceforge.net/
- zypper - libsrecord0 - 1.65.0-2.6: normalized package name match | openSUSE Tumbleweed package metadata: libsrecord0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Srecord libraries | https://srecord.sourceforge.net/
- zypper - srecord - 1.65.0-2.6: normalized package name match | openSUSE Tumbleweed package metadata: srecord from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Hex/bin format conversion package | https://srecord.sourceforge.net/
- zypper - srecord-devel - 1.65.0-2.6: normalized package name match | openSUSE Tumbleweed package metadata: srecord-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Srecord development files | https://srecord.sourceforge.net/
- zypper - srecord-doc - 1.65.0-2.6: normalized package name match | openSUSE Tumbleweed package metadata: srecord-doc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Srecord PDF documentation | https://srecord.sourceforge.net/
- MacPorts - srecord: normalized package name match | MacPorts ports tree: devel/srecord/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/srecord: normalized package name match | Scoop official bucket manifest trees: bucket/srecord.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

- 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
