The Annex desktop app registers the annex://
protocol handler automatically during installation. When you click an "Open in Annex"
link, your browser should launch the desktop app directly.
Try these steps in order:
The Annex installer (.exe) registers the annex:// protocol
in the Windows Registry automatically. If it doesn't work:
The Annex app bundle (.dmg) includes the protocol handler registration in its
Info.plist.
macOS should pick it up automatically after first launch. If not:
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user in Terminal, then relaunch Annex
The AppImage registers via a .desktop file.
If your desktop environment doesn't pick it up:
~/.local/share/applications/annex.desktop
contains:
[Desktop Entry]
Name=Annex
Exec=/path/to/annex-desktop %u
Type=Application
MimeType=x-scheme-handler/annex;
xdg-mime default annex.desktop x-scheme-handler/annexDownload the desktop app for your platform: