DeepLcom / deepl-tui

Terminal user interface for the DeepL language translation API.
MIT License
12 stars 0 forks source link

Execution is blocked on MacBook #4

Open komape opened 2 weeks ago

komape commented 2 weeks ago

After installing deepl-tui v0.3.0 on a MacBook, I can't start it because Apple blocks it from execution. Here's the error message:

“deepl-tui” can’t be opened because Apple cannot check it for malicious software.

This software needs to be updated. Contact the developer for more information.

Version 0.2.1 does not have this problem.

Machine: Apple MacBook Air M1 with Sonoma 14.5

cluttrdev commented 2 weeks ago

Hmm, not sure what should've caused this. Only thing that changed (other than implementation) was upgrading to go1.22 Did you by any chance maybe download the amd64 archive instead of the arm64 one?

komape commented 2 weeks ago

To me it looks like you haven't signed the software or didn't provide some necessary files.

I downloaded the arm64 version.

Another error message when opening from Finder:

“deepl-tui” cannot be opened because it is from an unidentified developer.

macOS cannot verify that this app is free from malware.

However, I was able to add an exception for deepl-tui in order to run it now.

cluttrdev commented 2 weeks ago

I didn't sign the previous versions either. How are you trying to "open" the application. I'm asking because I could imagine these errors to occur if you try double-clicking it. It's rather meant to be run from a terminal, does that work without an error for you?

komape commented 2 weeks ago

The error message from my initial comment pops up, when I run deepl-tui in the terminal. The second error pops up when I double click it in Finder.