Wingetlywingetly
← All apps
S

Spice agent

by The Spice Projectv0.10.0

Last updated

SPICE agent for Windows guests

Install with winget

$ winget install --id Spice.VDAgent --exact --version 0.10.0

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

Silent install command for Spice agent

Spice agent uses MSI. The silent install switches are /quiet /norestart.

One-line silent install (x64)
msiexec.exe /i spice-vdagent-x64-0.10.0.msi /quiet /norestart

See the full silent install reference for Spice agent

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.

About

SPICE (the Simple Protocol for Independent Computing Environments) is a remote-display system built for virtual environments. The Guest Agent leverages the protocol to provide several features, such as client mouse mode, automatic adjustment of the Windows desktop resolution to the client resolution, and Support of copy and paste (text and images) between the active Windows session and the client.

Installers · v0.10.0

ArchitectureTypeScopeInstallDownload
x86MSI-Direct
x64MSI-Direct

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

Security

4 known CVEs via NVD

  • medium6.3Fix availableCVE-2020-25653affects <=0.20.0Nov 25, 2020

    A race condition vulnerability was found in the way the spice-vdagentd daemon handled new client connections. This flaw may allow an unprivileged local guest user to become the active agent for spice-vdagentd, possibly resulting in a denial of service or information leakage from...

  • medium5.5Fix availableCVE-2020-25652affects <=0.20.0Nov 25, 2020

    A flaw was found in the spice-vdagentd daemon, where it did not properly handle client connections that can be established via the UNIX domain socket in `/run/spice-vdagentd/spice-vdagent-sock`. Any unprivileged local guest user could use this flaw to prevent legitimate agents f...

  • medium6.4Fix availableCVE-2020-25651affects <=0.20.0Nov 25, 2020

    A flaw was found in the SPICE file transfer protocol. File data from the host system can end up in full or in parts in the client connection of an illegitimate local user in the VM system. Active file transfers from other users could also be interrupted, resulting in a denial of...

  • medium5.5Fix availableCVE-2020-25650affects <=0.20.0Nov 25, 2020

    A flaw was found in the way the spice-vdagentd daemon handled file transfers from the host system to the virtual machine. Any unprivileged local guest user with access to the UNIX domain socket path `/run/spice-vdagentd/spice-vdagent-sock` could use this flaw to perform a memory...

Source: NVD, updated 2h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

Related apps

  • Spice webdavdThe Spice Project
    Spice.SpiceWebDAVdv2.4.0

    SPICE file sharing daemon for Windows guest virtual machines.

  • Docker DesktopDocker Inc.
    Docker.DockerDesktopv4.91.0

    An application for the building and sharing of containerized applications.

  • ActivityWatchActivityWatch Contributors
    ActivityWatch.ActivityWatchv0.13.2

    ActivityWatch is an app that automatically tracks how you spend time on your devices.

  • GitHub CLIGitHub, Inc.
    GitHub.cliv2.101.0

    Take GitHub to the command line

  • Notepad++Notepad++ Team
    Notepad++.Notepad++v8.9.8

    Notepad++ is a free source code editor that supports several languages.

  • Snappy Driver InstallerSam Bounce
    samlab-ws.SnappyDriverInstallerv1.23.9 (R2309)

    Snappy Driver Installer is an application for installing/updating drivers on PCs running Microsoft Windows using driverpacks or included folders with drivers.

More from The Spice Project or browse foss, virtualization, vm.

Frequently asked questions

How do I install Spice agent on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Spice.VDAgent --exact --version 0.10.0. winget downloads the installer from The Spice Project and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Spice agent silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Spice.VDAgent --exact 0.10.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 Spice agent?
Spice agent uses MSI. Run the downloaded installer with: msiexec.exe /i spice-vdagent-x64-0.10.0.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall Spice agent via winget?
Run: winget uninstall --id Spice.VDAgent --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Spice agent's Apps & Features entry.
Is Spice agent free?
Spice agent is distributed under GPL-2.0-or-later. Refer to the publisher (https://gitlab.freedesktop.org/spice/win32/vd_agent) for the full license terms - Wingetly itself does not charge for installation.
Does Spice agent 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 Spice agent directly from the publisher.
How do I keep Spice agent up to date?
Run winget upgrade --id Spice.VDAgent --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Spice agent from microsoft/winget-pkgs.