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

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

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

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

Analyzed by OSRepos on June 1, 2026

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

Related repositories

Similar repositories that may be relevant next.

vibe-kanban-local: A Self-Contained Kanban for AI Coding Agents

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.

RustKanbanProductivity
Ralph Orchestrator, An Advanced Framework for Autonomous AI Agent Orchestration

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.

AIAI AgentsOrchestration
AgentFS: The Filesystem Designed for AI Agents and Their State Management

AgentFS: The Filesystem Designed for AI Agents and Their State Management

September 5, 2026

AgentFS is an innovative filesystem specifically engineered for AI agents, providing robust storage abstractions. It leverages SQLite to offer auditability, reproducibility, and portability for agent states, tool calls, and file operations. This solution simplifies debugging, analysis, and deployment of AI agents by encapsulating their entire runtime into a single, queryable database file.

agentsfilesystemsqlite
ADK-Rust: Build AI Agents in Rust with a Powerful Development Kit

ADK-Rust: Build AI Agents in Rust with a Powerful Development Kit

September 1, 2026

ADK-Rust is a robust Agent Development Kit (ADK) for building AI agents in Rust. It offers a flexible framework with modular components for models, tools, memory, and real-time voice capabilities. Designed to be model-agnostic and deployment-agnostic, ADK-Rust empowers developers to create powerful and efficient AI agents.

RustAI AgentsAgent Development Kit

Source repository

Open the original repository on GitHub.

27 counted GitHub visits

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️