Releases: Mason363/Tactile
Release list
1.0.2
Haptics where you want them. Universal build for Apple Silicon and Intel Macs.
What's new
- Choose which trackpad ticks. When more than one haptic trackpad is connected, say a MacBook with a Magic Trackpad paired, a new picker in Settings → General routes feedback to all of them, the built-in trackpad only, or the Magic Trackpad only. The picker appears only while several trackpads are connected, and changing it taps the chosen trackpad so you feel where feedback went.
- Enhanced haptics now reach every connected trackpad. Previously they only drove the first device found, so a paired Magic Trackpad could miss out.
- If the chosen trackpad disconnects, feedback safely returns to all connected trackpads instead of going silent.
- Waveform previews (Try, Hold to Feel) play on the chosen trackpad, matching the real feel.
Install
-
Open
Tactile-1.0.2.dmgand drag Tactile onto the Applications folder. -
Tactile is signed but not yet notarized by Apple, so Gatekeeper blocks it on first launch. Open Terminal and run:
xattr -dr com.apple.quarantine /Applications/Tactile.app
If that reports a permission error, prefix it with
sudoand enter your password. -
Launch Tactile from Applications and grant Accessibility access when asked. That permission is what lets it read which elements under the cursor are clickable.
Is this safe?
Yes. The app is code signed with the developer's Apple certificate and runs with the hardened runtime. The command above only strips the "downloaded from the internet" quarantine flag so the signed app is allowed to open; it changes nothing else on your system. The full source is in this repository if you would rather build it yourself.
Requirements
- macOS 14.6 or later
- A Force Touch trackpad (the built in trackpad on modern MacBooks, or a Magic Trackpad)
1.0.1
A small follow up to 1.0. Universal build for Apple Silicon and Intel Macs.
What's new
- Enhanced haptics now default on where the hardware supports it, and quietly stay off where it does not, so the feel is richer out of the box.
- Refined default settings for a better first run.
- A clear warning, in the menu bar and on first launch, when the Mac has no Force Touch trackpad (Tactile needs one to produce feedback).
- Support for the Tactile Browser Bridge as published on the Chrome Web Store, so the extension connects without loading it unpacked.
Install
-
Open
Tactile-1.0.1.dmgand drag Tactile onto the Applications folder. -
Tactile is signed but not yet notarized by Apple, so Gatekeeper blocks it on first launch. Open Terminal and run:
xattr -dr com.apple.quarantine /Applications/Tactile.app
If that reports a permission error, prefix it with
sudoand enter your password. -
Launch Tactile from Applications and grant Accessibility access when asked. That permission is what lets it read which elements under the cursor are clickable.
Is this safe?
Yes. The app is code signed with the developer's Apple certificate and runs with the hardened runtime. The command above only strips the "downloaded from the internet" quarantine flag so the signed app is allowed to open; it changes nothing else on your system. The full source is in this repository if you would rather build it yourself.
Requirements
- macOS 14.6 or later
- A Force Touch trackpad (the built in trackpad on modern MacBooks, or a Magic Trackpad)
1.0
Tactile taps your trackpad's haptic motor as the cursor passes over clickable things, so the interface feels physical.
This is the first public release. Universal build for Apple Silicon and Intel Macs.
Install
-
Open
Tactile-1.0.dmgand drag Tactile onto the Applications folder. -
Tactile is signed but not yet notarized by Apple, so Gatekeeper blocks it on first launch. Open Terminal and run:
xattr -dr com.apple.quarantine /Applications/Tactile.app
If that reports a permission error, prefix it with
sudoand enter your password. -
Launch Tactile from Applications and grant Accessibility access when asked. That permission is what lets it read which elements under the cursor are clickable.
Is this safe?
Yes. The app is code signed with the developer's Apple certificate and runs with the hardened runtime. The command above only strips the "downloaded from the internet" quarantine flag so the signed app is allowed to open; it changes nothing else on your system. The full source is in this repository if you would rather build it yourself.
Requirements
- macOS 14.6 or later
- A Force Touch trackpad (the built in trackpad on modern MacBooks, or a Magic Trackpad)
In this release
- Haptic feedback over buttons, links, menus, the Dock, and menu bar items
- Contextual danger feel on destructive controls
- Keyboard haptics: fire on shortcuts, every key, or your own recorded combinations
- Scroll haptics with an adjustable tick interval
- Haptic Studio for building your own patterns by strength and timing
- Synthesized click sounds (thock, clack, cream, silky) plus custom sound import with a waveform trimmer
- Separate sound and haptic assignment per element type
- Profiles with menu bar switching and per app profiles
- Optional Chrome integration for richer web page coverage
- Automatic updates through Sparkle