Shrinkwrap software
Shrinkwrap software is a category of commercial software-as-a-product sold at a fixed one-off price for a perpetual license to use a specific version. The term refers to "off the shelf" software that is mass-produced for a broad market rather than custom-built for a single customer. It excludes freeware, shareware, and open-source software, none of which carry a per-copy license fee.
The name comes from the heat-shrunk plastic film that once sealed retail software boxes on store shelves, advertising a finished, sealed product the buyer could carry home and install themselves. The physical packaging has mostly given way to downloadable installers, but the underlying model is unchanged. The customer receives a self-contained artifact, installs it on their own hardware, and is thereafter responsible for operating and upgrading it.
Shrinkwrap software is typically distributed under a point-release release model, sold as a sequence of numbered versions that the customer installs and upgrades themselves. Because the user controls when to upgrade, backwards compatibility between versions is an explicit contract and a frequent source of friction. A vendor that breaks compatibility in a paid upgrade forces customers to choose between staying on the old version or absorbing the migration cost.
The fixed-price, versioned model creates a structural incentive to add features with each release, since the vendor’s revenue depends on persuading existing customers to buy the next version. This is one of the engines behind software bloat. Successive releases accumulate capabilities that few users asked for, in order to justify the upgrade price.
Once sold, a shrinkwrap product also begins to rot on the customer’s machine. Its dependencies on the operating system, device drivers, and adjacent libraries drift as those systems evolve, while the vendor’s incentive to patch an old version fades once its upgrade revenue has been collected. The result is a product that decays even though its own code has not changed.
The rise of Software-as-a-service (SaaS) has steadily eroded the shrinkwrap market. Where shrinkwrap sells a perpetual license to a fixed version, SaaS sells a subscription to an evergreen service that the provider maintains and upgrades continuously, shifting the cost of operation, upgrade, and rot from the customer to the provider. Shrinkwrap persists in niches where ownership, offline operation, or one-off cost still matter. Creative professional tools, games, and utilities are the most visible remaining strongholds.
Shrinkwrap is also distinct from enterprise application software, which targets organizations rather than a mass market and is typically customized, integrated, and supported through long-running commercial relationships rather than sold as a sealed product.
See also
- Release model
- Software-as-a-service (SaaS)
- Enterprise application software
- Software bloat
- Software rot
- Backwards compatibility
- The Cathedral and the Bazaar – the open, bazaar-style distribution model that displaced much of the shrinkwrap market.