# Installer dfu-programmer avec Homebrew, apk, apt, MacPorts, Nix, pacman, zypper, scoop

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

## installation

```sh
sudo av install brew:dfu-programmer
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install dfu-programmer
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install dfu-programmer
```

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

### Linux

- apk (92%):

```sh
sudo apk add dfu-programmer
```

  Preuve: Alpine Linux edge package indexes: dfu-programmer from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install dfu-programmer
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#dfu-programmer
```

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

- pacman (92%):

```sh
sudo pacman -S dfu-programmer
```

  Preuve: Arch Linux sync databases: dfu-programmer from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install dfu-programmer
```

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

### Windows

- Scoop (92%):

```sh
scoop install extras/dfu-programmer
```

  Preuve: Scoop official bucket manifest trees: bucket/dfu-programmer.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:dfu-programmer
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.1.0
- **Résumé source:** Device firmware update based USB programmer for Atmel chips
- **Page d'accueil:** <https://github.com/dfu-programmer/dfu-programmer>
- **Dépôt:** <https://github.com/dfu-programmer/dfu-programmer>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- dfu-programmer (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

dfu-programmer is a command-line USB firmware flashing tool for chips with Atmel-compatible DFU bootloaders. In package-manager culture it sits in the small but important embedded-tooling shelf: the utility you install when a board exposes a DFU bootloader but vendor GUI tools are the wrong shape for a Unix workflow.

### Historique du projet

The project README says dfu-programmer was created because Atmel FLIP did not support USB flashing on Linux and generic DFU loaders did not work with Atmel chips. Its release notes show a long 0.x line beginning with an initial 0.1 release, expanding chip coverage through AVR, 8051, AVR32, XMEGA, and experimental STM32 support, and later modernizing around libusb-1.0.

### Historique d'adoption

The supplied package facts list dfu-programmer across Homebrew, Debian, Ubuntu, Arch, Alpine, MacPorts, Nix, Scoop, and openSUSE-style packaging. That spread matches its role as a small, hardware-adjacent CLI that distribution maintainers keep available for developers who need repeatable firmware flashing from scripts or build instructions.

### Modes d'utilisation

Typical use is direct and device-oriented: build or install the tool, connect a supported target in bootloader mode, erase or flash memory, and optionally use completion or target-listing helpers. The official README emphasizes Unix/Linux/macOS source builds, Windows driver considerations, and the supported chip matrix.

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

Package nerds care about dfu-programmer because it represents the non-glamorous edge where package managers meet USB permissions, libusb ABI changes, vendor bootloaders, and hardware testability. It is also a good example of why small firmware CLIs tend to persist in distributions: one binary can replace a GUI-only vendor workflow for many boards.

### Chronologie

- 2005: 0.2.0 added limited at89c513x support.
- 2007: 0.4.0 refined OS X compilation and flashing behavior.
- 2011: 0.5.3 added libusb 1.0 support.
- 2014: 0.7.0 migrated the repository and website to GitHub.
- 2022: 1.0.0 removed libusb0 support.
- 2023: 1.1.0 added the --erase-first option.

### Related projects

- dfu-util is the broader USB DFU utility in the same package-manager neighborhood; Atmel FLIP is the vendor tool explicitly mentioned by dfu-programmer as part of its motivation.

### Sources

- <https://github.com/dfu-programmer/dfu-programmer#readme>
- <https://raw.githubusercontent.com/dfu-programmer/dfu-programmer/master/NEWS>
- <https://github.com/dfu-programmer/dfu-programmer/releases>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Debian apt - dfu-programmer - 0.6.1-1+b2: normalized package name match | Debian stable package indexes: dfu-programmer from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | device firmware update (DFU) based USB programmer for Atmel chips | http://dfu-programmer.sourceforge.net/
- Nix - dfu-programmer: normalized package name match | nixpkgs package indexes: pkgs/by-name/df/dfu-programmer/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - dfu-programmer - 0.6.1-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: dfu-programmer from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | device firmware update (DFU) based USB programmer for Atmel chips | http://dfu-programmer.sourceforge.net/
- apk - dfu-programmer - 1.1.0-r0: normalized package name match | Alpine Linux edge package indexes: dfu-programmer from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Command-line programmer for Atmel USB microcontrollers | https://dfu-programmer.github.io/
- apk - dfu-programmer-bash-completion - 1.1.0-r0: normalized package name match | Alpine Linux edge package indexes: dfu-programmer-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Bash completions for dfu-programmer | https://dfu-programmer.github.io/
- apk - dfu-programmer-doc - 1.1.0-r0: normalized package name match | Alpine Linux edge package indexes: dfu-programmer-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Command-line programmer for Atmel USB microcontrollers (documentation) | https://dfu-programmer.github.io/
- pacman - dfu-programmer - 1.1.0-1: normalized package name match | Arch Linux sync databases: dfu-programmer from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Programmer for Atmel chips with a USB bootloader | https://github.com/dfu-programmer/dfu-programmer
- zypper - dfu-programmer - 1.1.0-1.7: normalized package name match | openSUSE Tumbleweed package metadata: dfu-programmer from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A Device Firmware Update based USB programmer for Atmel chips | http://dfu-programmer.sourceforge.net
- MacPorts - dfu-programmer: normalized package name match | MacPorts ports tree: cross/dfu-programmer/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - extras/dfu-programmer: normalized package name match | Scoop official bucket manifest trees: bucket/dfu-programmer.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1


## Combined YAML source

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