Wingetlywingetly
← All apps

jmsr

by hewelv1.2.0

Last updated

A high-performance Jellyfin cast receiver that controls an external MPV player.

Install with winget

$ winget install --id pigfun.jmsr --exact --version 1.2.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for jmsr

jmsr uses MSI (WiX). The silent install switches are /quiet /norestart.

One-line silent install (x64)
msiexec.exe /i jmsr_1.2.0_x64_en-US.msi /quiet /norestart

See the full silent install reference for jmsr

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

Installers · v1.2.0

ArchitectureTypeScopeInstallDownload
x64MSI
WiX
-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for jmsr.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • Apps2SamsungApps2Samsung
    Apps2Samsung.Apps2Samsungv2.7.9

    Install any app on Samsung Tizen devices — TVs, projectors and smart monitors

  • FladderDonutWare
    DonutWare.Fladderv0.10.3

    Fladder - A Simple Jellyfin frontend built on top of Flutter.

  • Jellyfin2SamsungJellyfin2Samsung
    Jellyfin2Samsung.Jellyfin2Samsungv2.3.1.1

    Bridge tool to install Jellyfin on all Samsung Tizen Devices

  • Jellyfin MPV ShimIan Walton
    IanWalton.JellyfinMPVShimv2.10.0

    Jellyfin MPV Shim is a cross-platform cast client for Jellyfin.

  • I
    IPTV Tunerrsnapetech
    snapetech.iptvtunerrv0.1.85

    IPTV to Plex, Emby, and Jellyfin bridge

  • Jellyfin ServerThe Jellyfin Project
    Jellyfin.Serverv10.11.11

    Jellyfin Server: The Free Software Media System

More from hewel or browse jellyfin, jellyfin-client.

Frequently asked questions

How do I install jmsr on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id pigfun.jmsr --exact --version 1.2.0. winget downloads the installer from hewel and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install jmsr silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id pigfun.jmsr --exact 1.2.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for jmsr?
jmsr uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i jmsr_1.2.0_x64_en-US.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall jmsr via winget?
Run: winget uninstall --id pigfun.jmsr --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from jmsr's Apps & Features entry.
Is jmsr free?
jmsr is distributed under MIT License. Refer to the publisher (https://github.com/hewel/jmsr) for the full license terms - Wingetly itself does not charge for installation.
Does jmsr work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls jmsr directly from the publisher.
How do I keep jmsr up to date?
Run winget upgrade --id pigfun.jmsr --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of jmsr from microsoft/winget-pkgs.