https://github.com/qvshuo/netspeedmonitorswift
A minimal menu bar network speed monitor for macOS.
https://github.com/qvshuo/netspeedmonitorswift
macos menubar menubar-app
Last synced: 2 months ago
JSON representation
A minimal menu bar network speed monitor for macOS.
- Host: GitHub
- URL: https://github.com/qvshuo/netspeedmonitorswift
- Owner: qvshuo
- License: mit
- Created: 2026-04-24T16:57:06.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-24T18:58:17.000Z (3 months ago)
- Last Synced: 2026-04-24T19:04:05.572Z (3 months ago)
- Topics: macos, menubar, menubar-app
- Language: Swift
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NetSpeedMonitorSwift
A minimal menu bar network speed monitor for macOS.
A pure Swift rewrite of [elegracer/NetSpeedMonitor](https://github.com/elegracer/NetSpeedMonitor).
## Installation
### Download from Releases
Download the precompiled app from [GitHub Releases](https://github.com/qvshuo/NetSpeedMonitorSwift/releases/latest), unzip and move it to the **Applications** folder.
Before first launch, run:
```bash
xattr -cr "/Applications/NetSpeedMonitorSwift.app"
```
### Build from Source
Open `NetSpeedMonitorSwift.xcodeproj` in Xcode to build.
## Requirements
- macOS 15.0+
- Apple Silicon
Tested only on macOS 26.
## Screenshot

## License
MIT