A lightweight macOS menu bar application that displays real-time ping status to monitor your network connection.
- Lives in your macOS menu bar
- Continuously monitors network connectivity
- Shows ping time in milliseconds
- Visual indicators for connection quality
- Minimal resource usage
- Download the latest release from the Releases page
- Move the app to your Applications folder
- Launch the app
Once launched, the app will appear in your menu bar showing the current ping time to a default server (8.8.8.8). Click the menu bar icon to:
- View detailed ping statistics
- Change target server
- Configure refresh interval
- Quit the application
- macOS 10.15 or later
- Internet connection
To build from source:
- Clone this repository
- Create Python venv and install requirements.
- Build and run using
python3 setup.py py2app -A
thenpython3 setup.py py2app
- App will be created dist folder.
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License - feel free to use this project as you wish.
If you encounter any issues or have questions, please open an issue on GitHub.