minimum OS requirement: macOS 14.0
RightMenu Master — An exceptional Finder right-click menu enhancement tool that makes your right-click menu more powerful.
RightMenu Master is a highly configurable Finder extension that adds powerful functionality to the right-click menu and toolbar in Finder. It allows for quicker and more convenient operations such as moving and copying files, as well as creating new documents. The application also comes with several practical preset operations, further enhancing your work efficiency.
When permissions are passively confirmed and then denied, reauthorizing permissions may cause the menu to not display. In this case, you need to restart the Finder extension. Restarting the computer can achieve this, but it’s cumbersome. Here are two simpler methods:
killall Finder
in the command line to restart Finder.Force Quit Applications
feature to reload Finder. Open the Force Quit Applications
window using the shortcut ⌘⌥esc, find the Finder
application, and click the Relaunch
button below.In the app settings, under Folder Authorization
-> Add Folder
, try adding the root directory to avoid frequent authorization prompts.
Here is Apple's security policy for Finder extensions. Initially, I thought granting Full Disk Access
would solve the problem, but I found that it doesn't work. Even with Full Disk Access
enabled, we still need to manually select the directory and grant permissions in Finder. This process is very cumbersome for personal use, and since App Store submission requires compliance with sandbox security policies, I have not yet found a better solution.
If you are prompted to enable the plugin, you can run the following command in the terminal to enable the Finder extension. This issue is caused by a bug in macOS 15+ where the settings interface disappeared. It has been fixed in macOS 15.2.
pluginkit -e use -i com.wangchujiang.rightmenu-master.sync \
&& osascript -e 'quit app id "com.wangchujiang.rightmenu-master"' \
&& osascript -e 'tell application id "com.wangchujiang.rightmenu-master" to activate'