# OpenLogi: A Native, Local-First Logitech Options+ Alternative in Rust

This repository profile is provided by osrepos.com, an open source repository discovery platform.

Source: osrepos.com
Repository profile: https://osrepos.com/repo/aprilnea-openlogi
Generated for open source discovery and AI-assisted research.

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.

GitHub: https://github.com/AprilNEA/OpenLogi
OSRepos URL: https://osrepos.com/repo/aprilnea-openlogi

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

## Topics

- Rust
- Logitech
- Mouse Remapping
- Privacy
- Local-First
- DPI
- SmartShift
- Open Source

## Repository Information

Last analyzed by OSRepos: Mon Jun 01 2026 00:58:43 GMT+0100 (Western European Summer Time)
Detail views: 22
GitHub clicks: 12

## Safety Notice

OSRepos shares public repositories for knowledge and discovery only. Review source code, dependencies, licenses, and security implications before running or installing anything.

## Content

## 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](https://github.com/AprilNEA/OpenLogi/releases/latest) and drag `OpenLogi.app` to your `/Applications` folder.

Alternatively, you can install OpenLogi using [Homebrew](https://brew.sh):

sh
brew install --cask aprilnea/tap/openlogi


If you prefer to build from source, detailed instructions are available in the [DEVELOPMENT.md](https://github.com/AprilNEA/OpenLogi/blob/master/docs/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](https://github.com/AprilNEA/OpenLogi/blob/master/docs/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](https://github.com/AprilNEA/OpenLogi/blob/master/docs/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](https://github.com/AprilNEA/OpenLogi){target="_blank"}
*   **Latest Releases:** [OpenLogi Releases](https://github.com/AprilNEA/OpenLogi/releases/latest){target="_blank"}
*   **Follow the Author on Twitter:** [@AprilNEA](https://twitter.com/AprilNEA){target="_blank"}
*   **Join the Telegram Chat:** [OpenLogi Telegram](https://t.me/+pCVJtHAgI3hjYTkx){target="_blank"}