Automic VaultAutomic Vault

brew

makeself を Homebrew, apk, apt, dnf, MacPorts, Nix, zypper でインストール

makeself のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install makeself

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install makeself

MacPorts ports tree · archivers/makeself/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add makeself

Alpine Linux edge package indexes · makeself · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install makeself

Debian stable package indexes · makeself · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install makeself

Fedora Rawhide package metadata · makeself · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#makeself

nixpkgs package indexes · pkgs/by-name/ma/makeself/package.nix · ソース: api.github.com

openSUSE zypper確認済み · 92%
sudo zypper install makeself

openSUSE Tumbleweed package metadata · makeself · ソース: download.opensuse.org

概要

パッケージ概要

Generates a self-extracting compressed tar archive

コマンドとエイリアス

  • makeself

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 1990s-2000s: Loki-style `.run` archives popularize self-extracting shell installers for Linux games and applications.
  • 2010: The official GitHub repository is created.
  • 2025: GitHub lists makeself v2.7.1 as a release.
  • 2026: The official repository remains maintained with thousands of stars and hundreds of forks.

Related projects

  • Related tools and formats include Loki Setup, shell archives, tarballs, AppImage, InstallAnywhere-style binary installers, and native package formats such as deb, rpm, and pacman packages.

セキュリティ状態

リスクレベル: blue

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

リスク分類器

リスク blue · 信頼度 中 · tool

理由

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

信号

  • text:archive,compress

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 1 個のプラットフォームターゲットで利用できます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
makeselfcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-08
マネージャ版2.7.1
マネージャ更新日
ローカルデータOK
上流not checked
検出された最新未検出

https://github.com/megastep/makeself

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:makeself
バージョン2.7.1
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/makeself
ホームページhttps://makeself.io/
リポジトリhttps://github.com/megastep/makeself
上流ドキュメントhttps://github.com/megastep/makeself#readme
ライセンスGPL-2.0-or-later
ソースアーカイブhttps://github.com/megastep/makeself/archive/refs/tags/release-2.7.1.tar.gz
Bottle利用可能 (対象 all)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namemakeself
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

makeself 2.5.0-1

utility to generate self-extractable archives

http://www.megastep.org/makeself/

sudo apt install makeself
  • Section: utils
  • Architecture: all
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Makeself
Debian stable package indexes · deb.debian.org · Debian stable package indexes: makeself from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

makeself

nix profile install nixpkgs#makeself
  • normalized package name match
  • 一致条件: Makeself
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ma/makeself/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

makeself 2.5.0-1

utility to generate self-extractable archives

http://www.megastep.org/makeself/

sudo apt install makeself
  • Section: universe/utils
  • Architecture: all
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Makeself
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: makeself from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

makeself 2.5.0-r0

Generate a self-extractable compressed tar archive from a directory

https://makeself.io/

sudo apk add makeself
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: makeself
  • 1 提供
  • normalized package name match
  • 一致条件: Makeself
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: makeself from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
dnf95%

makeself 2.7.1-1.fc45

Make self-extractable archives on Unix

http://makeself.io/

sudo dnf install makeself
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: makeself
  • 2 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Makeself
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: makeself from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper95%

makeself 2.7.1-1.2

Make self-extractable archives on Unix

https://makeself.io/

sudo zypper install makeself
  • License: GPL-2.0-or-later
  • Category: Productivity/Archiving/Compression
  • Architecture: noarch
  • Source Package: makeself
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Makeself
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: makeself from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

makeself

sudo port install makeself
  • normalized package name match
  • 一致条件: Makeself
MacPorts ports tree · api.github.com · MacPorts ports tree: archivers/makeself/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment