<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>post Re: Pandora Desktop App: Native Apple Silicon Support (M1/M2/M3) for Future macOS in Desktop</title>
    <link>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/204373#M13005</link>
    <description>&lt;P&gt;&amp;lt;!doctype html&amp;gt;&lt;/P&gt;&lt;H1&gt;&lt;a href="https://community.pandora.com/t5/user/viewprofilepage/user-id/1682254"&gt;@MariaPandora&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.pandora.com/t5/user/viewprofilepage/user-id/1685467"&gt;@LeonPandora&lt;/a&gt;&amp;nbsp;&lt;/H1&gt;&lt;H1&gt;Pandora Apple Silicon Wrapper Proof of Concept&lt;/H1&gt;&lt;P class=""&gt;A native macOS proof of concept showing how Pandora's existing web experience can be wrapped in a modern Apple Silicon app shell with media keys, optional login persistence, privacy controls, and conservative playback recovery.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Intent:&lt;/STRONG&gt; This is not intended as a supported third-party Pandora client. It is MIT-licensed source material offered as a starting point for Pandora engineering to evaluate, fork, adapt, or discard.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Status:&lt;/STRONG&gt; Unofficial, unaffiliated, and not endorsed by Pandora, Sirius XM, or any related entity.&lt;/P&gt;&lt;H2&gt;Project Summary&lt;/H2&gt;&lt;P&gt;I built a proof-of-concept native Apple Silicon macOS wrapper for Pandora's web experience. The goal is to demonstrate that a modern native wrapper around the existing Pandora web app is feasible, compact, and relatively low-risk as a starting point for an official Apple Silicon desktop app.&lt;/P&gt;&lt;P&gt;The source is MIT-licensed and intended as a handoff or kickstart for Pandora engineering, not as a product I want to support.&lt;/P&gt;&lt;H2&gt;Technical Stack&lt;/H2&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;H3&gt;Native App&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Language:&lt;/STRONG&gt; Swift&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;UI framework:&lt;/STRONG&gt; SwiftUI&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Target:&lt;/STRONG&gt; Apple Silicon only&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Minimum macOS:&lt;/STRONG&gt; macOS 26&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Build system:&lt;/STRONG&gt; Swift Package Manager&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;H3&gt;Web And Media&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Web runtime:&lt;/STRONG&gt; WKWebView&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Media integration:&lt;/STRONG&gt; MediaPlayer / MPRemoteCommandCenter&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Now Playing:&lt;/STRONG&gt; MPNowPlayingInfoCenter&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Bridge:&lt;/STRONG&gt; injected JavaScript + WKScriptMessageHandler&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;H3&gt;Storage&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Session storage:&lt;/STRONG&gt; WebKit website data stores&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Default mode:&lt;/STRONG&gt; non-persistent session&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Optional mode:&lt;/STRONG&gt; persistent session if Remember Login is enabled&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;History:&lt;/STRONG&gt; local UserDefaults only&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;H3&gt;Release Shape&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Signing:&lt;/STRONG&gt; hardened runtime options&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Sandbox:&lt;/STRONG&gt; app sandbox + outbound network client entitlement&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Icon:&lt;/STRONG&gt; original generated .icns&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;License:&lt;/STRONG&gt; MIT&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;H2&gt;Current Features&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt;Native macOS SwiftUI shell around Pandora's web player.&lt;/LI&gt;&lt;LI&gt;Compact single-window layout designed to fit on a side monitor.&lt;/LI&gt;&lt;LI&gt;Loads Pandora's web app through WKWebView.&lt;/LI&gt;&lt;LI&gt;Optional Remember Login mode.&lt;/LI&gt;&lt;LI&gt;Clear Pandora Session control.&lt;/LI&gt;&lt;LI&gt;Native playback controls: play/pause, skip, and replay/restart.&lt;/LI&gt;&lt;LI&gt;System media key integration through macOS media command center: F7 previous/replay, F8 play/pause, F9 next/skip.&lt;/LI&gt;&lt;LI&gt;Native Now Playing metadata integration when Pandora exposes track metadata.&lt;/LI&gt;&lt;LI&gt;Local play history based on observed metadata.&lt;/LI&gt;&lt;LI&gt;Clear Local History control.&lt;/LI&gt;&lt;LI&gt;Playback watchdog that detects stalled or waiting playback, attempts conservative soft recovery, and reloads after repeated recovery failures.&lt;/LI&gt;&lt;LI&gt;Detects and surfaces Pandora's "Are you still listening?" prompt without bypassing or auto-answering it.&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Pandora Web UI Still Handles&lt;/H3&gt;&lt;UL class=""&gt;&lt;LI&gt;Now Playing&lt;/LI&gt;&lt;LI&gt;History&lt;/LI&gt;&lt;LI&gt;Collection&lt;/LI&gt;&lt;LI&gt;Browse&lt;/LI&gt;&lt;LI&gt;Channels&lt;/LI&gt;&lt;LI&gt;Search&lt;/LI&gt;&lt;LI&gt;My Station&lt;/LI&gt;&lt;LI&gt;Discovery&lt;/LI&gt;&lt;LI&gt;Deep Cuts&lt;/LI&gt;&lt;LI&gt;Newly Released&lt;/LI&gt;&lt;LI&gt;Artist Only&lt;/LI&gt;&lt;LI&gt;Energy Boost&lt;/LI&gt;&lt;LI&gt;Relax&lt;/LI&gt;&lt;/UL&gt;&lt;H2&gt;Security And Privacy Protections&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt;No telemetry.&lt;/LI&gt;&lt;LI&gt;No analytics.&lt;/LI&gt;&lt;LI&gt;No crash reporting.&lt;/LI&gt;&lt;LI&gt;No auto-update mechanism.&lt;/LI&gt;&lt;LI&gt;No remote configuration.&lt;/LI&gt;&lt;LI&gt;No credential capture.&lt;/LI&gt;&lt;LI&gt;No custom password storage.&lt;/LI&gt;&lt;LI&gt;Pandora login happens only inside Pandora's own web page.&lt;/LI&gt;&lt;LI&gt;Persistent login is optional.&lt;/LI&gt;&lt;LI&gt;Turning off Remember Login clears Pandora session data from the app's active WebKit data store.&lt;/LI&gt;&lt;LI&gt;Local play history stays local.&lt;/LI&gt;&lt;LI&gt;Local play history can be cleared independently.&lt;/LI&gt;&lt;LI&gt;Main-frame navigation is restricted to &lt;A href="https://pandora.com" target="_blank" rel="noopener"&gt;https://pandora.com&lt;/A&gt; and https://*.pandora.com.&lt;/LI&gt;&lt;LI&gt;External main-frame links open in the user's default browser instead of inside the app.&lt;/LI&gt;&lt;LI&gt;JavaScript bridge is injected only into the main frame.&lt;/LI&gt;&lt;LI&gt;Bridge messages are accepted only from Pandora origins.&lt;/LI&gt;&lt;LI&gt;Bridge payloads are size-capped before decoding.&lt;/LI&gt;&lt;LI&gt;WebKit script message handling uses a weak delegate to avoid retain-cycle risk.&lt;/LI&gt;&lt;LI&gt;App sandbox entitlement is enabled.&lt;/LI&gt;&lt;LI&gt;Network access is limited to client/outbound networking.&lt;/LI&gt;&lt;LI&gt;Build script signs with hardened runtime options.&lt;/LI&gt;&lt;LI&gt;App icon is original and does not use Pandora trademarks or assets.&lt;/LI&gt;&lt;/UL&gt;&lt;H2&gt;Included Documentation&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt;MIT license.&lt;/LI&gt;&lt;LI&gt;Privacy statement.&lt;/LI&gt;&lt;LI&gt;Security notes.&lt;/LI&gt;&lt;LI&gt;Handoff notes.&lt;/LI&gt;&lt;LI&gt;Unofficial/no-affiliation disclaimer.&lt;/LI&gt;&lt;/UL&gt;&lt;H2&gt;What Is Left For Pandora&lt;/H2&gt;&lt;OL&gt;&lt;LI&gt;Replace the proof-of-concept bundle identifier with an official Pandora-owned identifier.&lt;/LI&gt;&lt;LI&gt;Replace the unofficial app name and icon with approved Pandora branding.&lt;/LI&gt;&lt;LI&gt;Review the app against Pandora's internal legal, product, advertising, subscription, and rights requirements.&lt;/LI&gt;&lt;LI&gt;Replace DOM-selector-based playback control with official internal APIs if available.&lt;/LI&gt;&lt;LI&gt;Verify behavior across free accounts, paid accounts, ads, station modes, collection/library flows, search, login/logout, expired sessions, prompts, playback stalls, and poor network conditions.&lt;/LI&gt;&lt;LI&gt;Add official QA automation.&lt;/LI&gt;&lt;LI&gt;Add official crash reporting if desired.&lt;/LI&gt;&lt;LI&gt;Add official telemetry only if it matches Pandora's privacy policy.&lt;/LI&gt;&lt;LI&gt;Add an official auto-update mechanism if desired.&lt;/LI&gt;&lt;LI&gt;Sign with Pandora's Apple Developer ID certificate.&lt;/LI&gt;&lt;LI&gt;Notarize and staple the app for public macOS distribution.&lt;/LI&gt;&lt;LI&gt;Decide whether to ship as a direct DMG, ZIP, Mac App Store app, or update to the existing desktop app.&lt;/LI&gt;&lt;LI&gt;Review whether App Sandbox should remain enabled or whether additional entitlements are required for official distribution.&lt;/LI&gt;&lt;LI&gt;Decide whether deeper native UI should be added over time for stations, search, collection, thumbs/music direction, artist info, history, and station modes.&lt;/LI&gt;&lt;/OL&gt;&lt;H2&gt;Bottom Line&lt;/H2&gt;&lt;P&gt;The hard parts left are not the wrapper itself. The remaining work is mostly official ownership: branding, QA, signing/notarization, policy review, and replacing brittle web-DOM hooks with supported internal interfaces where Pandora has them.&lt;/P&gt;</description>
    <pubDate>Sat, 23 May 2026 13:07:51 GMT</pubDate>
    <dc:creator>prtdavis2</dc:creator>
    <dc:date>2026-05-23T13:07:51Z</dc:date>
    <item>
      <title>Pandora Desktop App: Native Apple Silicon Support (M1/M2/M3) for Future macOS</title>
      <link>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/199217#M12812</link>
      <description>&lt;P&gt;&lt;A href="https://support.apple.com/en-us/102527?cid=mc-ols-rosetta-article_102527-macos_finder-52526201" target="_blank" rel="noopener"&gt;https://support.apple.com/en-us/102527?cid=mc-ols-rosetta-article_102527-macos_finder-52526201&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The current macOS Pandora App supports only Intel-based Macs, and will eventually be no longer supported in macOS. The App must be updated to support Apple Silicon, so we can continue to listen to Pandora with a native app instead of web browser.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The iOS version of the Pandora App could easily be updated to support all platforms, but only currently supports iOS, watchOS, tvOS.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;&lt;EM&gt;moderator’s edit: updated title for clarity&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2026 17:31:02 GMT</pubDate>
      <guid>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/199217#M12812</guid>
      <dc:creator>bigj_d</dc:creator>
      <dc:date>2026-05-08T17:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: macOS: Pandora App needs to be updated to support Apple Silicon!!!</title>
      <link>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/199967#M12813</link>
      <description>&lt;P data-end="203" data-start="113"&gt;Hi&amp;nbsp;&lt;a href="https://community.pandora.com/t5/user/viewprofilepage/user-id/2120245"&gt;@bigj_d&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-end="203" data-start="113"&gt;Thanks for your thoughtful post and for raising this question about Apple Silicon support.&lt;/P&gt;
