# Install xorriso with Homebrew, apk, apt, dnf, MacPorts, Nix, zypper, pacman

ISO9660+RR manipulation tool. Version 1.5.8.pl02 via Homebrew; verified 2026-05-24. Also installable with debian: sudo apt install xorriso.

## Install

```sh
sudo av install brew:xorriso
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install xorriso
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install xorriso
```

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

### Linux

- apk (92%):

```sh
sudo apk add xorriso
```

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

- Debian apt (92%):

```sh
sudo apt install xorriso
```

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

- dnf (92%):

```sh
sudo dnf install xorriso
```

  Evidence: Fedora Rawhide package metadata: xorriso 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#xorriso
```

  Evidence: nixpkgs package indexes: xorriso from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

- zypper (92%):

```sh
sudo zypper install xorriso
```

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

- pacman (92%):

```sh
sudo pacman -S libisoburn
```

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

## Package facts

- **Package key:** brew:xorriso
- **Package manager:** Homebrew
- **Version:** 1.5.8.pl02
- **Source summary:** ISO9660+RR manipulation tool
- **Homepage:** <https://www.gnu.org/software/xorriso/>
- **Last updated:** 2026-05-24T18:54:04Z
- **Generated:** 2026-08-03T19:37:03+00:00

## Executables

- osirrox (alias)
- xorrecord (alias)
- xorriso (alias)
- xorriso-dd-target (alias)
- xorriso-tcltk (alias)
- xorrisofs (alias)

## Install behavior

- Bottle: not available

## Freshness

- Page generated: 2026-08-03
- Package-manager version: 1.5.8.pl02
## Project history and usage

GNU xorriso is an ISO 9660 Rock Ridge filesystem manipulator by Thomas Schmitt, derived from and supported by the Libburnia project. It can create, load, modify, extract from, and write ISO images, including optical-media sessions and plain filesystem image files.

Its defining package-nerd role is consolidation: xorriso incorporates Libburnia libraries so it does not need an external ISO formatter or burn program, while also providing mkisofs and cdrecord emulation through xorrisofs and xorrecord aliases.

### Project history

The changelog records the initial libisoburn/xorriso release as 0.1.0 on 2008-02-15. That first entry already states the core design: libisoburn connects libisofs and libburn, emulates multi-session behavior on media without session history, and xorriso is an integrated multi-session tool for ISO 9660 Rock Ridge images.

By 2008-03, standalone xorriso 0.1.2 added early cdrecord and mkisofs emulation modes. In 2008-04, libisoburn 0.1.4 improved ISO tree reading, added incremental backup functionality, and expanded the emulation of basic mkisofs and cdrecord options. By 2008-07, make install created the osirrox, xorrisofs, and xorrecord aliases, making the single engine present familiar command faces to existing workflows.

The 2009-2013 changelog shows xorriso evolving beyond disc burning into a serious image-construction and backup tool: BD media support, ACL and extended attribute recording, zisofs/gzip filters, hardlink preservation, MD5 recording and checking, ISOLINUX boot images, and later GRUB2, EFI, HFS+, GPT, and partition-table-related boot support.

The GNU page and README present the mature project as a GNU contribution from Libburnia. Current documentation describes support for GNU/Linux, FreeBSD, Solaris, and NetBSD drive access, with POSIX file-object operation on other X/Open systems.

### Adoption history

xorriso gained adoption where users needed more than a one-shot ISO image writer. It can update existing images, grow sessions, extract files back out, verify media, preserve Unix metadata, and produce bootable images, so it fits distribution-image build systems, backup scripts, and optical-media maintenance.

Its mkisofs and cdrecord compatibility modes helped adoption by letting existing habits and scripts migrate without requiring every caller to learn xorriso's native command language first. The xorrisofs name is especially important in build tooling because it presents xorriso as a mkisofs-like ISO producer while still using the Libburnia stack underneath.

As optical media became less central, xorriso stayed relevant because ISO images remained central to OS installers, rescue media, virtual-machine boot media, and reproducible artifact pipelines. The official docs explicitly note that xorriso operates on ISO images in data files or block devices, not only physical discs.

### How it is used

Common usage includes creating Rock Ridge ISO images from directory trees, adding boot equipment for ISOLINUX or GRUB via El Torito/MBR/EFI structures, extracting files from existing images with osirrox-style behavior, and writing new or add-on sessions to optical media or image files.

Package builders and release engineers often use the mkisofs-compatible xorrisofs interface when a script expects mkisofs/genisoimage semantics. The xorrecord interface handles a narrower cdrecord-like task set, while native xorriso mode exposes richer image-tree manipulation, session loading, verification, and command-file workflows.

The manpage is unusually explicit about the filesystem model: ISO 9660 sessions are generated and mounted read-only, while xorriso loads existing image metadata, stages modifications, and commits a new session or replacement image. That model makes it useful for controlled image mutation rather than just burning a finished blob.

### Why package nerds care

xorriso is the quiet workhorse behind many bootable ISO workflows. It matters because it bridges old optical-media command traditions, modern bootable installer images, Unix metadata preservation, and script compatibility in one package.

It also represents a packaging-friendly alternative to relying on historically separate formatter and recorder tools. One install provides the native xorriso command plus aliases for mkisofs-like and cdrecord-like callers, reducing the amount of external tool choreography in build scripts.

For package nerds, the project is a reminder that declining hardware categories can leave behind essential file formats. Even users who never burn a disc still depend on ISO construction and inspection for OS images, virtual machines, firmware workflows, and archival media.

### Timeline

- 2008-02-15: libisoburn/xorriso 0.1.0 is released as the initial integrated ISO 9660 Rock Ridge multi-session tool.
- 2008-03-12: xorriso 0.1.2 appears as a standalone release with early cdrecord and mkisofs emulation modes.
- 2008-07-25: libisoburn 0.2.2.pl01 installs osirrox, xorrisofs, and xorrecord aliases.
- 2009-03: xorriso gains ACL and extended-attribute import/export support.
- 2009-07: hardlink recording/restoring and the -for_backup shortcut appear.
- 2009-10: MD5 checksums for sessions and individual data files are added.
- 2011-06: GNU xorriso 1.1.0 appears in the changelog as a GNU-branded release line.
- 2026-05-22: The GNU site lists xorriso 1.5.8.pl02 as the current source release.

### Related projects

- libburn provides the optical-drive recording layer used by xorriso.
- libisofs provides ISO 9660 image creation and manipulation support.
- libisoburn coordinates libburn and libisofs and is the source project that contains xorriso.
- mkisofs and genisoimage are compatibility targets for xorrisofs-style ISO creation.
- cdrecord and cdrskin are related optical-media recording tools in the same command-line tradition.

### Sources

- <https://lists.gnu.org/archive/html/info-gnu/2021-02/msg00004.html>
- <https://raw.githubusercontent.com/Distrotech/xorriso/master/ChangeLog>
- <https://www.gnu.org/software/xorriso/>
- <https://www.gnu.org/software/xorriso/README_xorriso>
- <https://www.gnu.org/software/xorriso/man_1_xorriso.html>


## Security Notes

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

- **Geiger risk:** blue / medium
- broad file, network, media, or database tool signal

## Other Package-Manager Records

- Debian apt - xorriso - 1.5.6-1.2+b1: normalized package name match | Debian stable package indexes: xorriso from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | command line ISO-9660 and Rock Ridge manipulation tool | http://libburnia-project.org
- Nix - xorriso: normalized package name match | nixpkgs package indexes: xorriso from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Ubuntu apt - xorriso - 1:1.5.6-1.1ubuntu3: normalized package name match | Ubuntu 24.04 LTS package indexes: xorriso from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | command line ISO-9660 and Rock Ridge manipulation tool | http://libburnia-project.org
- apk - xorriso - 1.5.8-r0: normalized package name match | Alpine Linux edge package indexes: xorriso from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | ISO-9660 and Rock Ridge image manipulation tool | https://dev.lovelyhq.com/libburnia/libisoburn
- dnf - xorriso - 1.5.8-3.fc45: normalized package name match | Fedora Rawhide package metadata: xorriso from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | ISO-9660 and Rock Ridge image manipulation tool | https://scdbackup.sourceforge.net/xorriso_eng.html
- pacman - libisoburn - 1.5.8.2-1: normalized package name match | Arch Linux sync databases: libisoburn from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Frontend for libraries libburn & libisofs | https://dev.lovelyhq.com/libburnia/libisoburn
- zypper - xorriso - 1.5.8-1.2: normalized package name match | openSUSE Tumbleweed package metadata: xorriso from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | ISO 9660 Rock Ridge Filesystem Manipulator | https://libburnia-project.org/
- MacPorts - xorriso: normalized package name match | MacPorts ports tree: sysutils/xorriso/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Debian apt - xorriso-dd-target - 1.5.6-1.2: installed executable or alias match | Debian stable package indexes: xorriso-dd-target from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Device evaluator and disk image copier for GNU/Linux | http://libburnia-project.org
- Debian apt - xorriso-tcltk - 1.5.6-1.2: installed executable or alias match | Debian stable package indexes: xorriso-tcltk from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | educational GUI frontend for ISO-9660 manipulation tool xorriso | http://libburnia-project.org
- Ubuntu apt - xorriso-dd-target - 1:1.5.6-1.1ubuntu3: installed executable or alias match | Ubuntu 24.04 LTS package indexes: xorriso-dd-target from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Device evaluator and disk image copier for GNU/Linux | http://libburnia-project.org
- Ubuntu apt - xorriso-tcltk - 1:1.5.6-1.1ubuntu3: installed executable or alias match | Ubuntu 24.04 LTS package indexes: xorriso-tcltk from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | educational GUI frontend for ISO-9660 manipulation tool xorriso | http://libburnia-project.org
- zypper - xorriso-tcltk - 1.5.8-1.2: installed executable or alias match | openSUSE Tumbleweed package metadata: xorriso-tcltk from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Graphical frontend for xorriso | https://libburnia-project.org/


## Combined YAML source

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