Automic VaultAutomic Vault

brew

localtunnel を Homebrew, Nix でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install localtunnel

local Homebrew formula metadata

Linux

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

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

概要

パッケージ概要

Exposes your localhost to the world for easy testing and sharing

履歴

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

localtunnel is a small Node.js command-line tunnel client for exposing a local HTTP service on a public URL. It became a familiar package-manager install for webhook testing, demos, browser testing, and sharing localhost without deploying.

プロジェクトの歴史

The official README describes localtunnel as a way to expose localhost to the world for easy testing and sharing, avoiding DNS changes or deployment just to let someone else reach a local service. The project is distributed as a Node package and provides the `lt` command.

The localtunnel ecosystem is split between the client repository and a server repository. The server README explains that the default client connects to the `localtunnel.me` service while also allowing users to run their own server and point the client at it with `--host`.

採用の歴史

localtunnel's adoption came from its extremely low setup cost: install it with npm or a system package manager, run `lt --port 8000`, and get a shareable URL. That made it especially useful for webhook callbacks, browser testing tools, mobile testing, and short-lived demonstrations.

The public website credits @defunctzombie as the creator and @TheBoroer as the maintainer/operator, reflecting a project that moved from an early Node.js utility into a maintained public tunneling service and CLI package.

使われ方

The common workflow is `npm install -g localtunnel` or `npx localtunnel --port 8000`, followed by keeping the local `lt` process running while requests are proxied to the chosen local port.

Advanced users can self-host the localtunnel server, configure DNS wildcard records, run the server behind a reverse proxy, and pass `--host` to the client. The client has no official persistent config or credentials file documented.

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

localtunnel is a canonical example of the 'one command gives localhost a URL' developer package. It competes in the same mental space as ngrok-style tools, but remains attractive because the client and server are open source and easy to install.

For package maintainers, localtunnel is small but sensitive to Node dependency health, public service availability, and defaults such as the hosted tunnel endpoint.

タイムライン

  • 2010s: localtunnel emerged as a Node.js localhost tunneling CLI and public service.
  • 2019: localtunnel 2.0.0 modernized the client with HTTPS support, a Promise API, and modern JavaScript syntax.
  • 2021: localtunnel 2.0.x maintenance releases updated dependencies.
  • 2025: the public site documents @TheBoroer as maintainer/operator and keeps the project linked to GitHub.

Related projects

  • localtunnel/server is the official server component for self-hosting compatible tunnel infrastructure.
  • ngrok, Cloudflare Tunnel, LocalXpose, and inlets solve similar localhost-to-public-networking problems with different hosting and authentication models.

セキュリティ状態

リスクレベル: グリーン

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 件の実行時依存関係とともにインストールされます。

推奨レビュー

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

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

ページ生成日2026-07-25
マネージャ版2.0.2
マネージャ更新日
ローカルデータOK
上流not checked
検出された最新未検出

https://theboroer.github.io/localtunnel-www/

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:localtunnel
バージョン2.0.2
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/localtunnel
ホームページhttps://theboroer.github.io/localtunnel-www/
リポジトリhttps://github.com/localtunnel/localtunnel
上流ドキュメントhttps://github.com/localtunnel/localtunnel#readme
ライセンスMIT
ソースアーカイブhttps://registry.npmjs.org/localtunnel/-/localtunnel-2.0.2.tgz
依存関係node
Bottle利用可能 (対象 all)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

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

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

Nix95%

localtunnel

nix profile install nixpkgs#localtunnel
  • normalized package name match
  • 一致条件: Localtunnel
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/lo/localtunnel/package.nix from https://api.github.com/repos/NixOS/nixpkgs/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 package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment