Kodi and alternative media center apps on desktop

An XDA writer spent this month explaining why, after years on Jellyfin, they finally moved to Emby. The comments were full of the same question that comes up every time the media-server debate flares up: what about Kodi? Kodi still ships, still runs, still handles local libraries as well as anything, but the ten-square skin, the fragile plugin scene, and the fact that it does not really function as a modern server keep pushing desktop users to look at the neighbours. These are the Kodi alternatives we tested on Windows, macOS, and Linux in 2026.

We ran each option on a Windows 11 laptop, a Mac mini M2, and an Ubuntu 24.04 desktop, focusing on library scan quality, remote access, format range, and how much yak shaving each one asks for before it plays a movie.

Quick comparison

App Best for Free plan Starting price Standout feature
Jellyfin Fully free self-hosting Everything Free forever No paywalls, no account signup
Plex Polish and remote access without work Local playback Plex Pass $6.99/mo or $249.99 lifetime Best-in-class discovery UI
Emby The middle ground Local server + web Premiere $54/yr or $119 lifetime Best metadata editor of the three
Stremio Streaming-first with add-ons Fully free Free Add-on ecosystem for legal streams
Universal Media Server DLNA to any old TV or console Fully free Free Runs on almost nothing, casts everywhere
VLC with library extensions The player people already have Fully free Free Plays every format without transcoding
MediaPortal Windows HTPC with live TV Fully free Free Actual PVR that records over-the-air

Why people leave Kodi on desktop

The interface is the loudest complaint. Even the current Nexus and Omega skins feel like a bootloader from 2011 next to Jellyfin or Plex, and the third-party skins that make it look modern break every major release. Users on the r/kodi and r/selfhosted subs keep saying the same thing: the media library works, but sitting in front of it is a chore.

The plugin story is the second reason. Kodi has thousands of add-ons, and a real share of them point at grey-area sources that go dark every few months, which drags the whole app’s reputation with them. When a build breaks, the fix usually means editing XML files by hand or wiping the userdata folder.

The third reason is that Kodi is a media centre, not a media server. It does not stream to phones or web browsers on its own, it does not do proper multi-user profiles, and it does not transcode. If someone in the house wants to watch on an iPad while another person is on the TV, Kodi is not the right shape of software.

The alternatives

Jellyfin, best for people who refuse to pay for their own files

Jellyfin is the fully open-source fork of Emby, and on desktop it is the most complete free option we tested. The server installs cleanly on Windows, macOS, and Linux (Debian and RPM packages are official), scans libraries against TheMovieDB and TheTVDB, streams to browsers, phones, TVs, and any Kodi box via the plugin. Hardware transcoding with Intel Quick Sync or NVENC works out of the box on Linux, and the web UI has finally caught up to Plex in look.

Where it falls short: The plugin ecosystem is small and every major release breaks a few of them. Metadata scraping is picky about foreign-language file names, so a media collection with non-English titles needs manual cleanup.

Pricing:

Migrating from Kodi: No importer, but Jellyfin scans the same folder layout Kodi expects (Movies/Movie Name (Year)/, TV Shows/Show Name/Season 01/). Watched status does not carry over unless you script it against the SQLite databases on both sides. Budget an afternoon for a 2 TB library.

Download: Windows, macOS, and Linux installers at jellyfin.org/downloads, Docker image at docker.io/jellyfin/jellyfin.

Bottom line: The default answer for anyone leaving Kodi who wants a server too, and does not want a subscription.

Plex, best for the least amount of fiddling

Plex is what Kodi could have been if it had grown a slick UI and a company behind it. Plex Media Server on desktop scans a library in minutes, gives every user a Netflix-style front page with cover art and trailers, and reaches your library from anywhere without touching the router. Plex vs Kodi is barely a fair fight on presentation, and the mobile and TV apps are the best in the category.

