Analysis updated 2026-07-25
Control up to six software agents from a physical macropad with color-coded status lights.
Switch macropad ownership between herdr automation and the ChatGPT desktop app via a menu bar toggle.
Approve or deny agent actions and jump to blocked agents using dedicated keys and joystick.
Trigger complex shortcuts on macOS using gestures like chords, long presses, and joystick flicks.
| planeshiftdev/microd | 04amanrajj/netwatch | 0xr10t/pulsefi | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | Rust | Rust | Rust |
| Setup difficulty | moderate | moderate | hard |
| Complexity | 3/5 | 3/5 | 4/5 |
| Audience | developer | ops devops | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires macOS-specific permissions for USB/Bluetooth access and a Codex Micro macropad device from Work Louder.
This repository contains two small programs that connect a physical macropad called the Codex Micro to a desktop automation tool called herdr. The Codex Micro is a small keypad with six programmable keys, a dial, and a joystick, made by Work Louder in collaboration with OpenAI. The programs are written in Rust and run on macOS as background services. The first program, microd, talks directly to the macropad over USB or Bluetooth. It reads every button press, dial turn, and joystick movement from the device and sends those events out as structured text messages over a local communication channel called a Unix socket. Any program on the computer can connect to that socket and receive the events. On top of reporting raw button activity, microd recognizes higher-level gestures like taps, long presses, double taps, chords (holding one key while pressing another), and joystick flicks. It can also send commands back to the pad to control the RGB lighting on each key, with effects like solid colors, flashing, and a breathing fade. The second program, herdr-bridge, sits between microd and herdr. It maps the six physical keys on the macropad to up to six software agents running in herdr. Each key's light reflects the status of its corresponding agent: breathing blue when working, flashing amber when blocked, solid green when done. The keys, dial, and joystick let you switch between agents, approve or deny agent actions, jump to blocked agents, and navigate tabs and workspaces. A small menu bar app lets you switch ownership of the macropad between herdr and the ChatGPT desktop app, since only one program can control the lights at a time. The README includes detailed notes on the device's communication protocol, discovered through reverse engineering and live testing against the firmware. It also documents macOS permission requirements and known limitations, such as the vendor protocol being private and subject to change. The full README is longer than what was shown.
Two small background programs that connect a physical macropad (the Codex Micro) to desktop automation software, reading button presses and gestures from the keypad and using its RGB lights to show agent status.
Mainly Rust. The stack also includes Rust, macOS, Unix sockets.
No license information was provided in the explanation, so the default terms of the repository apply.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.