macOS
brew install --cask localxposelocal Homebrew cask metadata
cask / 順位 1046
localxpose のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install --cask localxposelocal Homebrew cask metadata
概要
Reverse proxy that enables you to expose your localhost to the internet
履歴
LocalXpose is a commercial tunneling and reverse-proxy client for exposing localhost services to the public internet. The packaged `loclx` CLI is aimed at developers who need HTTP, TCP, TLS, or UDP tunnels for development, testing, demos, and remote access.
Official LocalXpose documentation describes the service as a reverse proxy for securely exposing localhost services without complex network infrastructure. The product ships a cross-platform CLI and GUI for Linux, macOS, Windows, FreeBSD, and Docker.
The official GitHub organization documents LocalXpose as a tunneling service and lists package-manager installation paths including Homebrew cask, Snap, npm, Chocolatey, and Docker. The same page says the core tunneling service is not presented as the open source project; the visible open source work is centered on supporting tools such as the GitHub Action.
LocalXpose adoption is tied to the broader ngrok-style tunneling workflow: developers run a local service, authenticate the tunnel client, and receive a public endpoint for webhooks, demos, testing, remote access, or IoT/edge connectivity.
The official docs emphasize account login and access tokens, suggesting a SaaS-oriented adoption model rather than the anonymous public tunnel model used by simpler tools.
A first-time user downloads or installs the CLI, creates an account, copies an access token from the LocalXpose dashboard, runs `loclx account login`, and then starts a tunnel such as `loclx tunnel http --to localhost:3000`.
For repeatable multi-tunnel setups, `loclx tunnel config init` creates a YAML file in the current working directory, and `loclx tunnel config -f /path/to/config.yaml` runs tunnels from that file. The CLI documentation says account login stores the token in the OS keyring and falls back to `$HOME/.access`.
LocalXpose is notable as a Homebrew cask because it packages a proprietary network edge service into a local CLI binary. Package users care about architecture-specific downloads, authentication behavior, token storage, and whether the CLI can run headlessly in services or CI.
Its support for HTTP, HTTPS, TCP, TLS, and UDP tunnels makes it broader than simple HTTP-only localhost sharing tools, but the hosted-service dependency means package installation is only one part of operability.
セキュリティ状態
localxpose に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
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.
Config paths the tool may read or write during local use.
./config.yamlCredential-bearing paths to review before unattended agent runs.
~/.access実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
loclx | バイナリ | Homebrew cask バイナリ | loclx |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | cask:localxpose |
|---|---|
| バージョン | 24.9.2 |
| パッケージマネージャ | Homebrew Cask |
| ホームページ | https://localxpose.io/ |
| SHA-256 | no_check |
| ダウンロード URL | https://api.localxpose.io/api/v2/downloads/loclx-darwin-arm64.zip |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.