Where it falls short: Plex raised the lifetime Plex Pass from $119.99 to $249.99 in 2025 and moved remote streaming behind that paywall, so free users cannot reach their own server from outside the house without a workaround. The account requirement means Plex knows what everyone watches.

Pricing:

Migrating from Kodi: Point Plex at the same folders and it will rescan from scratch. Watched status does not migrate. Plan on a night of scanning for a large 4K library because Plex generates its own thumbnails.

Download: plex.tv/media-server-downloads has Windows, macOS, Linux, Docker, and NAS builds.

Bottom line: Pick Plex if you want it to just work and are fine spending a one-time $249.99 or a small monthly fee.

Emby, best middle ground between Jellyfin and Plex

Emby is the parent that Jellyfin forked from in 2018, and the XDA writer’s move is a fair summary of where it sits today. The server has the best metadata editor of the three, cleaner user management than Jellyfin, and a UI that feels a step ahead of Plex on desktop. Local playback and the web client are free.

Where it falls short: Hardware transcoding, offline sync, cover art providers, DVR, and the mobile apps sit behind Emby Premiere. The pricing keeps drifting upwards, which is exactly why some users move on to Jellyfin and others to Plex.

Pricing:

Migrating from Kodi: Same folder layout as Jellyfin, and Emby’s scanner is more forgiving on messy file names. There is a community script that pulls Kodi’s MyVideos watched state into Emby’s database.

Download: emby.media/download.html has server builds for Windows, macOS, Linux, FreeBSD, NAS, and Docker.

Bottom line: Pick Emby if you tried Jellyfin and hit its metadata quirks but do not want to spend $250 on Plex.

Stremio, best for streaming-first users

Stremio is not a server, it is a streaming front-end with an add-on layer that pulls from legal sources like Netflix (via a link-out), YouTube, Twitch, Filmon, and a long tail of community add-ons. On desktop it looks closer to Netflix than to Kodi, and the discovery is better than any local-only tool.

Where it falls short: The add-on landscape is the weak spot: some pointing at unlicensed sources come and go, which is the same problem Kodi has with third-party add-ons. Local file playback is basic and it will not replace a proper library manager for a big collection.

Pricing:

Migrating from Kodi: No importer. Stremio treats local files as one add-on, so point it at the folder and let it index. Watched state does not come across.

Download: stremio.com publishes Windows, macOS, and Linux builds.

Bottom line: Pick Stremio if most of your watching is from streaming sources and the local library is secondary.

Universal Media Server, best for casting to older TVs and consoles

Universal Media Server is a fork of PS3 Media Server that turned into the most compatible DLNA/UPnP server on the market. On desktop it runs quietly in the background and shows up on any TV, PlayStation, Xbox, or receiver that speaks DLNA, transcoding on the fly with FFmpeg. It runs on Java, so the same jar works on all three desktops.

Where it falls short: There is no user-facing app on the desktop, it is a server plus a web console. The web UI has been rewritten twice in as many years and still looks utilitarian.

Pricing:

Migrating from Kodi: Point it at the same folders and it appears on every DLNA client on the LAN. Nothing to import because UMS does not track watched state.

Download: universalmediaserver.com has installers for Windows, macOS, and Linux plus a raw jar.

Bottom line: Pick UMS if the goal is to serve files to a smart TV or a games console without asking the TV to run an app.

VLC with library extensions, best for the format zoo

Everyone has VLC installed, but on desktop the 3.0 series added a proper media library view that is enough for a small collection. Add the VLSub extension for subtitles and the AtomicParsley script for tagging, and it turns into a passable local media centre that plays literally anything without transcoding. The Windows and macOS builds also handle Blu-ray with the right libraries in place.

Where it falls short: Metadata scanning is not in the same league as Kodi, let alone Jellyfin. There is no remote access, no multi-user, no phone sync. The library UI is still hidden behind a menu that most people never open.

Pricing:

