macOS
brew install makeselflocal Homebrew formula metadata
sudo port install makeselfMacPorts ports tree · archivers/makeself/Portfile · source: api.github.com
brew
Generates a self-extracting compressed tar archive. Version 2.7.1 via Homebrew; verified from local package data.
install
brew install makeselflocal Homebrew formula metadata
sudo port install makeselfMacPorts ports tree · archivers/makeself/Portfile · source: api.github.com
sudo apk add makeselfAlpine Linux edge package indexes · makeself · source: dl-cdn.alpinelinux.org
sudo apt install makeselfDebian stable package indexes · makeself · source: deb.debian.org
sudo dnf install makeselfFedora Rawhide package metadata · makeself · source: dl.fedoraproject.org
nix profile install nixpkgs#makeselfnixpkgs package indexes · pkgs/by-name/ma/makeself/package.nix · source: api.github.com
sudo zypper install makeselfopenSUSE Tumbleweed package metadata · makeself · source: download.opensuse.org
overview
Generates a self-extracting compressed tar archive
history
makeself is a portable shell-script tool that creates self-extracting compressed tar archives for Unix-like systems. The generated file looks like a shell script, often using a `.run` or `.sh` suffix, and embeds both an archive and the startup command that should run after extraction.
The official README says makeself was written by Stéphane Peter and is maintained in portable Bourne-shell style so that both the generator and generated archives can run across Unix variants. Its design is deliberately simple: prepend a shell stub to a tar archive, extract into a temporary directory or chosen target, run a script, and clean up.
The project is historically tied to Loki Software's Linux game installers. The official site points readers to Loki Setup, notes that Stéphane Peter co-authored it, and recommends the `.run` suffix introduced by some Loki-era makeself archives. That gave makeself a visible role in the Linux commercial game and driver distribution era before distribution-native packages covered every case.
makeself stayed useful because it requires little from the target system beyond a shell, tar, and a supported compressor. The README lists examples such as Id Software game installers and patches, Loki game patches, NVIDIA Linux drivers, Google Earth for Linux, VirtualBox Linux installers, and the makeself distribution itself.
The GitHub repository shows continued maintenance, releases, and a broad contributor history. Newer releases added compression options, archive inspection flags, checksums, CI-friendly usage, and portability fixes while preserving the old package-maintainer promise: ship one executable-ish installer file without a native package repository.
A common invocation is `makeself.sh archive_dir file_name label startup_script [script_args]`. Generated archives support options such as `--list`, `--check`, `--target`, `--noexec`, `--keep`, and `--tar`, which makes them inspectable and scriptable in package and release automation.
Package nerds care about makeself because it occupies the gray zone between tarballs and native packages. It is not a dependency solver or package manager, but it is a common vendor distribution format that package maintainers often need to unpack, audit, repack, or replace with distro-native recipes.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
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 |
|---|---|---|---|
makeself | 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/megastep/makeself
install metadata
| Package key | brew:makeself |
|---|---|
| Version | 2.7.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/makeself |
| Homepage | https://makeself.io/ |
| Repository | https://github.com/megastep/makeself |
| Upstream docs | https://github.com/megastep/makeself#readme |
| License | GPL-2.0-or-later |
| Source archive | https://github.com/megastep/makeself/archive/refs/tags/release-2.7.1.tar.gz |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | makeself |
| 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.
makeself 2.5.0-1
utility to generate self-extractable archives
http://www.megastep.org/makeself/
sudo apt install makeselfmakeself
nix profile install nixpkgs#makeselfmakeself 2.5.0-1
utility to generate self-extractable archives
http://www.megastep.org/makeself/
sudo apt install makeselfmakeself 2.5.0-r0
Generate a self-extractable compressed tar archive from a directory
sudo apk add makeselfmakeself 2.7.1-1.fc45
Make self-extractable archives on Unix
sudo dnf install makeselfmakeself 2.7.1-1.2
Make self-extractable archives on Unix
sudo zypper install makeselfmakeself
sudo port install makeselfsource 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.