Analysis updated 2026-05-18
Manage frp reverse proxy connections through a graphical macOS app instead of config files.
Monitor real-time upload, download, and connection stats for an active frp tunnel.
Expose local services like SSH or a web server through a remote frp server.
Run frp automatically in the background via the menu bar when your Mac starts.
| timben9527/frp_client | amethystsoft/keyringaccess | kageroumado/refrax-browser | |
|---|---|---|---|
| Stars | 12 | 12 | 12 |
| Language | Swift | Swift | Swift |
| Setup difficulty | — | easy | hard |
| Complexity | — | 2/5 | 4/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
FRP Client is a native macOS app, built with SwiftUI, that gives a graphical interface for managing frp, a fast reverse proxy tool. Instead of configuring frp by hand through text files and the command line, this app lets you set up and control it visually. You can configure your frp server connection details such as address, port, authentication token, TLS, and transport protocol through the interface, and manage proxy rules covering TCP, UDP, HTTP, HTTPS, STCP, and XTCP connection types, shown as editable cards. The app includes real-time traffic charts showing upload and download speed, daily traffic totals, and connection counts, built using Apple's Swift Charts. It also shows categorized, filterable logs from the underlying frpc process, which can be exported. You can start and stop the frp connection with one click from the toolbar, and the app automatically detects and cleans up leftover frpc processes if needed. It can optionally launch automatically when your Mac starts, and can run either as a normal Dock application or tucked away in the menu bar. For users in mainland China, it includes built in GitHub mirror options to make downloading the frpc binary easier, and it automatically generates the standard frpc.toml configuration file behind the scenes. The app requires macOS 13 (Ventura) or later and runs on both Apple Silicon and Intel Macs. You can install it by downloading a prebuilt .dmg from the Releases page, though since the app is unsigned, macOS will initially block it until you clear the quarantine flag using a terminal command. Alternatively, you can build it from source by opening the Xcode project directly. The project is released under the Apache License 2.0, the same license used by the underlying frp project it wraps.
A native macOS app that provides a graphical interface for configuring, running, and monitoring the frp reverse proxy tool.
Mainly Swift. The stack also includes Swift, SwiftUI, Swift Charts.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.