Wingetlywingetly
← All apps

Chroma

by UbisoftvOpen Source V1.0

Last updated

A one-stop solution for detecting color blindness-related issues in games.

Install with winget

$ winget install --id Ubisoft.Chroma --exact --version Open Source V1.0

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

Silent install command for Chroma

Chroma uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x64, user scope)
Chroma_setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for Chroma

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

Chroma (developed by Ubisoft) is a one-stop solution for detecting color blindness-related issues in games. It replicates Protanopia, Deuteranopia, and Tritanopia filters over the game screen, helping users flag accessibility concerns in real-time.

Installers · vOpen Source V1.0

ArchitectureTypeScopeInstallDownload
x64EXE
Inno Setup
userDirect

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 Chroma.

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

  • Ubisoft ConnectUbisoft
    Ubisoft.Connectv173.1.0.13333

    The ecosystem of players services for Ubisoft games across all platforms. It aims at giving the best environment for all players to enjoy their games and connect with each other whatever the device.

  • E
    ezaeza community
    eza-community.ezav0.23.5

    A modern, maintained replacement for ls, built on exa.

  • A
    Argyll CMSGraeme Gill
    GraemeGill.ArgyllCMSv3.5.0

    An ICC compatible color management system

  • Freedom Scientific JAWS 2026Freedom Scientific
    FreedomScientific.JAWS.2026v2026.2608.25.400

    The screen reader that provides speech and Braille output designed for computer users whose vision loss prevents them from seeing screen content or navigating with a mouse.

  • HandyCJ Pais
    cjpais.Handyvv0.9.6

    A free, open source, and extensible speech-to-text application that works completely offline.

  • U
    UIAutomation MCP ServerLocomorange
    Locomorange.UIAutomationMCPv0.1.2

    Windows UI Automation Model Context Protocol (MCP) server

More from Ubisoft or browse accessibility, color, color-blindness.

Frequently asked questions

How do I install Chroma on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Ubisoft.Chroma --exact --version Open Source V1.0. winget downloads the installer from Ubisoft and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Chroma silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Ubisoft.Chroma --exact Open Source V1.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 Chroma?
Chroma uses EXE (Inno Setup). Run the downloaded installer with: Chroma_setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall Chroma via winget?
Run: winget uninstall --id Ubisoft.Chroma --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Chroma's Apps & Features entry.
Is Chroma free?
Chroma is distributed under Apache-2.0. Refer to the publisher (https://github.com/ubisoft/Chroma) for the full license terms - Wingetly itself does not charge for installation.
Does Chroma 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 Chroma directly from the publisher.
How do I keep Chroma up to date?
Run winget upgrade --id Ubisoft.Chroma --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Chroma from microsoft/winget-pkgs.