macOS
brew install unshieldlocal Homebrew formula metadata
sudo port install unshieldMacPorts ports tree · archivers/unshield/Portfile · source: api.github.com
brew
Extract files from InstallShield cabinet files. Version 1.6.2 via Homebrew; verified 2026-05-13.
install
brew install unshieldlocal Homebrew formula metadata
sudo port install unshieldMacPorts ports tree · archivers/unshield/Portfile · source: api.github.com
sudo apk add unshieldAlpine Linux edge package indexes · unshield · source: dl-cdn.alpinelinux.org
sudo apt install libunshield-devDebian stable package indexes · libunshield-dev · source: deb.debian.org
sudo dnf install unshieldFedora Rawhide package metadata · unshield · source: dl.fedoraproject.org
nix profile install nixpkgs#unshieldnixpkgs package indexes · pkgs/by-name/un/unshield/package.nix · source: api.github.com
sudo pacman -S unshieldArch Linux sync databases · unshield · source: geo.mirror.pkgbuild.com
sudo zypper install libunshield1openSUSE Tumbleweed package metadata · libunshield1 · source: download.opensuse.org
scoop install main/unshieldScoop official bucket manifest trees · bucket/unshield.json · source: api.github.com
overview
Extract files from InstallShield cabinet files
history
Unshield is a command-line tool and C library for extracting files from InstallShield cabinet files. Its README explains the original motivation: many Pocket PC applications were distributed as Windows InstallShield installers rather than standalone Microsoft Cabinet files, which was impractical for Linux and FreeBSD users.
The upstream README is unusually explicit about the design origin. InstallShield cabinet files were not officially documented, so the author used the Windows tools i5comp and i6comp as references, discovered through `strings` that they used zlib for decompression, and chose to write a new implementation rather than port those tools.
The stated goals were pragmatic and distribution-friendly: use the MIT license, work on little-endian and big-endian systems, separate the implementation into a tool and a library, support InstallShield version 5 and later, list cabinet contents, and extract files.
The project has since become a maintained small C package. Its changelog records man-page work in 2008 and a 0.6 release in 2009; tagged releases later reached 1.x, and the current CMake configuration sets version 1.6.2, uses C23, installs a man page and pkg-config file, and builds both library and CLI components.
The supplied package metadata shows Unshield packaged in Homebrew, Alpine/apk, Debian and Ubuntu as `libunshield-dev`, Fedora/dnf, MacPorts, Nix, Arch/pacman, Scoop, and openSUSE/zypper. That broad spread reflects both CLI use and library development use.
Unshield also appears as an optional backend in the `unp` ecosystem: the `unp` 2.0 changelog records experimental support for InstallShield-style Microsoft Cabinet files via unshield. That is a classic package-manager adoption path for a niche extractor: one focused tool becomes a backend behind a more general archive wrapper.
The man page describes Unshield as a tool for listing, testing, and extracting InstallShield cabinet contents. Its commands include listing components, file groups, files, testing files, and extracting files; options cover component and group selection, output directory, forced InstallShield version, filename encoding conversion, lowercasing, raw extraction, and path handling.
In practice, users reach for it when they have a Windows installer archive but need the payload on a Unix-like system, in a build recipe, or in a recovery/migration workflow without running the installer.
Unshield matters in package culture because proprietary installer formats often block reproducible packaging. A small MIT-licensed extractor lets maintainers inspect or extract upstream payloads on Unix systems, script the process, and avoid depending on Windows-only tooling.
Its split library/tool design is also package-friendly: distributions can ship a CLI for users and development files for programs that need InstallShield cabinet support.
security posture
No matching local secret-handling manifest was found for unshield. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
unshield | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/twogood/unshield
install metadata
| Package key | brew:unshield |
|---|---|
| Version | 1.6.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/unshield |
| Homepage | https://github.com/twogood/unshield |
| Repository | https://github.com/twogood/unshield |
| Upstream docs | https://github.com/twogood/unshield#readme |
| License | MIT |
| Source archive | https://github.com/twogood/unshield/archive/refs/tags/1.6.2.tar.gz |
| Last updated | 2026-05-13T14:52:16Z |
| Pulse | updated |
| Dependencies | openssl@4 |
| Build dependencies | cmake |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | unshield |
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
libunshield-dev 1.5.1-1+b2
development files for libunshield
https://github.com/twogood/unshield/
sudo apt install libunshield-devlibunshield0 1.5.1-1+b2
library to extract CAB files from InstallShield installers
https://github.com/twogood/unshield/
sudo apt install libunshield0unshield 1.5.1-1+b2
extracts CAB files from InstallShield installers
https://github.com/twogood/unshield/
sudo apt install unshieldunshield
nix profile install nixpkgs#unshieldlibunshield-dev 1.5.1-1
development files for libunshield
https://github.com/twogood/unshield/
sudo apt install libunshield-devlibunshield0 1.5.1-1
library to extract CAB files from InstallShield installers
https://github.com/twogood/unshield/
sudo apt install libunshield0unshield 1.5.1-1
extracts CAB files from InstallShield installers
https://github.com/twogood/unshield/
sudo apt install unshieldunshield 1.6.2-r1
Extracts CAB files from InstallShield installers
https://github.com/twogood/unshield
sudo apk add unshieldunshield-dev 1.6.2-r1
Extracts CAB files from InstallShield installers (development files)
https://github.com/twogood/unshield
sudo apk add unshield-devunshield-doc 1.6.2-r1
Extracts CAB files from InstallShield installers (documentation)
https://github.com/twogood/unshield
sudo apk add unshield-docunshield 1.6.2-5.fc45
Extract CAB files from InstallShield installers
https://github.com/twogood/unshield
sudo dnf install unshieldunshield-devel 1.6.2-5.fc45
Files needed for software development with unshield
https://github.com/twogood/unshield
sudo dnf install unshield-develunshield 1.6.2-1
Extracts CAB files from InstallShield installers
https://github.com/twogood/unshield
sudo pacman -S unshieldlibunshield1 1.6.2-1.3
A Program to Extract InstallShield Cabinet Files
https://github.com/twogood/unshield
sudo zypper install libunshield1unshield 1.6.2-1.3
A Program to Extract InstallShield Cabinet Files
https://github.com/twogood/unshield
sudo zypper install unshieldunshield-devel 1.6.2-1.3
Header files, libraries and development documentation for libunshield1
https://github.com/twogood/unshield
sudo zypper install unshield-develsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.