A lightweight macOS menu-bar app that shows your Logic Pro activity as a Discord Rich Presence.
When Logic Pro is open:
- Shows “Browsing projects” if no project is open
- Shows “Working on ” when a project is loaded
When Logic Pro is closed:
- Discord status is cleared
- macOS menu-bar app
- Silent re-authentication (no login every launch)
- Optional Start at Login checkbox
- Download the latest release from GitHub Releases
- Unzip
logicrpc.app - Move it to
/Applications - Right-click the app → Open (first launch only, Gatekeeper)
- The app will appear in your menu bar
- Click the menu-bar icon
- Click Authenticate…
- Log in to Discord when prompted
You only need to do this once.
Use the menu-bar checkbox “Start at Login” to enable or disable launching automatically when you log in.
Requirements:
- macOS
- CMake
- Xcode Command Line Tools
The Discord Social SDK binary is not included (licensing).
Download the SDK and place it at: lib/discord_social_sdk/lib/release/libdiscord_partner_sdk.dylib
Then build:
cmake -S . -B build
cmake --build buildTo-Do
- re-build rpc to use discord-rpc express (remove need for discord application & runs locally)
- two instances of error handling (currently caught exception)
- menu bar icon (currently text)
- filesize optimization
- more coming soon...
Please message me on Discord @beastrg if there are features you would like to see or if you encounter bugs (git issues work as well).