macOS
brew install launch_socket_serverlocal Homebrew formula metadata
brew / 順位 10400
launch_socket_server のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install launch_socket_serverlocal Homebrew formula metadata
概要
Bind to privileged ports without running a server as root
履歴
launch_socket_server is a small macOS utility for accepting connections on privileged ports without running the application server as root. It sits between launchd and an unprivileged server, proxying launchd-activated sockets to a Unix-domain socket or local TCP port.
The upstream repository was created on 2014-11-07 under Sam Stephenson's GitHub account and later appears in Homebrew metadata through Misty De Meo's maintained repository URL. The README is direct and narrow: the problem is binding ports below 1024 on OS X without root; the solution is to run the server through launch_socket_server.
Adoption appears niche and macOS-specific. Homebrew packages it as a single executable for users who want launchd socket activation to front an unprivileged development or local service process.
Users create a launch daemon plist that has launchd listen on a privileged port, then configure launch_socket_server to start the real server as a less-privileged user and pass the socket path through LAUNCH_PROGRAM_SOCKET_PATH.
The package is interesting because it exposes a native macOS service-management pattern as a tiny command-line utility. It packages policy separation: let launchd own privileged binding, while application code runs without root.
セキュリティ状態
broad file, network, media, or database tool signal. formula declares a Homebrew service.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
launch_socket_server | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:launch_socket_server |
|---|---|
| バージョン | 2.0.0 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://github.com/mistydemeo/launch_socket_server |
| リポジトリ | https://github.com/mistydemeo/launch_socket_server |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.