Are there plans to to sign and notarize macterm? #161
DescriptionHi. When launching macterm I'm greeted with the message
Are there plans to to sign and notarize macterm? I know I can bypass this in the settings and still open the app, but I thought I'd ask. Thanks! Steps to reproduce
Expected behaviorMacterm launchest without the popup message Macterm versionv1.17.1 macOS versionMacOS Tahoe 26.5.1 Logs or screenshotsNo response |
Replies: 2 comments
|
@leeallen337 Hi, thanks for your interest! Unfortunately, I do not have a concrete plan of when I will pay for the Apple Developer program. It is $99 per year, which is not something I can afford currently as a student. |
|
Adding some context from the codebase: the recurring "wants to access your Documents/Desktop folder" permission dialog that pops up after updates is also tied to this. macOS ties those permission grants to the app's signing identity, so each new release (with a different binary hash) looks like a new app to the system, and it asks again. A Developer ID certificate would fix this permanently: grants would survive updates. The $99/year isn't just about the Gatekeeper warning — it would also clean up the permission prompt experience. If you've been meaning to support the project, GitHub Sponsors is the most direct way to make this happen. |
@leeallen337 Hi, thanks for your interest! Unfortunately, I do not have a concrete plan of when I will pay for the Apple Developer program. It is $99 per year, which is not something I can afford currently as a student.
If Macterm gets more popularity, hopefully it can be supported via GitHub Sponsor enough to pay for the program 😅.