Skip to content

Releases: KangaZero/neomouse

Release list

v0.0.0

Choose a tag to compare

@KangaZero KangaZero released this 11 May 12:30

First tagged release of neomouse — a Vim-motion-driven mouse control daemon for macOS.

Install

  1. Download neomouse-v0.0.0-macos-arm64.tar.gz below.
  2. Extract:
    tar -xzf neomouse-v0.0.0-macos-arm64.tar.gz
  3. Remove macOS download quarantine (the binary is ad-hoc signed, not Developer ID signed):
    xattr -dr com.apple.quarantine ./neomouse
  4. Run:
    ./neomouse
  5. 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.sha256

Platform

  • 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 release

See README.md for details.