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.

ai-memory: Long-Term Memory Solution for AI Coding Agents
September 10, 2026
ai-memory is a robust solution providing long-term memory for AI coding agents, enabling seamless handoffs between different agent vendors and machines. It ensures that project knowledge, failed approaches, and open questions persist, facilitating collaborative development and continuous progress across various tools and teams. Built in Rust, this open-source project offers a reliable and transparent way to manage agent memory.

Worktrunk: Streamlining Git Worktree Management for AI Agent Workflows
September 9, 2026
Worktrunk is a powerful CLI tool built in Rust, designed to simplify Git worktree management. It's particularly optimized for parallel AI agent workflows, making it easy to handle multiple development branches simultaneously. By abstracting away the complexities of native Git worktrees, Worktrunk enhances developer productivity with intuitive commands and automation features.

vibe-kanban-local: A Self-Contained Kanban for AI Coding Agents
September 8, 2026
vibe-kanban-local is a robust, local-only fork of the original BloopAI/vibe-kanban project, maintained after its upstream sunset. It provides a self-contained, single-user kanban board, allowing developers to integrate over ten different AI coding agents directly into their workflow without any cloud dependencies or logins. This tool is ideal for enhancing productivity with AI assistance in a private, offline environment.

Ralph Orchestrator, An Advanced Framework for Autonomous AI Agent Orchestration
September 6, 2026
Ralph Orchestrator is a robust, Rust-based framework designed for autonomous AI agent orchestration. It implements the innovative "Ralph Wiggum technique," a methodology focused on continuous iteration to ensure AI agents complete complex tasks effectively. This powerful tool supports multiple AI backends and offers features like a "hat system" for specialized personas and human-in-the-loop interaction via Telegram.
Source repository
Open the original repository on GitHub.
28 counted GitHub visits