First tagged release of neomouse — a Vim-motion-driven mouse control daemon for macOS.
Install
- Download
neomouse-v0.0.0-macos-arm64.tar.gzbelow. - Extract:
tar -xzf neomouse-v0.0.0-macos-arm64.tar.gz
- Remove macOS download quarantine (the binary is ad-hoc signed, not Developer ID signed):
xattr -dr com.apple.quarantine ./neomouse
- Run:
./neomouse
- Grant Accessibility permissions when prompted (System Settings → Privacy & Security → Accessibility), then relaunch.
Verify
shasum -a 256 -c neomouse-v0.0.0-macos-arm64.tar.gz.sha256Platform
- macOS 13+ (Ventura or later)
- Apple Silicon only (arm64). Intel Mac support not yet built.
Build from source
git clone https://github.com/KangaZero/neomouse
cd neomouse
swift build -c releaseSee README.md for details.