An open API service indexing awesome lists of open source software.

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.

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

![](./screenshot.png)

## License

MIT