Skip to content

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 08 Jul 09:40
· 20 commits to main since this release
fix(launcher): remove webbrowser.open() to prevent KDE/OpenSSL hangs

On some desktop environments (KDE with mismatched OpenSSL versions),
webbrowser.open() triggers the system URL handler which picks up the
bundled libssl.so.3 and crashes/hangs. Users can copy-paste the URL
from the terminal instead — it's a one-time action.

ci: remove macOS Intel build, keep Windows + Linux + macOS ARM