macOS port v1.0.0
Welcome to Full Release 1.0
This is an unofficial port of the original its-haze/league-rpc project, modified to run natively on macOS.
This release offers two ways to use the software. Choose the one that fits you best!
🍏 LeagueRPC App (Recommended)
The easiest method. Requires no manual installation of Python or Homebrew.
- Download
LeagueRPC_v1.0.0_App.zipfrom the Assets section below. - Unzip the file.
- Drag
LeagueRPC.appto your Applications folder (optional). - Double-click to run. A terminal window will open automatically to show you the status.
⚠️ "App is damaged" FixSince this app is open-source and not signed by Apple, macOS might show a warning saying "LeagueRPC is damaged and can't be opened". This is a false positive. To fix it:
- Open the Terminal app.
- Type
xattr -cr(make sure there is a space at the end).- Drag and drop the
LeagueRPC.appinto the terminal window.- Press Enter.
- Open the App again.
🛠️ Source Installer (Advanced)
Use this if you prefer running from source, want to modify the code, or if the App doesn't work for you.
- Download
LeagueRPC_v1.0.0_Installer.zipfrom the Assets section below. - Unzip the folder.
- Open Terminal and navigate to the folder (
cd path/to/folder). - Make the installer executable:
chmod +x install.sh
- Run the installer:
./install.sh
- Follow the on-screen instructions.