Originally published at https://tekmag.thsite.top/plexamp-4-50-debuts-as-first-native-desktop-app-for-windows-mac-linux/
Plexamp v4.50 has arrived as a stable desktop application for Windows, macOS, and Linux — marking the first time the popular music streaming client runs natively on personal computers. Built with Tauri instead of Electron, the new app is dramatically smaller, lighter on memory, and packed with a long-awaited offline mode. The mobile app remains in open beta.
For more on AI coding agents, check out our article on Addy Osmani's Agent Skills, and for open-source tools, Alibaba's open-code-review.
Key Takeaways
- Plexamp ships as a stable desktop release for Windows, macOS, and Linux — built with Tauri, not Electron
- Offline mode is now fully supported: browse your library, build queues, and play without an internet connection
- No more 3-day download cap — unlimited playlist and discography downloads
- The app is 75% lighter on RAM and roughly 96% smaller than the previous Electron build
- Sonic Sage AI playlist covers were removed due to inconsistency
- Mobile versions (iOS and Android) remain in open beta
A Native Desktop App Finally Arrives
Plexamp, Plex's flagship music streaming client, has long been available on iOS and Android — but desktop users were left waiting. That changes now with the release of Plexamp v4.50, which launches as a stable, native application across all three major desktop platforms.
The move to desktop wasn't just about porting the app. Plex made a deliberate architectural decision that distinguishes this release from decades of Electron-bloated desktop software: they rebuilt Plexamp using Tauri, an open-source framework that leverages the operating system's native web engine instead of bundling an entire Chromium browser.
"We did not rewrite Plexamp from scratch," wrote CTO Elan Feingold in the official Plex Forums announcement. "We merely upgraded every dependency it had, moved the mobile apps onto Expo, replaced Electron with Tauri, and rebuilt the native bridges underneath."
Tauri vs. Electron: Why the Switch Matters
The shift from Electron to Tauri is one of the most significant technical changes in Plexamp's history — and it has real, measurable benefits for users.
Electron applications ship with their own copy of Chromium bundled inside, which typically results in installers between 80 and 200 MB and idle memory footprints of 150 to 300 MB. Tauri, by contrast, uses the OS's built-in web view — WebView2 on Windows, WebKitGTK on Linux, and WebKit on macOS — eliminating that massive runtime entirely.
The result, according to independent benchmarks from Goremy AI and Tech Insider:
- Bundle size: ~10–30 MB versus ~200 MB — a reduction of roughly 96%
- Memory usage: ~30–50 MB idle versus ~150–300 MB — a savings of approximately 75%
- Cold start time: roughly 0.4 seconds versus 1.4 seconds — about 3.7× faster
These aren't marginal improvements. For users with limited disk space, older hardware, or systems running many applications simultaneously, a 200 MB reduction in RAM footprint is genuinely noticeable. And the Rust backend that powers Tauri's native layer also brings security benefits over Electron's Node.js foundation.
Offline Mode — A Long-Overdue Feature
Perhaps the most impactful addition in Plexamp 4.50 is the dedicated offline mode. For the first time, Plexamp users can build a fully functional offline library complete with its own Home screen, Library browsing, and search functionality.
Key capabilities in offline mode include:
- Browse Artists, Albums, Complete Albums, Tracks, and Playlists without a connection
- Access an Offline Home screen showing Recently Downloaded and Recently Added content
- Search across all locally downloaded material
- Build play queues entirely on-device — no spinning loader while waiting for the server
- Use the "Up Next" feature while offline
Previously, offline playback was capped at three days of content — roughly 1,500 tracks — and queues still required a server connection. That limitation is now gone.
Download System Overhauled
Plex completely rebuilt the download system from scratch. The old three-day rolling window has been replaced with a far more flexible approach:
- Unlimited downloads: No more track-count caps. Full playlists and complete artist discographies can be downloaded regardless of length.
- Background downloads: Downloads continue even after you close the app.
- Overnight refresh: New music auto-syncs when you reconnect to the internet.
- Keep Played Music: Tracks you've listened to are automatically retained up to a user-defined storage limit — configurable from a few gigabytes up to unlimited.
- Faster sync: Library sync now prioritizes newest content first.
Plex is also being transparent about telemetry tied to the new download system. In the forums post, the company disclosed that download analytics report back the titles, internal IDs, byte counts, track counts, failures, and database timings — plus your account name. Filenames, URLs, tokens, and playback activity are not collected, and all data is deleted after 14 days. Users uncomfortable with this can skip the update.
Audio & Platform-Specific Improvements
Plexamp 4.50 brings several audio enhancements that audiophiles will appreciate:
- On-device loudness analysis: Plexamp now analyzes tracks locally when the server hasn't already, enabling consistent loudness leveling and Sweet Fades™ across your entire library.
- WASAPI output on Windows: Exclusive control of your DAC with user-configurable buffer size for the cleanest possible playback.
- Multiroom speaker calibration: Automatic acoustic latency calibration across your mesh speaker setup.
- Parametric EQ: A graphical per-speaker EQ with drag-to-shape curves.
- MPRIS support on Linux: Native seek, position, volume, raise, and quit integration.
Platform-specific touches round out the experience: macOS gets a Menu Bar Mode that lives in the menu bar rather than the Dock, Windows gains proper Now Playing overlays and system transport controls, and Linux ships with both AppImage and Flatpak builds supporting x86_64 and ARM64.
What Was Removed
Not every experiment survived the rebuild. Sonic Sage, Plex's AI-generated playlist cover art feature, has been dropped due to inconsistency. Related AI playlist cover settings were also removed from the app, with Plex judging the technology "not reliable enough" for a polished release.
Download & System Requirements
Desktop (Stable Release)
- macOS Silicon: Plexamp-4.50.6-aarch64.dmg
- macOS Intel: Plexamp-4.50.6-x86_64.dmg
- Windows x64: Plexamp-4.50.6-x86_64-setup.exe
- Windows ARM64: Plexamp-4.50.6-aarch64-setup.exe
- Linux: AppImage and Flatpak available (x86_64 + ARM64)
Mobile (Open Beta)
- iOS: TestFlight beta
- Android:
System Requirements
| Platform | Minimum Version | Notes |
|---|---|---|
| iOS | 16.4+ | Up from 15.1 |
| Android | 9+ | Up from 7.0 |
| macOS | 10.15+ | Silicon + Intel |
| Windows | 10+ (64-bit) | x86_64 or ARM64 |
| Linux | 2024 distro+ | Older: use Flatpak |
The Bigger Picture: Plex's Modernization Roadmap
Plexamp 4.50 doesn't exist in isolation. It's the centerpiece of a broader app modernization effort that began in late 2024 and has accelerated through 2026.
The timeline so far:
- Late 2024: Core streaming app refresh begins, focusing on free, ad-supported TV content
- January 2025: Apple TV app receives a major refresh with new features
- June 2026: Plex launches social discovery features
- July 2026: Plex raises the lifetime Plex Pass price and introduces a 5-year plan at $250 — a clear signal that the company is betting on subscription retention
- September 2026: Plexamp 4.50 ships as a stable desktop app with Tauri architecture
The technical backbone of this overhaul is equally impressive. Mobile apps moved from native code to Expo, an open-source React Native framework. The desktop switched from Electron to Tauri. A custom native bridge layer was rebuilt for every operating system. And the TREBLE audio library — a cross-platform solution handling gapless playback and Sweet Fades — underpins the improved listening experience.
So why did it take over a year between releases? According to Feingold, the trigger was mundane but urgent: Let's Encrypt moved their certificate issuance onto two new root CAs that older app builds didn't trust. "Every certificate renewal quietly broke Plexamp's connection," Feingold wrote. "Every renewal quietly moves another one of you into that state." The fix couldn't wait — and the team used the opportunity to do a comprehensive rewrite rather than a patch.
Why This Matters
Plexamp going from mobile-only to full desktop support is a meaningful moment for the personal music server space. For years, Plex users have managed sophisticated music libraries on their servers but listened exclusively from phones and tablets. Desktop power users — the kind who curate elaborate playlists, run high-fidelity setups, and want physical control over their playback — finally have a proper home for their Plex music.
The Tauri migration adds another layer of significance. Electron fatigue is real across the industry, and Plex's willingness to bet on a lighter, Rust-based alternative validates a trend that's gaining momentum in the desktop app world. If Plexamp's numbers hold up in the wild — small bundle, low memory, fast startup — other media apps may follow suit.
Your Plex library finally has a desktop that matches the quality of its server.
Frequently Asked Questions
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Is Plexamp 4.50 available for free?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Plexamp requires a Plex Pass subscription. The desktop app is a stable release, while the mobile versions are currently distributed as an open beta on iOS (TestFlight) and Android ( Play Labs)."
}
},
{
"@type": "Question",
"name": "Can I use Plexamp offline without an internet connection?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Plexamp 4.50 introduces a full offline mode with its own Library, Home screen, and search. Play queues are built locally, so there's no spinner while waiting for the server. You can download unlimited playlists and artist discographies with no three-day cap."
}
},
{
"@type": "Question",
"name": "How does Tauri compare to Electron in Plexamp?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Tauri uses the OS's native web engine instead of bundling Chromium, resulting in a roughly 96% smaller download (~10-30 MB vs ~200 MB) and about 75% less RAM usage (~30-50 MB vs ~150-300 MB). Cold start is also roughly 3.7× faster."
}
},
{
"@type": "Question",
"name": "What happened to Sonic Sage AI playlist covers?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Sonic Sage and related AI playlist cover features were removed in Plexamp 4.50. Plex cited inconsistency and reliability concerns as the reason for dropping the feature from the rebuild."
}
},
{
"@type": "Question",
"name": "Does Plexamp collect telemetry on my downloads?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Plex collects download analytics including titles, internal IDs, byte and track counts, failures, database timings, and your account name. Filenames, URLs, tokens, and playback activity are not collected. All data is deleted after 14 days. Device identifiers are hashed. You can skip the update if you're uncomfortable with this."
}
}
]
}
Conclusion
Plexamp 4.50 marks a significant milestone for Plex's music streaming platform. The move from mobile-only to full desktop support opens up new possibilities for power users who want more control over their listening experience. The Tauri migration demonstrates Plex's commitment to performance and efficiency — delivering a smaller, faster app that uses fewer system resources.
The addition of offline mode addresses one of the most requested features from the community, allowing users to enjoy their music anywhere without worrying about connectivity. Combined with the unlimited download capability and improved audio features, Plexamp 4.50 is a compelling upgrade for existing Plex users and a strong entry point for new adopters of personal music servers.
As Plex continues its broader modernization effort, this release sets the stage for what's likely to be an increasingly refined product across all platforms.
- Plex releases refreshed Plexamp for desktop, mobile devices — The Desk
- Plexamp v4.50.3: Ready or Not — Plex Forums (Elan Feingold, CTO)
- Replace Electron with Native Swift or Rust: A Real Comparison — Goremy AI
- Tauri vs Electron [2026]: 96% Smaller Apps, 1 Winner — Tech Insider
Top comments (0)