Automic VaultAutomic Vault

brew

wemux を Homebrew, dnf, MacPorts, Nix でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install wemux

local Homebrew formula metadata

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

MacPorts ports tree · devel/wemux/Portfile · ソース: api.github.com

Linux

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

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

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

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

概要

パッケージ概要

Enhances tmux's to provide multiuser terminal multiplexing

コマンドとエイリアス

  • wemux

履歴

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

wemux is a tmux-oriented collaboration wrapper whose README summarizes the project as making multi-user tmux sessions easier and more powerful. It lets one user host a tmux-backed server while other SSH users join in controlled modes.

プロジェクトの歴史

The GitHub repository was created in March 2012 and accumulated a long 1.x through 3.x tag history. Its design reflects a period when tmux had become the practical successor to older terminal multiplexing workflows, but pairing still required users to understand shared sockets, permissions, and tmux command details.

Rather than replacing tmux, wemux codified common multi-user session patterns. The README defines mirror mode for read-only observation, pair mode for a shared cursor, and rogue mode for independent windows inside the same session, with user listing and attach/detach notifications layered on top.

採用の歴史

wemux became a recognizable niche tool for remote pairing, demos, teaching, and server-side collaboration. The repository has several thousand stars, over a hundred forks, and an issue/PR history that shows continuing community use even though the project itself is small.

使われ方

A host runs `wemux start` to create or reattach to the shared tmux server, while clients join with `wemux mirror`, `wemux pair`, or `wemux rogue`. The tool passes unknown commands through to tmux using its socket, so experienced tmux users can keep their normal command vocabulary while avoiding manual socket setup.

パッケージ好きにとっての重要性

wemux is package-nerd interesting because it is mostly glue: a small shell tool that made an existing Unix primitive friendlier for collaboration. Its value is not a new terminal multiplexer, but the packaging of a repeatable multi-user tmux convention.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 1 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。

推奨レビュー

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

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
/usr/local/etc/wemux.conf

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

ページ生成日2026-07-26
マネージャ版3.2.0
マネージャ更新日2026-07-21
ローカルデータOK
上流最新
検出された最新v3.2.0

https://github.com/zolrath/wemux

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:wemux
バージョン3.2.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/wemux
ホームページhttps://github.com/zolrath/wemux
リポジトリhttps://github.com/zolrath/wemux
上流ドキュメントhttps://github.com/zolrath/wemux#readme
ライセンスMIT
ソースアーカイブhttps://github.com/zolrath/wemux/archive/refs/tags/v3.2.0.tar.gz
最終更新2026-07-21T13:00:32+01:00
Pulseupdated
依存関係tmux
Bottle利用可能 (対象 all)
Homebrew post-install未定義
サービス宣言なし
注意点Your current user account has been automatically added as a wemux host. To give a user the ability to host wemux sessions add them to the host_list array in: $HOMEBREW_PREFIX/etc/wemux.conf Either edit the file in your text editor of choice or run `wemux conf` to open the file in your $EDITOR.

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

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

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

Nix95%

wemux

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

wemux 3.2.0-24.fc44

Multi-user terminal multiplexing utility

https://github.com/zolrath/wemux

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

wemux

sudo port install wemux
  • normalized package name match
  • 一致条件: Wemux
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/wemux/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 configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment