Griffin PowerMate 软件介绍
内容充分核实
以下陈述按信息维度分区展示,每条陈述后紧邻列出支持该陈述的来源。
概览
- Griffin PowerMate 是一款为 Windows 11 设计的完全可自定义的 USB 拨号控制器应用程序,支持旋转、按压、长按等手势,可配置每应用程序配置文件和丰富的操作绑定。
查看证据(8 条)
GitHub README.md# Griffin PowerMate — Windows 11 Controller
GitHub README.mdA modern, fully‑customizable Windows 11 application for the **Griffin PowerMate** USB
GitHub README.mdknob (the original 2001 multifunction controller, discontinued in 2018).
GitHub README.mdTurn, press,
GitHub README.mddouble/triple‑press, long‑press, and press‑while‑turning — every interaction is
GitHub README.mdmappable, per application, through a clean GUI.
GitHub README.mdThe blue LED is fully driven by the app
GitHub README.md(solid, software pulse, flash, or volume‑tracking with fade).
功能
- 支持旋转左右、单/双/三按、长按和按压同时旋转等交互,可配置系统音量、媒体控制、键盘快捷键、宏、启动应用等操作,并有完整的 LED 控制功能。
查看证据(8 条)
GitHub README.md- **Every knob interaction is mappable** — rotate left/right, single/double/triple
GitHub README.mdpress, long press, and press‑while‑rotating (both directions).
GitHub README.md- **Per‑application profiles** — different bindings depending on the focused app, with
GitHub README.mdinheritance from a `default` profile.
GitHub README.md- **Rich action set** — system volume, mute, **microphone mute**, media transport
GitHub README.md(play/pause, next, previous), scroll, arbitrary **keyboard shortcuts**, **3‑step
GitHub README.mdkeyboard macros**, **launch** apps/files/URLs, and **run** shell commands.
GitHub README.md- **Full LED control** — `off`, `solid`, software `pulse`, `flash`, and `volume`
平台
- 专为 Windows 11 设计,需要安装 WinUSB 驱动程序,使用 Python 和 CustomTkinter 构建,支持单文件可执行格式。
查看证据(8 条)
GitHub README.md# Griffin PowerMate — Windows 11 Controller
GitHub README.mdA modern, fully‑customizable Windows 11 application for the **Griffin PowerMate** USB
GitHub README.md- **Single‑file executable** — `PowerMate.exe` bundles Python, all dependencies, and the
GitHub README.mdnative `libusb` DLL.
GitHub README.mdNo Python install required on the target machine.
GitHub README.mdCustomTkinter UI, and a one‑file `.exe` build.
GitHub README.md- **Modern GUI** (CustomTkinter) — profile sidebar with a running‑app picker, a
GitHub README.md| Interface | 0 (HID class, but driven via libusb/WinUSB) |
安装
- 需要通过 Zadig 安装 WinUSB 驱动程序,然后运行 PowerMate.exe 即可使用,支持开机自启动功能。
查看证据(8 条)
GitHub README.md### Option A — Run the prebuilt EXE (end users)
GitHub README.mdInstall the **WinUSB** driver on the PowerMate with Zadig — see
GitHub README.md[USB Driver Setup](#usb-driver-setup-zadig). *(One time.)*
GitHub README.mdDownload / copy **`PowerMate.exe`** and double‑click it.
GitHub README.md- **Start with Windows** — checkbox that registers/unregisters the app in the
GitHub README.mdper‑user startup (HKCU `…\Run`) so it launches automatically at login.
限制
- 需要 WinUSB 驱动程序,不支持远程攻击,仅限本地使用,代码执行操作由用户定义并本地运行。
查看证据(8 条)
GitHub README.md## USB Driver Setup (Zadig)
GitHub README.mdBy default Windows binds the PowerMate to the generic **HID** driver, which does **not**
GitHub README.mdallow the low‑level USB access this app needs.
GitHub README.mdYou must rebind it to **WinUSB** once.
GitHub README.md## Security Considerations
GitHub README.mdA high-level assessment of the threat model:
GitHub README.md- **No remote attack surface.** The app opens no network sockets, servers, or ports.
隐私
- 不打开网络套接字、服务器或端口,仅与本地 USB 设备和 Windows 音频/输入 API 通信,不安装全局键盘记录器/钩子。
查看证据(33 条)
GitHub README.md## Security Considerations
GitHub README.mdA high-level assessment of the threat model:
GitHub README.md- **No remote attack surface.** The app opens no network sockets, servers, or ports.
GitHub README.md- **Keyboard output only.** The app uses the `keyboard` library to *send* keystrokes for
GitHub README.mdbindings; it does not install a global key logger/hook.
GitHub README.md# Griffin PowerMate — Windows 11 Controller
GitHub README.mdA modern, fully‑customizable Windows 11 application for the **Griffin PowerMate** USB
GitHub README.mdrebuilt with native Windows audio, a full gesture engine, per‑app profiles, a
GitHub README.mdagainst real PowerMate hardware on Windows 11.
GitHub README.md4. [USB Driver Setup (Zadig)](#usb-driver-setup-zadig)
GitHub README.md- **Start with Windows** — one‑click toggle to launch automatically at login.
GitHub README.md| USB Vendor ID | `0x077D` |
GitHub README.md| USB Product ID | `0x0410` |
GitHub README.mdmethod this app uses on Windows — see [Reverse‑Engineering Notes](#reverse-engineering-notes-windows--winusb)
GitHub README.md[USB Driver Setup](#usb-driver-setup-zadig). *(One time.)*
GitHub README.md## USB Driver Setup (Zadig)
GitHub README.mdBy default Windows binds the PowerMate to the generic **HID** driver, which does **not**
GitHub README.mdallow the low‑level USB access this app needs.
GitHub README.md- **Settings** — open the configuration window.
GitHub README.md### Window controls (bottom bar)
GitHub README.md- **Minimize to Tray** — hide the window but keep the app running in the background.
GitHub README.md- **Start with Windows** — checkbox that registers/unregisters the app in the
GitHub README.md- Clicking the window's **X** also minimizes to the tray (it does **not** quit).
GitHub README.mdIt works even when the main window is minimized to the tray.
GitHub README.md### The Settings window
GitHub README.md- **Timing tab** — multi‑click window, long‑press threshold, rotation sensitivity.
GitHub README.md| `press` | One click (fires after the multi‑click window elapses) |
GitHub README.mdA single press intentionally waits for the multi‑click window (default 250 ms) so it can be
GitHub README.mdVolume and mic actions use **pycaw** (native Windows Core Audio) — no helper executables.
GitHub README.md> On Windows the LED is driven entirely via interrupt‑OUT writes, so **pulse and flash are
GitHub README.mdThe active app is detected from the foreground window's process name (e.g. `chrome.exe`,
GitHub README.md`code.exe`, `vlc.exe`) via the Win32 API.
维护
- 项目有版本历史,包含安全更新和新功能,如半透明屏幕显示功能。
查看证据(8 条)
GitHub Release v1.2.0## 🎛️ What's New
GitHub Release v1.2.0### On-Screen Display (OSD)
GitHub Release v1.2.0A **translucent two-line overlay** now pops up in the bottom-right corner (above the taskbar) on every knob gesture:
GitHub Release v1.2.0- **Line 1:** the gesture — Single / Double / Triple / Long Press, Knob Left / Right, Press + Knob Left/Right
GitHub Release v1.2.0## ✨ v1.2.0 Highlights
GitHub Release v1.2.0- **Translucent on-screen display** — always know what gesture just fired
GitHub Release v1.2.0- **Full OSD styling** — colors, fonts, opacity, all configurable
GitHub Release v1.2.0- **Work-area positioning** — sits above the taskbar on any Windows setup
版本
- 当前版本为 1.2.0,支持 Windows 11,使用 Python 3.11+ 开发,采用 BSD 3-Clause 许可证。
查看证据(5 条)
GitHub README.mdPython 3.11+ (64-bit).
GitHub README.md3.14 is tested.
GitHub LICENSEBSD 3-Clause License
Winget 清单PackageVersion: 1.2.0
GitHub 仓库状态Griffin Powermate - Updated code for Windows 10/11 - Standalone
来源索引
- GitHub 仓库状态 · 核查于 2026-08-14
- GitHub README.md · 核查于 2026-08-14
- GitHub LICENSE · 核查于 2026-08-14
- GitHub Release v1.2.0 · 核查于 2026-08-14
- Winget 清单 · 核查于 2026-08-14
Griffin PowerMate 下载方式说明
进入下载页后,可使用手机扫描二维码打开网盘下载。
授权与下载策略
- 授权协议:BSD-3-Clause
- 是否开源:未核实
- 下载策略:网盘镜像