Kitematic: [macOS] identity of developer cannot be confirmed

Created on 26 Apr 2017  路  5Comments  路  Source: docker/kitematic

I'm getting that message when opening Kitematic on a Mac. I guess that's because the app is not signed correctly.

screen shot 2017-04-26 at 1 08 11 pm

Installing Kitematic from Docker for Mac is hard:

  • select "Kitematic" in the menu
  • a popup invites you to download it and place it in /Applications directory
  • if you retry you see that error message, without the "open" button
  • you need to right click on Kitematic in /Applications to see it
  • after doing this, it will finally work from Docker for Mac menu

I don't think we had that issue when we released Docker for Mac... Has anything been changed in Kitematic's release process since then?

Most helpful comment

this is permission when you install app not have authentic. you could use teminal with comand line as below for fix

sudo spctl --master-disable

All 5 comments

I think that shows up no matter what, if the app isn't downloaded from the app store. If you know of a better way to do this, I'm all ears; the release process/signing for Kitematic hasn't changed in a while.

@FrenchBen, I don't think that is true. As long as you've got a Developer ID cert you should be able to sign the app and distribute as is without seeing this warning. Whether or not there is currently a Developer ID to use is another story.

See Distribution guide and Apple Developer ID

@WilsonGiese I was thinking of the different pop-up - The application was repackaged to prevent the above screenshot from happening.

this is permission when you install app not have authentic. you could use teminal with comand line as below for fix

sudo spctl --master-disable

this is permission when you install app not have authentic. you could use teminal with comand line as below for fix

sudo spctl --master-disable

Works perfectly! Thank you!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

EugeneKrapivin picture EugeneKrapivin  路  4Comments

sumpokemonster picture sumpokemonster  路  3Comments

jwschram picture jwschram  路  4Comments

djsowa picture djsowa  路  3Comments

Ashish0410verma picture Ashish0410verma  路  3Comments