# Install openfpgaloader with Homebrew, apk, apt, Nix, pacman

Universal utility for programming FPGA. Version 1.1.1 via Homebrew; verified 2026-06-15.

## Install

```sh
sudo av install brew:openfpgaloader
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install openfpgaloader
```

  Evidence: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add openfpgaloader
```

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

- Debian apt (92%):

```sh
sudo apt install openfpgaloader
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#openfpgaloader
```

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

- pacman (92%):

```sh
sudo pacman -S openfpgaloader
```

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

## Package facts

- **Package key:** brew:openfpgaloader
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/openfpgaloader>
- **Version:** 1.1.1
- **Source summary:** Universal utility for programming FPGA
- **Homepage:** <https://trabucayre.github.io/openFPGALoader/>
- **Repository:** <https://github.com/trabucayre/openFPGALoader>
- **Upstream docs:** <https://github.com/trabucayre/openFPGALoader#readme>
- **License:** Apache-2.0
- **Source archive:** <https://github.com/trabucayre/openFPGALoader/archive/refs/tags/v1.1.1.tar.gz>
- **Last updated:** 2026-06-15T10:20:22-04:00
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- openFPGALoader (cli)
- openFPGALoader (alias)

## Dependencies

- libftdi
- libusb

## Build dependencies

- cmake
- pkgconf

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 1.1.1
- Package-manager updated: 2026-06-15
- Local data: ok
- Upstream repository: https://github.com/trabucayre/openFPGALoader
- Upstream latest detected: v1.1.1 (current)
## Project history and usage

openFPGALoader is a cross-platform utility for programming FPGA devices and their attached flash memories. It targets a broad spread of boards, cables, and FPGA families from vendors including Xilinx, Altera/Intel, Lattice, Gowin, Efinix, Anlogic, and Cologne Chip.

### Project history

The openFPGALoader repository was created in September 2019 and the first GitHub release, v0.1, was published in July 2020. Its documentation frames the project as a universal loader that hides vendor- and board-specific programming differences behind one command-line tool.

The project grew by adding board, cable, and vendor support rather than by becoming a synthesis or place-and-route framework. Its compatibility pages and vendor notes are central to the project because the practical challenge is recognizing and programming many slightly different JTAG, FTDI, DFU, CMSIS-DAP, and board-level configurations.

### Adoption history

openFPGALoader became part of the open FPGA toolchain story because bitstream generation and bitstream loading are separate problems. F4PGA documentation describes it as a universal FPGA programming tool and an alternative to fragmented bitstream-loading tools, and package managers distribute it across Homebrew, Debian/Ubuntu, Arch Linux, Alpine, Nix, and other systems.

### How it is used

Developers use openFPGALoader after producing a bitstream, selecting a board or cable and then writing the bitstream to SRAM or flash. The Ubuntu man page documents options for board selection, cable selection, device probing, JTAG frequency, DFU mode, bitstream arguments, and flash detection.

In practice it is especially useful for labs, teaching, CI benches, and hobbyist workflows where a small command-line programmer is easier to script than a vendor IDE.

### Why package nerds care

openFPGALoader matters in package catalogs because it is a rare hardware-facing developer tool that can be installed like ordinary software while replacing a mess of vendor-specific programming utilities for many day-to-day FPGA boards.

### Timeline

- September 2019: the openFPGALoader GitHub repository was created.
- July 2020: v0.1 was published as the first GitHub release.
- 2021: releases through v0.5.0 indicate early rapid expansion of supported hardware and workflows.
- 2025: v1.1.x releases appear on the GitHub releases page and package-manager metadata.

### Related projects

- openFPGALoader is commonly mentioned with F4PGA and other open FPGA tooling, and it overlaps operationally with vendor programmers, OpenOCD-style JTAG tooling, FTDI-based adapters, CMSIS-DAP probes, DirtyJTAG, and board-specific flash utilities.

### Sources

- <https://api.github.com/repos/trabucayre/openFPGALoader>
- <https://github.com/trabucayre/openFPGALoader>
- <https://github.com/trabucayre/openFPGALoader/releases>
- <https://manpages.ubuntu.com/manpages/questing/man1/openFPGALoader.1.html>
- <https://trabucayre.github.io/openFPGALoader/>
- <https://trabucayre.github.io/openFPGALoader/compatibility/board.html>
- <https://trabucayre.github.io/openFPGALoader/compatibility/cable.html>


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals

## Source Database Details

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

## Other Package-Manager Records

- Debian apt - openfpgaloader - 0.13.1-1: normalized package name match | Debian stable package indexes: openfpgaloader from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Universal utility for programming FPGAs | https://github.com/trabucayre/openFPGALoader
- Nix - openfpgaloader: normalized package name match | nixpkgs package indexes: pkgs/by-name/op/openfpgaloader/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - openfpgaloader - 0.12.0-1: normalized package name match | Ubuntu 24.04 LTS package indexes: openfpgaloader from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Universal utility for programming FPGAs | https://github.com/trabucayre/openFPGALoader
- apk - openfpgaloader - 0.11.0-r0: normalized package name match | Alpine Linux edge package indexes: openfpgaloader from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Universal utility for programming FPGAs | https://github.com/trabucayre/openFPGALoader
- pacman - openfpgaloader - 1.1.1-1: normalized package name match | Arch Linux sync databases: openfpgaloader from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Universal utility for programming FPGA | https://github.com/trabucayre/openFPGALoader


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [libftdi](https://www.automicvault.com/pkg/brew/libftdi/) - Runtime dependency declared by Homebrew.
- [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.
- [nextpnr-ice40](https://www.automicvault.com/pkg/brew/nextpnr-ice40/) - Shares av.db curated category or tags: cli, developer-tools, fpga, hardware.
- [icestorm](https://www.automicvault.com/pkg/brew/icestorm/) - Shares av.db curated category or tags: cli, developer-tools, fpga, hardware.
- [prjtrellis](https://www.automicvault.com/pkg/brew/prjtrellis/) - Shares av.db curated category or tags: cli, developer-tools, fpga, hardware.
- [i2c-tools](https://www.automicvault.com/pkg/brew/i2c-tools/) - Shares av.db curated category or tags: cli, developer-tools, hardware.
- [rggen](https://www.automicvault.com/pkg/brew/rggen/) - Shares av.db curated category or tags: cli, developer-tools, fpga, hardware.
- [sigrok-cli](https://www.automicvault.com/pkg/brew/sigrok-cli/) - Shares av.db curated category or tags: cli, developer-tools, hardware.
- [mspdebug](https://www.automicvault.com/pkg/brew/mspdebug/) - Shares av.db curated category or tags: cli, developer-tools, embedded, jtag.
- [open-ocd](https://www.automicvault.com/pkg/brew/open-ocd/) - Shares av.db curated category or tags: cli, developer-tools, embedded, jtag.

## Combined YAML source

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


## Sources

- Nucleus package database
- Geiger risk classifier
- 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
