macOS
brew install airsharelocal Homebrew formula metadata
brew
airshare のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install airsharelocal Homebrew formula metadata
概要
Cross-platform content sharing in a local network
履歴
Airshare is a Python CLI and module for peer-to-peer local-network content transfer. It uses multicast DNS service discovery and an HTTP gateway so files, directories, text, and clipboard content can move across nearby machines without an internet service.
The official README describes Airshare as a Python-based CLI tool and module built with aiohttp and zeroconf. Its repository metadata and license text place the project in 2020 under the KuroLabs/Airshare GitHub repository.
Airshare's design centers on a small command-line interaction: one machine publishes content under a short code word and another uses the same code word to receive it. The HTTP gateway broadens the tool beyond CLI-to-CLI transfer, letting browsers and mobile devices fetch the shared content when local name resolution permits.
Official installation instructions cover pip, pipx, and Homebrew, which is the usual adoption path for a Python CLI that wants to be convenient both for Python users and macOS command-line users.
The repository has tags from 0.1.0 through 0.1.6, but it exposes less public release narrative than larger projects. The safe history is therefore about its documented packaging surfaces and feature set, not a detailed organizational chronology.
A typical send operation is `airshare codeword file-or-directory`; the receiver runs `airshare codeword` or visits the advertised `.local` HTTP URL. Airshare can also transfer plain text, interact with clipboards, stream large files in chunks, and be imported as a Python module.
Its practical edge is local, offline sharing: it avoids accounts and cloud storage, but depends on multicast DNS support such as Bonjour or Avahi for friendly `.local` discovery on some platforms.
Airshare is a tidy example of the Python CLI packaging stack meeting Homebrew. The same tool is installable with pip, pipx, and brew, while its runtime behavior depends on Python async networking libraries and host-level local-network discovery.
For package maintainers, the interesting parts are less about compilation and more about cross-platform behavior: mDNS support, clipboard integration, browser fallback, and large-file streaming all affect whether the packaged CLI feels native.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
airshare | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://airshare.readthedocs.io/
インストールメタデータ
| パッケージキー | brew:airshare |
|---|---|
| バージョン | 0.1.6 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/airshare |
| ホームページ | https://airshare.readthedocs.io/ |
| リポジトリ | https://github.com/KuroLabs/Airshare |
| 上流ドキュメント | https://airshare.readthedocs.io/en/latest |
| ライセンス | MIT |
| ソースアーカイブ | https://files.pythonhosted.org/packages/cb/a2/d59c18cd6a143bf860c29acb70552b7351fd7e0f56213be86b624601106b/Airshare-0.1.6.tar.gz |
| 最終更新 | 2026-06-09T15:31:25Z |
| Pulse | updated |
| 依存関係 | certifi, python@3.14 |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | airshare |
| Version Scheme | 0 |
| Revision | 24 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.