macOS
brew install makeselflocal Homebrew formula metadata
sudo port install makeselfMacPorts ports tree · archivers/makeself/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für makeself in AI-Agent-Workflows.
Installation
brew install makeselflocal Homebrew formula metadata
sudo port install makeselfMacPorts ports tree · archivers/makeself/Portfile · Quelle: api.github.com
sudo apk add makeselfAlpine Linux edge package indexes · makeself · Quelle: dl-cdn.alpinelinux.org
sudo apt install makeselfDebian stable package indexes · makeself · Quelle: deb.debian.org
sudo dnf install makeselfFedora Rawhide package metadata · makeself · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#makeselfnixpkgs package indexes · pkgs/by-name/ma/makeself/package.nix · Quelle: api.github.com
sudo zypper install makeselfopenSUSE Tumbleweed package metadata · makeself · Quelle: download.opensuse.org
Überblick
Generates a self-extracting compressed tar archive
Verlauf
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.
Sicherheitslage
broad file, network, media, or database tool signal.
blue Risiko · mittel Konfidenz · tool
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
makeself | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/megastep/makeself
Installationsmetadaten
| Paketschlüssel | brew:makeself |
|---|---|
| Version | 2.7.1 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/makeself |
| Homepage | https://makeself.io/ |
| Repository | https://github.com/megastep/makeself |
| Upstream-Dokumentation | https://github.com/megastep/makeself#readme |
| Lizenz | GPL-2.0-or-later |
| Quellarchiv | https://github.com/megastep/makeself/archive/refs/tags/release-2.7.1.tar.gz |
| Bottle | verfügbar (auf all) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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 makeselfQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.