Logi Options Plus Mini is a streamlined version of Logi Options Plus that only supports keyboards and mice, making Logitech keyboards and mice more efficient to use.
Refer to the official Mass installation and configuration of Logitech Options+ software
This project is implemented through a shell script logi-options-plus-mini.command
, which downloads the official installer and streamlines it by removing all functions except for keyboard and mouse.
- Only supports keyboards and mice
- Automatically retain configuration when uninstalling and upgrading
- Removes unnecessary features to improve software performance
- analytics: user sharing of application usage and diagnostic data
- flow
- sso: user login
- update: application updates
- dfu: device firmware updates
- logivoice: Logitech voice
- aipromptbuilder: AI Prompt Builder (macOS only)
- device-recommendation: device recommendation (macOS only)
- Easy-to-use shell script
- You can modify the installation options in the shell file to add needed features
-
Clone this project locally
git clone https://github.com/Qetesh/logi-options-plus-mini.git cd logi-options-plus-mini
-
Run the shell script (requires
sudo
permission to uninstall the old version)
-
macOS
chmod u+x logi-options-plus-mini.command ./logi-options-plus-mini.command
-
Windows (Requires running the
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
command once in an administrator terminal)Right-click on the ps1 script and "Run with PowerShell"
The script will automatically download the official installer and perform a streamlined installation.
- macOS
- Windows
- Internet connection to download the official installer
Feel free to submit issues and requests. You can contribute code as follows:
- Fork this repository
- Create your branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the Apache License.