Shifting Focus to macOS 26 #427
Pinned
stonerl
announced in
Announcements
Replies: 4 comments 3 replies
|
Dropping the place (pre OS26) where this app actually added value, by providing a feature it sorely lacked (hiding menu bar items) for ages that was eventually put into OS26 by Apple themselves, negating the need for this. Good move!! |
1 reply
|
Sad to hear, but understandable. |
0 replies
|
macOS 14.2 😫 to hear this |
0 replies
|
As someone moving over from Ice and using the latest Tahoe release. Should we jump straight into Thaw 2.0? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
Thaw originally started as a personal project because I found that Ice wasn’t quite meeting the needs of macOS 26 yet. From the beginning, the goal was simply to build a reliable menu bar manager specifically for the newest version of macOS.
The Technical Challenge
To keep Thaw running on macOS 14/15, we’ve had to rely on older APIs like
CGWindowListCreateImage. Unfortunately, this led to a compromised experience; Thaw has never performed quite right on those older versions because it wasn't really designed for them.While we looked into
ScreenCaptureKit, it doesn't currently support everything Thaw needs to function. We didn't want to leave users with a buggy experience, but we also didn't want to stay stuck using the macOS 14 SDK forever.Moving Forward with SkyLight
After some research, we’ve decided to transition to the private
SkyLightAPI. This gives us the functionality we need while finally allowing us to bump our build target to macOS 26.Version Roadmap
What this means for the project
By narrowing our focus, we can clean up the codebase, remove "workaround" code paths, and focus entirely on making the macOS 26 experience as smooth as possible.
As part of this transition, we will be closing existing issues related to macOS 14/15, and any new issues regarding those versions will be closed automatically.
Thanks for understanding and for using Thaw!
All reactions