&lt;P data-end="498" data-start="205"&gt;The Pandora desktop app for macOS is designed as a wrapper for the web experience, so functionality should remain consistent regardless of whether you're using an Intel-based Mac or Apple Silicon. At this time, there aren’t any known issues specifically related to Apple Silicon compatibility.&lt;/P&gt;
&lt;P data-end="787" data-start="500"&gt;Are you currently experiencing a problem with the app on your Mac? For example, are you seeing an error message, performance issues, or difficulty installing or launching the app? Any additional details about what you’re running into (macOS version, app behavior, etc.) would be helpful.&lt;/P&gt;
&lt;P data-end="787" data-start="500"&gt;I appreciate you taking the time to check in about this, and I’m happy to help troubleshoot further if needed.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 19:04:58 GMT</pubDate>
      <guid>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/199967#M12813</guid>
      <dc:creator>TannerPandora</dc:creator>
      <dc:date>2026-03-03T19:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: macOS: Pandora App needs to be updated to support Apple Silicon!!!</title>
      <link>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/199968#M12814</link>
      <description>The macOS App is getting warnings - you absolutely need to updated it to&lt;BR /&gt;support Apple Silicon, otherwise it'll stop working at some point with&lt;BR /&gt;macOS Software updates as Apple updates the OS.&lt;BR /&gt;&lt;BR /&gt;-Jeremy&lt;BR /&gt;--&lt;BR /&gt;"Let him that would move the world first move himself." -Socrates</description>
      <pubDate>Tue, 03 Mar 2026 19:09:10 GMT</pubDate>
      <guid>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/199968#M12814</guid>
      <dc:creator>bigj_d</dc:creator>
      <dc:date>2026-03-03T19:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: macOS: Pandora App needs to be updated to support Apple Silicon!!!</title>
      <link>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/199970#M12815</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.pandora.com/t5/user/viewprofilepage/user-id/2120245"&gt;@bigj_d&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you share a screenshot of what you're seeing? You can share a screenshot directly here in this thread. Be sure to do this from your computer browser or a mobile browser. You won't be able to include picture through email notifications.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you also let me know the year and MacOS you're currently on?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 19:29:55 GMT</pubDate>
      <guid>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/199970#M12815</guid>
      <dc:creator>TannerPandora</dc:creator>
      <dc:date>2026-03-03T19:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: macOS: Pandora App needs to be updated to support Apple Silicon!!!</title>
      <link>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/199981#M12817</link>
      <description>I run pre-released Seed builds of macOS, I run on M1, M2 and M4 macs.&lt;BR /&gt;&lt;BR /&gt;-Jeremy&lt;BR /&gt;--&lt;BR /&gt;"Let him that would move the world first move himself." -Socrates</description>
      <pubDate>Tue, 03 Mar 2026 20:34:10 GMT</pubDate>
      <guid>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/199981#M12817</guid>
      <dc:creator>bigj_d</dc:creator>
      <dc:date>2026-03-03T20:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: macOS: Pandora App needs to be updated to support Apple Silicon!!!</title>
      <link>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/200021#M12820</link>
      <description>&lt;P&gt;Here's what I'm seeing on my 2023 MBP running Tahoe 26.4b:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-03-04 at 09.07.33.png" style="width: 400px;"&gt;&lt;img src="https://community.pandora.com/t5/image/serverpage/image-id/20812i1303B46446A5608C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2026-03-04 at 09.07.33.png" alt="Screenshot 2026-03-04 at 09.07.33.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-03-04 at 09.09.23.png" style="width: 400px;"&gt;&lt;img src="https://community.pandora.com/t5/image/serverpage/image-id/20813i702A99F8E80320E1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2026-03-04 at 09.09.23.png" alt="Screenshot 2026-03-04 at 09.09.23.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2026 16:18:50 GMT</pubDate>
      <guid>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/200021#M12820</guid>
      <dc:creator>billgr0248</dc:creator>
      <dc:date>2026-03-04T16:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: macOS: Pandora App needs to be updated to support Apple Silicon!!!</title>
      <link>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/202283#M12910</link>
      <description>&lt;P&gt;&lt;a href="https://community.pandora.com/t5/user/viewprofilepage/user-id/27"&gt;@TannerPandora&lt;/a&gt;&amp;nbsp;-- Was that enough information for you to send back to the Pandora Engineering &amp;nbsp;and/or Product teams? I understand that the current macOS app is a wrapper for the web app (not the best experience but not terrible). What I believe Jeremey and I are looking for is an indication that Pandora will continue to offer a macOS app in the future. Knowing there is an end date for Rosetta 2 support on the horizon, and that we (users) are starting to get proactively notified that Pandora will be incompatible with a future macOS release, has us concerned.&lt;BR /&gt;&lt;BR /&gt;From [Apple](&lt;A href="https://support.apple.com/en-us/102527" target="_blank" rel="noopener"&gt;https://support.apple.com/en-us/102527&lt;/A&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Rosetta is currently available for any Mac with Apple silicon, and it will remain available through the forthcoming macOS 27 — the next major macOS release. Starting with computers using macOS 28, Rosetta functionality will be available only for certain older, unmaintained games that rely on Intel-based frameworks...&lt;/P&gt;&lt;P class=""&gt;&amp;gt;For optimal performance and future compatibility, you should update your Intel-based apps, plug-ins, extensions, and other add-ons for Apple silicon.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Apr 2026 14:18:56 GMT</pubDate>
      <guid>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/202283#M12910</guid>
      <dc:creator>mekirkpa</dc:creator>
      <dc:date>2026-04-11T14:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: macOS: Pandora App needs to be updated to support Apple Silicon!!!</title>
      <link>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/202365#M12915</link>
      <description>&lt;P&gt;Thanks everyone for taking the time to reach out and share your experience!&lt;BR /&gt;&lt;BR /&gt;We’re aware that support is ending for Intel-based Apps on Apple Mac computers starting with the future release of macOS 28. Our engineering teams are aware of this and are currently reviewing.&lt;BR /&gt;&lt;BR /&gt;While we don’t have any additional details to share at the moment, we really appreciate you flagging this and sharing with us. We’ll update this thread with more information as it becomes available to the community team.&lt;BR /&gt;&lt;BR /&gt;Thanks again for being part of the community and for your patience!&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2026 19:35:32 GMT</pubDate>
      <guid>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/202365#M12915</guid>
      <dc:creator>MariaPandora</dc:creator>
      <dc:date>2026-04-13T19:35:32Z</dc:date>
    </item>
    <item>
      <title>Apple Silicon version for macOS Desktop?</title>
      <link>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/202441#M12921</link>
      <description>&lt;P&gt;Where can I download the Apple Silicon version of Pandora Desktop app for macOS?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Getting multiple warnings for my current intel based version.&amp;nbsp;Version 15.0.3 (15.0.3)&lt;/P&gt;&lt;P&gt;This link:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.pandora.com/desktop" target="_blank" rel="noopener"&gt;https://www.pandora.com/desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Only includes the Intel-based version.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2026 16:23:56 GMT</pubDate>
      <guid>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/202441#M12921</guid>
      <dc:creator>MusicFan0708</dc:creator>
      <dc:date>2026-04-14T16:23:56Z</dc:date>
    </item>
    <item>
      <title>Need Apple Silicon version of macOS Desktop app</title>
      <link>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/202444#M12920</link>
      <description>&lt;P&gt;How can I download the macOS Apple Silicon (not intel) version of the desktop app for Pandora?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2026 16:39:08 GMT</pubDate>
      <guid>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/202444#M12920</guid>
      <dc:creator>MusicFan0708</dc:creator>
      <dc:date>2026-04-14T16:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: macOS: Pandora App needs to be updated to support Apple Silicon!!!</title>
      <link>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/202457#M12922</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.pandora.com/t5/user/viewprofilepage/user-id/1306976"&gt;@MusicFan0708&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I moved your posts to the existing post:&amp;nbsp;&lt;A href="https://community.pandora.com/t5/Desktop/macOS-Pandora-App-needs-to-be-updated-to-support-Apple-Silicon/m-p/202283#U202283" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;macOS: Pandora App needs to be updated to support Apple Silicon!!!&lt;/STRONG&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We’re aware that support is ending for Intel-based Apps on Apple Mac computers starting with the future release of macOS 28. Our engineering teams are aware of this and are currently reviewing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;While we don’t have any additional details to share at the moment, we really appreciate you flagging this and sharing with us. We’ll update this thread with more information as it becomes available to the community team.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again for being part of the community and for your patience!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2026 17:33:42 GMT</pubDate>
      <guid>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/202457#M12922</guid>
      <dc:creator>LeonPandora</dc:creator>
      <dc:date>2026-04-14T17:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: macOS: Pandora App needs to be updated to support Apple Silicon!!!</title>
      <link>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/202542#M12930</link>
      <description>&lt;P&gt;Users really need a fully Apple Silicon version of the Pandora Desktop app for macOS.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2026 16:29:40 GMT</pubDate>
      <guid>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/202542#M12930</guid>
      <dc:creator>MusicFan0708</dc:creator>
      <dc:date>2026-04-15T16:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: macOS: Pandora App needs to be updated to support Apple Silicon!!!</title>
      <link>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/203412#M12973</link>
      <description>&lt;P&gt;You've had more than 5 years, and it takes like 2 minutes in XCODE to convert your app (which is just a shell for your web player) to a universal binary. Y'all are just lazy.&lt;/P&gt;</description>
      <pubDate>Sat, 02 May 2026 03:58:13 GMT</pubDate>
      <guid>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/203412#M12973</guid>
      <dc:creator>PotRoastMalone</dc:creator>
      <dc:date>2026-05-02T03:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: macOS: Pandora App needs to be updated to support Apple Silicon!!!</title>
      <link>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/203420#M12974</link>
      <description>&lt;P&gt;Agreed. This needs to be addressed sooner rather than later. I love having the Desktop App on my macOS dock.&lt;/P&gt;</description>
      <pubDate>Sat, 02 May 2026 15:15:55 GMT</pubDate>
      <guid>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/203420#M12974</guid>
      <dc:creator>CameraGuy1984</dc:creator>
      <dc:date>2026-05-02T15:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Pandora Desktop App: Native Apple Silicon Support (M1/M2/M3) for Future macOS</title>
      <link>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/204373#M13005</link>
      <description>&lt;P&gt;&amp;lt;!doctype html&amp;gt;&lt;/P&gt;&lt;H1&gt;&lt;a href="https://community.pandora.com/t5/user/viewprofilepage/user-id/1682254"&gt;@MariaPandora&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.pandora.com/t5/user/viewprofilepage/user-id/1685467"&gt;@LeonPandora&lt;/a&gt;&amp;nbsp;&lt;/H1&gt;&lt;H1&gt;Pandora Apple Silicon Wrapper Proof of Concept&lt;/H1&gt;&lt;P class=""&gt;A native macOS proof of concept showing how Pandora's existing web experience can be wrapped in a modern Apple Silicon app shell with media keys, optional login persistence, privacy controls, and conservative playback recovery.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Intent:&lt;/STRONG&gt; This is not intended as a supported third-party Pandora client. It is MIT-licensed source material offered as a starting point for Pandora engineering to evaluate, fork, adapt, or discard.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Status:&lt;/STRONG&gt; Unofficial, unaffiliated, and not endorsed by Pandora, Sirius XM, or any related entity.&lt;/P&gt;&lt;H2&gt;Project Summary&lt;/H2&gt;&lt;P&gt;I built a proof-of-concept native Apple Silicon macOS wrapper for Pandora's web experience. The goal is to demonstrate that a modern native wrapper around the existing Pandora web app is feasible, compact, and relatively low-risk as a starting point for an official Apple Silicon desktop app.&lt;/P&gt;&lt;P&gt;The source is MIT-licensed and intended as a handoff or kickstart for Pandora engineering, not as a product I want to support.&lt;/P&gt;&lt;H2&gt;Technical Stack&lt;/H2&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;H3&gt;Native App&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Language:&lt;/STRONG&gt; Swift&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;UI framework:&lt;/STRONG&gt; SwiftUI&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Target:&lt;/STRONG&gt; Apple Silicon only&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Minimum macOS:&lt;/STRONG&gt; macOS 26&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Build system:&lt;/STRONG&gt; Swift Package Manager&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;H3&gt;Web And Media&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Web runtime:&lt;/STRONG&gt; WKWebView&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Media integration:&lt;/STRONG&gt; MediaPlayer / MPRemoteCommandCenter&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Now Playing:&lt;/STRONG&gt; MPNowPlayingInfoCenter&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Bridge:&lt;/STRONG&gt; injected JavaScript + WKScriptMessageHandler&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;H3&gt;Storage&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Session storage:&lt;/STRONG&gt; WebKit website data stores&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Default mode:&lt;/STRONG&gt; non-persistent session&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Optional mode:&lt;/STRONG&gt; persistent session if Remember Login is enabled&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;History:&lt;/STRONG&gt; local UserDefaults only&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;H3&gt;Release Shape&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Signing:&lt;/STRONG&gt; hardened runtime options&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Sandbox:&lt;/STRONG&gt; app sandbox + outbound network client entitlement&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Icon:&lt;/STRONG&gt; original generated .icns&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;License:&lt;/STRONG&gt; MIT&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;H2&gt;Current Features&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt;Native macOS SwiftUI shell around Pandora's web player.&lt;/LI&gt;&lt;LI&gt;Compact single-window layout designed to fit on a side monitor.&lt;/LI&gt;&lt;LI&gt;Loads Pandora's web app through WKWebView.&lt;/LI&gt;&lt;LI&gt;Optional Remember Login mode.&lt;/LI&gt;&lt;LI&gt;Clear Pandora Session control.&lt;/LI&gt;&lt;LI&gt;Native playback controls: play/pause, skip, and replay/restart.&lt;/LI&gt;&lt;LI&gt;System media key integration through macOS media command center: F7 previous/replay, F8 play/pause, F9 next/skip.&lt;/LI&gt;&lt;LI&gt;Native Now Playing metadata integration when Pandora exposes track metadata.&lt;/LI&gt;&lt;LI&gt;Local play history based on observed metadata.&lt;/LI&gt;&lt;LI&gt;Clear Local History control.&lt;/LI&gt;&lt;LI&gt;Playback watchdog that detects stalled or waiting playback, attempts conservative soft recovery, and reloads after repeated recovery failures.&lt;/LI&gt;&lt;LI&gt;Detects and surfaces Pandora's "Are you still listening?" prompt without bypassing or auto-answering it.&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Pandora Web UI Still Handles&lt;/H3&gt;&lt;UL class=""&gt;&lt;LI&gt;Now Playing&lt;/LI&gt;&lt;LI&gt;History&lt;/LI&gt;&lt;LI&gt;Collection&lt;/LI&gt;&lt;LI&gt;Browse&lt;/LI&gt;&lt;LI&gt;Channels&lt;/LI&gt;&lt;LI&gt;Search&lt;/LI&gt;&lt;LI&gt;My Station&lt;/LI&gt;&lt;LI&gt;Discovery&lt;/LI&gt;&lt;LI&gt;Deep Cuts&lt;/LI&gt;&lt;LI&gt;Newly Released&lt;/LI&gt;&lt;LI&gt;Artist Only&lt;/LI&gt;&lt;LI&gt;Energy Boost&lt;/LI&gt;&lt;LI&gt;Relax&lt;/LI&gt;&lt;/UL&gt;&lt;H2&gt;Security And Privacy Protections&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt;No telemetry.&lt;/LI&gt;&lt;LI&gt;No analytics.&lt;/LI&gt;&lt;LI&gt;No crash reporting.&lt;/LI&gt;&lt;LI&gt;No auto-update mechanism.&lt;/LI&gt;&lt;LI&gt;No remote configuration.&lt;/LI&gt;&lt;LI&gt;No credential capture.&lt;/LI&gt;&lt;LI&gt;No custom password storage.&lt;/LI&gt;&lt;LI&gt;Pandora login happens only inside Pandora's own web page.&lt;/LI&gt;&lt;LI&gt;Persistent login is optional.&lt;/LI&gt;&lt;LI&gt;Turning off Remember Login clears Pandora session data from the app's active WebKit data store.&lt;/LI&gt;&lt;LI&gt;Local play history stays local.&lt;/LI&gt;&lt;LI&gt;Local play history can be cleared independently.&lt;/LI&gt;&lt;LI&gt;Main-frame navigation is restricted to &lt;A href="https://pandora.com" target="_blank" rel="noopener"&gt;https://pandora.com&lt;/A&gt; and https://*.pandora.com.&lt;/LI&gt;&lt;LI&gt;External main-frame links open in the user's default browser instead of inside the app.&lt;/LI&gt;&lt;LI&gt;JavaScript bridge is injected only into the main frame.&lt;/LI&gt;&lt;LI&gt;Bridge messages are accepted only from Pandora origins.&lt;/LI&gt;&lt;LI&gt;Bridge payloads are size-capped before decoding.&lt;/LI&gt;&lt;LI&gt;WebKit script message handling uses a weak delegate to avoid retain-cycle risk.&lt;/LI&gt;&lt;LI&gt;App sandbox entitlement is enabled.&lt;/LI&gt;&lt;LI&gt;Network access is limited to client/outbound networking.&lt;/LI&gt;&lt;LI&gt;Build script signs with hardened runtime options.&lt;/LI&gt;&lt;LI&gt;App icon is original and does not use Pandora trademarks or assets.&lt;/LI&gt;&lt;/UL&gt;&lt;H2&gt;Included Documentation&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt;MIT license.&lt;/LI&gt;&lt;LI&gt;Privacy statement.&lt;/LI&gt;&lt;LI&gt;Security notes.&lt;/LI&gt;&lt;LI&gt;Handoff notes.&lt;/LI&gt;&lt;LI&gt;Unofficial/no-affiliation disclaimer.&lt;/LI&gt;&lt;/UL&gt;&lt;H2&gt;What Is Left For Pandora&lt;/H2&gt;&lt;OL&gt;&lt;LI&gt;Replace the proof-of-concept bundle identifier with an official Pandora-owned identifier.&lt;/LI&gt;&lt;LI&gt;Replace the unofficial app name and icon with approved Pandora branding.&lt;/LI&gt;&lt;LI&gt;Review the app against Pandora's internal legal, product, advertising, subscription, and rights requirements.&lt;/LI&gt;&lt;LI&gt;Replace DOM-selector-based playback control with official internal APIs if available.&lt;/LI&gt;&lt;LI&gt;Verify behavior across free accounts, paid accounts, ads, station modes, collection/library flows, search, login/logout, expired sessions, prompts, playback stalls, and poor network conditions.&lt;/LI&gt;&lt;LI&gt;Add official QA automation.&lt;/LI&gt;&lt;LI&gt;Add official crash reporting if desired.&lt;/LI&gt;&lt;LI&gt;Add official telemetry only if it matches Pandora's privacy policy.&lt;/LI&gt;&lt;LI&gt;Add an official auto-update mechanism if desired.&lt;/LI&gt;&lt;LI&gt;Sign with Pandora's Apple Developer ID certificate.&lt;/LI&gt;&lt;LI&gt;Notarize and staple the app for public macOS distribution.&lt;/LI&gt;&lt;LI&gt;Decide whether to ship as a direct DMG, ZIP, Mac App Store app, or update to the existing desktop app.&lt;/LI&gt;&lt;LI&gt;Review whether App Sandbox should remain enabled or whether additional entitlements are required for official distribution.&lt;/LI&gt;&lt;LI&gt;Decide whether deeper native UI should be added over time for stations, search, collection, thumbs/music direction, artist info, history, and station modes.&lt;/LI&gt;&lt;/OL&gt;&lt;H2&gt;Bottom Line&lt;/H2&gt;&lt;P&gt;The hard parts left are not the wrapper itself. The remaining work is mostly official ownership: branding, QA, signing/notarization, policy review, and replacing brittle web-DOM hooks with supported internal interfaces where Pandora has them.&lt;/P&gt;</description>
      <pubDate>Sat, 23 May 2026 13:07:51 GMT</pubDate>
      <guid>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/204373#M13005</guid>
      <dc:creator>prtdavis2</dc:creator>
      <dc:date>2026-05-23T13:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Pandora Desktop App: Native Apple Silicon Support (M1/M2/M3) for Future macOS</title>
      <link>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/204376#M13006</link>
      <description>&lt;P&gt;Screenshot of the app working&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="App working" style="width: 869px;"&gt;&lt;img src="https://community.pandora.com/t5/image/serverpage/image-id/21403i21561A5CD8950198/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-05-23 at 8.37.53 AM.png" alt="App working" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;App working&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 23 May 2026 13:09:31 GMT</pubDate>
      <guid>https://community.pandora.com/t5/Desktop/Pandora-Desktop-App-Native-Apple-Silicon-Support-M1-M2-M3-for/m-p/204376#M13006</guid>
      <dc:creator>prtdavis2</dc:creator>
      <dc:date>2026-05-23T13:09:31Z</dc:date>
    </item>
  </channel>
</rss>

