Internal IP is a lightweight macOS application that runs directly in the menu bar. It allows you to quickly check your Mac's local IPv4 address and copy it to the clipboard without opening Terminal or System Settings.
The application automatically detects active network interfaces, identifies the default interface, and displays all available local IPv4 addresses.
The latest version of the application can be downloaded from GitHub Releases.
After downloading, open the DMG file and drag Internal IP to the Applications folder.
Internal IP is currently distributed without Apple Developer ID signing and Apple notarization. Because of this, macOS may prevent the application from opening after it has been downloaded from the Internet.
If macOS blocks the application:
You only need to approve the application once. macOS will then remember Internal IP as an allowed exception.
Internal IP is an open-source project. If you prefer not to run the pre-built application, you can review the source code and build the application yourself.
The source code is available on GitHub.
After downloading the repository:
python3 -m venv .venv
source .venv/bin/activate
python -m pip install -r requirements-build.txt
./scripts/build.sh
The built application will be available at:
dist/Internal IP.app
Internal IP is developed by Dominik Krzywański.
Project website:
wolfror.com
Source code:
github.com/WolfRorDev/internal-ip
Bug reports:
GitHub Issues
The application is released under the MIT License.