macOS
brew install makeselflocal Homebrew formula metadata
sudo port install makeselfMacPorts ports tree · archivers/makeself/Portfile · ソース: api.github.com
brew
makeself のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install makeselflocal Homebrew formula metadata
sudo port install makeselfMacPorts ports tree · archivers/makeself/Portfile · ソース: api.github.com
sudo apk add makeselfAlpine Linux edge package indexes · makeself · ソース: dl-cdn.alpinelinux.org
sudo apt install makeselfDebian stable package indexes · makeself · ソース: deb.debian.org
sudo dnf install makeselfFedora Rawhide package metadata · makeself · ソース: dl.fedoraproject.org
nix profile install nixpkgs#makeselfnixpkgs package indexes · pkgs/by-name/ma/makeself/package.nix · ソース: api.github.com
sudo zypper install makeselfopenSUSE Tumbleweed package metadata · makeself · ソース: download.opensuse.org
概要
Generates a self-extracting compressed tar archive
履歴
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.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
makeself | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
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 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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 makeselfソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.