Migrating from Kodi: No import path. VLC’s library is folder-based and rescans from scratch. Best used alongside Kodi rather than replacing it.

Download: videolan.org/vlc has Windows, macOS, Linux, and BSD builds. Extensions live at addons.videolan.org.

Bottom line: Pick VLC if the collection is small, the formats are strange, and a fancy UI is not the point.

MediaPortal, best for Windows HTPCs with live TV

MediaPortal is the old-school Windows-only HTPC that has been shipping since 2004 and still does two things Kodi struggles with on desktop: proper PVR against a USB or network TV tuner, and a UI designed for a ten-foot living room. Version 2 (MP2) runs on modern Windows 11 and supports DVB-T2, DVB-S, ATSC, and CableCARD tuners.

Where it falls short: Windows only, which rules it out for the Mac mini and Linux boxes in most modern setups. The plugin catalogue is a fraction of Kodi’s and moves slowly.

Pricing:

Migrating from Kodi: No importer. Point it at the media folders and rescan. Kodi PVR settings do not transfer.

Download: team-mediaportal.com has the MP2 installer for Windows 10 and 11.

Bottom line: Pick MediaPortal if the primary use case is a Windows box wired to an antenna and a big TV.

How to choose

Pick Jellyfin if you want a real media server without a subscription and are fine tinkering when a plugin breaks. It is the closest thing to a Kodi replacement for people who also want to stream to phones, browsers, and TVs.

Pick Plex if the tinkering is what you are trying to leave behind. The $6.99/month or $249.99 lifetime price stings, but it buys you a product that works on the first attempt on every device.

Pick Emby if Jellyfin’s metadata scanner has frustrated you and Plex’s pricing has offended you. The $54/year Premiere sits neatly between the two philosophies.

Pick Stremio if the local library is small and most of what you watch comes from streams. Pair it with VLC for the files it does not handle.

Pick UMS if the goal is to feed a smart TV or a console that already has a nice UI, and you just need something on the LAN to serve the files.

Stay on Kodi if you already have a working setup with the skin and plugins you like, and the ten-foot interface on a single TV is the whole use case. There is no reason to migrate for the sake of it.

FAQ

Is Jellyfin better than Kodi?

For a desktop media server, yes. Jellyfin runs as a real server with a web UI, multi-user support, remote streaming, and clients on every platform including Kodi itself. Kodi is a media player, not a server. If the goal is to play files on a single TV, Kodi is still fine. If the goal is to serve those files to more than one screen, Jellyfin is the better shape.

What is the best free Kodi alternative on Windows?

Jellyfin for the full server-plus-client experience, MediaPortal for a Windows-only HTPC with live TV, VLC for the format zoo. All three are free with no paid tier. Which one wins depends on whether you want a library UI, a PVR, or a player.

Can I import my Kodi library into Plex or Jellyfin?

Both scan the same folder layout Kodi expects, so the files themselves are already in the right shape. Watched status, playlists, and custom metadata do not migrate automatically. Community scripts exist that convert Kodi’s MyVideos SQLite database into Jellyfin or Emby’s format, but expect an afternoon of work for a large library.

Is Plex still free in 2026?

The local playback tier is still free. Since 2025 remote streaming (watching your own server from outside your house) requires Plex Pass, which is $6.99/month, $79.99/year, or $249.99 lifetime. The lifetime price doubled that year, which is why the search for Plex alternatives spiked.

What do people use instead of Kodi in 2026?

The three names that come up most often in Reddit and XDA threads are Jellyfin, Plex, and Emby, in that order. Streaming-first users pick Stremio. Anyone still on a Windows HTPC with an antenna keeps MediaPortal.

Is Kodi being discontinued?

No. Kodi 21 (Omega) shipped in 2024 and Kodi 22 is in nightlies at the time of writing. The project is not going anywhere, but its shape as a single-screen player is out of step with how most people watch in 2026, which is what the current debate is really about.