# Install libftdi with Homebrew, apt, dnf, MacPorts, Nix, pacman

Library to talk to FTDI chips. Version 1.5 via Homebrew; verified 2026-06-19.

## Install

```sh
sudo av install brew:libftdi
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install libftdi
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install libftdi
```

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

### Linux

- Debian apt (92%):

```sh
sudo apt install libftdi-dev
```

  Evidence: Debian stable package indexes: libftdi-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install libftdi
```

  Evidence: Fedora Rawhide package metadata: libftdi from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#libftdi
```

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

- pacman (92%):

```sh
sudo pacman -S libftdi
```

  Evidence: Arch Linux sync databases: libftdi from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## Package facts

- **Package key:** brew:libftdi
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/libftdi>
- **Version:** 1.5
- **Source summary:** Library to talk to FTDI chips
- **Homepage:** <https://www.intra2net.com/en/developer/libftdi>
- **Repository:** <http://developer.intra2net.com/git?p=libftdi>
- **Upstream docs:** <https://www.intra2net.com/en/developer/libftdi>
- **License:** LGPL-2.1-only
- **Source archive:** <https://www.intra2net.com/en/developer/libftdi/download/libftdi1-1.5.tar.bz2>
- **Last updated:** 2026-06-19T12:32:09-07:00
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- ftdi_eeprom (cli)
- libftdi1-config (cli)
- ftdi_eeprom (alias)
- libftdi1-config (alias)

## Dependencies

- boost
- confuse
- libusb

## Build dependencies

- cmake
- pkgconf
- swig

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 1.5
- Package-manager updated: 2026-06-19
- Local data: ok
- Upstream repository: https://www.intra2net.com/en/developer/libftdi
- info: Release/tag comparison is only available for GitHub repositories.
## Project history and usage

libftdi is Intra2net’s open-source userspace library for communicating with FTDI USB serial and FIFO chips through libusb, including bitbang and EEPROM tooling.

### Project history

The official libFTDI page describes the library as a way to talk to FTDI chips from userspace with no kernel driver required, supporting chip families from FT8U232/FT8U245 through FT230X, FT232R, FT245R, FT2232, and FT4232H. Intra2net’s repository page identifies master as the libusb 1.0 development branch and libftdi-0.x as the legacy libusb 0.x branch.

The project’s official news records libftdi 1.3 on 2016-05-20, 1.4 on 2017-08-07, and 1.5 on 2020-07-07. Those releases added USB string APIs, transfer cancellation, EEPROM configuration improvements, FT230X baud-rate handling, kernel driver auto attach and detach, tcflush-style APIs, SPDX identifiers, Python wrapper improvements, and CMake improvements.

### Adoption history

libftdi became common in hardware development because it avoided vendor-only driver stacks for FTDI adapters while still supporting popular serial, FIFO, and bitbang use cases. Its package presence across Homebrew, Debian, Ubuntu, Fedora, Arch, MacPorts, Nix, and other distributions reflects broad embedded, lab, and board-bringup usage.

### How it is used

Applications link libftdi to enumerate and communicate with FTDI devices through libusb. The package also ships ftdi_eeprom for EEPROM decoding and programming, with release notes calling out repeated EEPROM handling improvements.

### Why package nerds care

libftdi is a small but important hardware-enablement package: it gives distributions a Free Software path for FTDI chips without forcing every electronics tool to vendor its own USB code. It is also a packaging reminder that command-line EEPROM utilities, Python bindings, libusb transitions, and kernel-driver detach behavior are part of the real ABI users care about.

### Timeline

- 2016-05-20: Intra2net news records libftdi 1.3.
- 2017-08-07: Intra2net news records libftdi 1.4.
- 2020-07-07: Intra2net news records libftdi 1.5.
- 2026: The official repository page still documents master for libusb 1.0 development and libftdi-0.x for legacy libusb 0.x code.

### Related projects

- libusb provides the portable USB access layer used by libftdi.
- The Linux ftdi_sio kernel driver is the kernel-space counterpart that many libftdi workflows deliberately bypass or detach from.

### Sources

- <http://developer.intra2net.com/git/?p=libftdi;a=tags>
- <https://www.intra2net.com/en/developer/libftdi/>
- <https://www.intra2net.com/en/developer/libftdi/repository.php>


## Security Notes

No matching local secret-handling manifest was found for libftdi. Nucleus package metadata is still published here so future coverage has a stable package URL.


## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** libftdi
- **Version Scheme:** 0
- **Revision:** 2
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Other Package-Manager Records

