Kinesis Brings Meta's Neural Band to the Mac

Kinesis turns wrist-muscle signals from Meta's Neural Band into built-in macOS actions for desktop navigation and media control. The project was published on 2026-09-14 as a Swift app that lives in the Mac menu bar after setup. Kinesis repository
The app maps gestures to switching between desktops, opening Mission Control — Apple's overview of open windows and spaces — and controlling music playback. A pinch-plus-turn motion acts as a dial for continuous settings such as volume or brightness. Users can assign their own gesture mappings instead of using a fixed set. The app needs macOS 14 or later and a Neural Band, and it runs on both Apple Silicon and Intel Macs. It runs in the background as a menu bar utility, reading gestures and sending system key events without taking a Dock slot or window.
Setup takes a few deliberate steps. Users first unpair the band from the Meta app, then put it in pairing mode and pair it directly to the Mac. Installation also asks for Bluetooth and accessibility permissions. Any third-party band client on macOS needs both. Bluetooth carries the data from band to Mac. Accessibility permission lets the app create the synthetic keystrokes and system controls that desktop switching, Mission Control, and media functions require.
Kinesis grew out of the creator's earlier neural-band-poc project, shared about 10 months earlier, which read surface electromyography (sEMG) — electrical signals from muscles measured at the skin — from the band without Meta glasses. That test already included a virtual knob for volume, an idea that continues as the pinch-plus-turn control in Kinesis. Meta describes the Neural Band as an EMG wristband and a core part of the Meta Ray-Ban Display and Orion ecosystems. Meta The band uses EMG sensors to pick up small muscle signals in the wrist for hand-gesture input. In Meta's documentation, sEMG measures muscle activity from electrical signals at the wrist based on intended movement. Meta AI Because it does not rely on cameras, it works in low light where camera hand-tracking struggles, and it can pick up tiny motions such as a tap.
The broader context here is Meta opening its display glasses to third-party apps and games and giving outside developers access to the Neural Band control system. BetaNews Kinesis goes the other way. It leaves the glasses out and connects the band to a general desktop system. EMG was sold as a glasses controller. Kinesis uses it as a general input source for macOS, in the HID style, like a keyboard or mouse at the system level. New input devices often start tied to one platform and are later reused by developers to trigger existing system actions, and no new Mac API is needed when swipe, Mission Control, play-pause, and volume already have system equivalents.
In my view, the choices to watch are custom mappings and continuous control. Fixed gestures often clash with habit and accessibility needs, and letting users rebind them avoids that problem. Continuous control is harder. A virtual knob sounds simple, but delay, sensitivity, and false triggers decide whether pinch-plus-turn feels exact or noisy. That tuning will matter more than the basic mappings. If EMG earns a steady place next to keyboard, trackpad, and voice on the Mac, it will likely start with small, frequent adjustments made without moving hands to the keys.


