https://github.com/renset/linkq
macOS menu bar utility to display the quality of internet connection
https://github.com/renset/linkq
internet macos menubar swift
Last synced: 3 months ago
JSON representation
macOS menu bar utility to display the quality of internet connection
- Host: GitHub
- URL: https://github.com/renset/linkq
- Owner: Renset
- License: mit
- Created: 2023-05-18T23:12:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-30T16:44:28.000Z (about 3 years ago)
- Last Synced: 2025-01-11T18:43:01.511Z (over 1 year ago)
- Topics: internet, macos, menubar, swift
- Language: Swift
- Homepage:
- Size: 716 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linkq
Dead simple macOS menu bar utility to display the quality of the current internet connection.
Automatically detects and displays the following connection states:
- Offline
- Poor
- Average
- Good
You can download the latest signed universal binary on the [Releases](https://github.com/Renset/linkq/releases) page.
## Screenshots



## Firewall limitations
The quality is measured based on ping jitter, that's why IMCP packets shouldn't be blocked by your ISP/Firewall. Otherwise, the app will display unrelevant 'disconnected' status.
## Motivation
I just wanted to create a simple utility which will show me when I have glitches in my internet connection during my Zoom calls, taking into account some strange [Macbook Wi-Fi issues](https://developer.apple.com/forums/thread/97805).
## Contribution
Contributions are welcomed, however, adding new features to linkq is not planned at the moment.
## Build
Checkout repository & build in Xcode.
## License
MIT. See [LICENSE](https://github.com/Renset/linkq/blob/main/LICENSE) for details.