- Debian apt - libftdi-dev - 0.20-4+b2: normalized package name match | Debian stable package indexes: libftdi-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Development files for libftdi | http://www.intra2net.com/en/developer/libftdi/
- Debian apt - libftdi1 - 0.20-4+b2: normalized package name match | Debian stable package indexes: libftdi1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Library to control and program the FTDI USB controller | http://www.intra2net.com/en/developer/libftdi/
- Debian apt - libftdi1-dbg - 0.20-4+b2: normalized package name match | Debian stable package indexes: libftdi1-dbg from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Debugging symbols for libftdi1 | http://www.intra2net.com/en/developer/libftdi/
- Nix - libftdi: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/libftdi/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libftdi-dev - 0.20-4ubuntu3: normalized package name match | Ubuntu 24.04 LTS package indexes: libftdi-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Development files for libftdi | http://www.intra2net.com/en/developer/libftdi/
- Ubuntu apt - libftdi1 - 0.20-4ubuntu3: normalized package name match | Ubuntu 24.04 LTS package indexes: libftdi1 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Library to control and program the FTDI USB controller | http://www.intra2net.com/en/developer/libftdi/
- Ubuntu apt - libftdi1-dbg - 0.20-4ubuntu3: normalized package name match | Ubuntu 24.04 LTS package indexes: libftdi1-dbg from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Debugging symbols for libftdi1 | http://www.intra2net.com/en/developer/libftdi/
- dnf - libftdi - 1.5-24.fc45: normalized package name match | Fedora Rawhide package metadata: libftdi from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Library to program and control the FTDI USB controller | https://www.intra2net.com/en/developer/libftdi/
- dnf - libftdi-c++ - 1.5-24.fc45: normalized package name match | Fedora Rawhide package metadata: libftdi-c++ from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Libftdi library C++ binding | https://www.intra2net.com/en/developer/libftdi/
- dnf - libftdi-c++-devel - 1.5-24.fc45: normalized package name match | Fedora Rawhide package metadata: libftdi-c++-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Libftdi library C++ binding development headers and libraries | https://www.intra2net.com/en/developer/libftdi/
- dnf - libftdi-devel - 1.5-24.fc45: normalized package name match | Fedora Rawhide package metadata: libftdi-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Header files and static libraries for libftdi | https://www.intra2net.com/en/developer/libftdi/
- dnf - python3-libftdi - 1.5-24.fc45: normalized package name match | Fedora Rawhide package metadata: python3-libftdi from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Libftdi library Python 3 binding | https://www.intra2net.com/en/developer/libftdi/
- pacman - libftdi - 1.5-10: normalized package name match | Arch Linux sync databases: libftdi from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A library to talk to FTDI chips | https://www.intra2net.com/en/developer/libftdi/
- MacPorts - libftdi: normalized package name match | MacPorts ports tree: devel/libftdi/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Debian apt - ftdi-eeprom - 1.5-10: installed executable or alias match | Debian stable package indexes: ftdi-eeprom from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Tool for reading/erasing/flashing FTDI USB chip EEPROMs | https://www.intra2net.com/en/developer/libftdi/
- Ubuntu apt - ftdi-eeprom - 1.5-6build5: installed executable or alias match | Ubuntu 24.04 LTS package indexes: ftdi-eeprom from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Tool for reading/erasing/flashing FTDI USB chip EEPROMs | https://www.intra2net.com/en/developer/libftdi/


## Related links

- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://www.automicvault.com/pkg/brew-utility-packages/) - Matched curated package taxonomy and local package facts.
- [cmake](https://www.automicvault.com/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [swig](https://www.automicvault.com/pkg/brew/swig/) - Build dependency declared by Homebrew.
- [avrdude](https://www.automicvault.com/pkg/brew/avrdude/) - Popular package that depends on this formula.
- [flashrom](https://www.automicvault.com/pkg/brew/flashrom/) - Popular package that depends on this formula.
- [icestorm](https://www.automicvault.com/pkg/brew/icestorm/) - Popular package that depends on this formula.
- [lcdproc](https://www.automicvault.com/pkg/brew/lcdproc/) - Popular package that depends on this formula.
- [open-ocd](https://www.automicvault.com/pkg/brew/open-ocd/) - Popular package that depends on this formula.
- [openfpgaloader](https://www.automicvault.com/pkg/brew/openfpgaloader/) - Popular package that depends on this formula.
- [owfs](https://www.automicvault.com/pkg/brew/owfs/) - Popular package that depends on this formula.
- [uhd](https://www.automicvault.com/pkg/brew/uhd/) - Local package facts share a topical domain. Shared terms: boost, config, libusb.

## Combined YAML source

View the package source record on GitHub. [combined/libftdi.yml](https://github.com/automic-vault/db/blob/main/combined/libftdi.yml)


## Sources

- Nucleus package database
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
