macOS
brew install identmeprovider-native install command
安装
brew install identmeprovider-native install command
概览
Public IP address lookup
历史
ident.me is a public IP address lookup service and matching small CLI. It packages the common administrator trick of asking an external endpoint what address the wider Internet sees.
The project repository describes ident.me as public IP addresses exposed as apps and APIs, and the public site presents IPv4, IPv6, browser, header, WebRTC, and geolocation-related data. The repository contains backend, API, CLI, web, iOS, and package-related directories, showing the service grew beyond a one-endpoint web page.
The Homebrew formula packages the CLI as identme with a 0BSD license. The GitHub repository moved under the xmit-co organization while preserving the pcarrier/ident.me redirect, which is why both URLs appear in package metadata and documentation.
Public-IP lookup tools are adopted because they are easy to script in NAT, VPN, dual-stack, and cloud troubleshooting workflows. ident.me's value is its deliberately small surface: it can be used as a site in a browser, an API endpoint, or a packaged command.
Homebrew, Alpine, Scoop, and FreeBSD-style packaging indicate a small but cross-platform user base. This is utility packaging rather than framework packaging: users install it for a single answer in scripts or diagnostics.
The CLI and service are used to retrieve the public IP address visible from outside the local network. The website also exposes browser-visible information such as language, timezone, user agent, headers, and WebRTC-related addresses.
A package-manager install avoids shell aliases around curl endpoints and gives users a named command whose implementation can track the service API.
identme is significant in the small-tool sense: it turns an online diagnostic endpoint into a packageable command with a permissive license. That makes it useful for dotfiles, provisioning scripts, and network smoke tests.
It also shows how modern package managers package tiny service clients when the service itself is the product: the executable is light, but the reliability and ownership of the endpoint matter.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
identme | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:identme |
|---|---|
| 版本 | 0.6.0 |
| 软件包管理器 | Homebrew |
| 主页 | https://www.ident.me |
| 仓库 | https://github.com/xmit-co/ident.me |
| 最后更新 | 2026-07-04T16:53:43+09:00 |
| Pulse | updated |
| Bottle | 未记录 |
| 服务 | 未声明 |
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.