Skip to content

Latest commit

 

History

History
67 lines (51 loc) · 2.79 KB

README_EN.md

File metadata and controls

67 lines (51 loc) · 2.79 KB

Logi Options Plus Mini

中文版本 | English Version

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. image image image

Project Overview

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.

Features

  • 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

Usage

  1. Clone this project locally

    git clone https://github.com/Qetesh/logi-options-plus-mini.git
    cd logi-options-plus-mini
  2. 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.

System Requirements

  • macOS
  • Windows
  • Internet connection to download the official installer

Contributing

Feel free to submit issues and requests. You can contribute code as follows:

  1. Fork this repository
  2. Create your branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

This project is licensed under the Apache License.