OpenLogi: A Native, Local-First Logitech Options+ Alternative in Rust
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
OpenLogi is a native, local-first alternative to Logitech Options+, built with Rust. It allows users to remap mouse buttons, control DPI, and manage SmartShift functionality over HID++ without requiring an account or collecting telemetry. This project prioritizes privacy and local control for Logitech mouse users.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
OpenLogi is an open-source project offering a native, local-first alternative to Logitech Options+. Written in Rust, it provides robust control over your Logitech mouse, enabling button remapping, DPI adjustments, and SmartShift management via HID++. A key focus of OpenLogi is privacy, operating without the need for an account or any telemetry collection.
It communicates with Logitech HID++ mice through a Logi Bolt receiver, or via direct Bluetooth or wired connections, bypassing the need for the official Logi Options+ software. The project includes two main components: a GPUI desktop application, OpenLogi GUI, which features an interactive mouse diagram and per-button action picker, and OpenLogi CLI, a command-line interface for headless inventory and diagnostics. All configurations are stored locally in plain TOML files, ensuring complete user control and data privacy. Currently, macOS is fully supported, with Linux and Windows support planned for future releases.
Installation
Before installing OpenLogi, it is crucial to quit Logi Options+ if it is running, as both applications compete for HID++ access, and only one can control a receiver at a time.
For macOS users, you can download the signed and notarized .dmg file from the latest release and drag OpenLogi.app to your /Applications folder.
Alternatively, you can install OpenLogi using Homebrew:
brew install --cask aprilnea/tap/openlogi
If you prefer to build from source, detailed instructions are available in the DEVELOPMENT.md file.
Examples
OpenLogi offers both a graphical user interface (GUI) and a command-line interface (CLI) for managing your mouse settings.
GUI Features:
- Interactive mouse diagram with clickable hotspots.
- Per-button action picker with 37 built-in actions and custom shortcuts.
- DPI presets and SmartShift toggle.
- Per-application profile overlays that auto-switch based on app focus.
- Device carousel for switching between paired devices live.
CLI Usage:
For headless inventory and diagnostic subcommands, refer to the USAGE.md documentation. This provides a powerful way to script and automate mouse configurations.
Configuration:
All settings are managed through plain TOML files. For detailed information on how to configure OpenLogi, consult the CONFIGURATION.md guide.
Why Use OpenLogi?
OpenLogi stands out as an excellent choice for Logitech mouse users who value privacy, control, and a native experience. Here are the key reasons to consider it:
- Privacy-Focused: No account is required, and there is absolutely no telemetry collected. Your data and settings remain entirely local.
- Local-First: All configurations are stored on your device in plain TOML files, giving you full transparency and control over your settings.
- Native Performance: Written in Rust, OpenLogi offers a highly performant and responsive application experience.
- Comprehensive Control: Remap buttons, adjust DPI, and manage SmartShift without relying on cloud services or the official Logitech software.
- Open Source: The project is open source, allowing for community contributions, audits, and continuous improvement.
Links
- GitHub Repository: AprilNEA/OpenLogi
- Latest Releases: OpenLogi Releases
- Follow the Author on Twitter: @AprilNEA
- Join the Telegram Chat: OpenLogi Telegram
Related repositories
Similar repositories that may be relevant next.
StringWars: Benchmarking High-Performance String Processing in Rust and Python
July 21, 2026
StringWars is a comprehensive GitHub repository dedicated to benchmarking performance-oriented string processing libraries in Rust and Python. It meticulously compares various operations, including substring search, hashing, and edit distances, across both CPUs and GPUs. This project serves as an invaluable resource for developers seeking to identify the fastest and most efficient solutions for critical string manipulation tasks, particularly those leveraging modern SIMD instructions and GPU acceleration.

pgrust: Postgres Rewritten in Rust, Passing All Regression Tests
July 11, 2026
pgrust is an ambitious project rewriting Postgres in Rust, now successfully passing 100% of Postgres regression tests. It aims for compatibility with Postgres 18.3 and offers significant performance improvements, especially for transaction and analytical workloads. This project focuses on making internal changes easier while maintaining Postgres behavior and disk compatibility.
RustTraining: Comprehensive Learning Paths for Rust Programmers
May 29, 2026
Microsoft's RustTraining repository offers a comprehensive collection of learning materials designed for Rust programmers of all levels. It provides seven structured training courses, covering topics from foundational concepts for various programming backgrounds to deep dives into async Rust, advanced patterns, and engineering practices. This resource aims to consolidate scattered knowledge into a cohesive and pedagogically sound learning experience.

OpenHuman: Your Private, Powerful AI Super Intelligence
May 27, 2026
OpenHuman is an open-source, agent-based personal AI assistant built with Rust, designed for privacy, simplicity, and power. It integrates seamlessly into your daily workflow, offering local knowledge management, extensive third-party integrations, and advanced memory capabilities. This project aims to provide a personal AI that truly understands and remembers your context from day one.
Source repository
Open the original repository on GitHub.
12 counted GitHub visits