languagetool-org / languagetool

Style and Grammar Checker for 25+ Languages
https://languagetool.org
GNU Lesser General Public License v2.1
12.04k stars 1.38k forks source link

LanguageTool stand-alone launch security error on macOS (not notarized) #2310

Open bobergj opened 4 years ago

bobergj commented 4 years ago

How to reproduce:

On macOS Mojave 10.14.6, or macOS Catalina with default security preferences:

  1. Go to https://languagetool.org
  2. Scroll down and click Download Desktop Version (v4.8, 159MB)
  3. Unpack the zip file
  4. Double-click languagetool.jar or languagetool-server.jar

Result

System presents an alert:

“languagetool.jar” can’t be opened because it is from an unidentified developer. Your security preferences allow installation of only apps from the App Store and identified developers. languagetool jar-cannot-be-opened

Expected result

The standalone distribution (or a separate macOS standalone distribution) is notarized so that it works on macOS out of the box

I do know how to workaround this error, but my use-case is creating a language tool plugin for my macOS app. With the official language tool standalone distribution being unfriendly for end-users, that is a no-go.

Related recommendations