https://github.com/austin-smith/plexbar
🎬 A lightweight macOS menu bar app for Plex server telemetry.
https://github.com/austin-smith/plexbar
macos menubar monitoring plex swift swiftui
Last synced: 2 months ago
JSON representation
🎬 A lightweight macOS menu bar app for Plex server telemetry.
- Host: GitHub
- URL: https://github.com/austin-smith/plexbar
- Owner: austin-smith
- Created: 2026-04-12T05:44:58.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-22T02:38:35.000Z (3 months ago)
- Last Synced: 2026-04-22T04:10:41.262Z (3 months ago)
- Topics: macos, menubar, monitoring, plex, swift, swiftui
- Language: Swift
- Homepage:
- Size: 9.05 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
PlexBar
PlexBar is a lightweight macOS menu bar app for Plex server telemetry.
## Features
- Native macOS menu bar app
- Plex sign-in and server discovery
- Live view of active sessions with playback details
## Requirements
- macOS 26+
## Build, Run, and Package
To build and run the app:
```bash
script/build_and_run.sh
```
To package the app as a `dmg`:
```bash
script/build_dmg.sh
```