v1.0.2
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