Wingetlywingetly
← All apps

Fortify

by Peculiar Venturesv2.1.0

Last updated

Enable cross-browser usage of local certificates & smart cards

Install with winget

$ winget install --id PeculiarVentures.Fortify --exact --version 2.1.0

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

Silent install command for Fortify

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

One-line silent install (x64, machine scope)
msiexec.exe /i Fortify_2.1.0_x64_en-US.msi /quiet /norestart

See the full silent install reference for Fortify

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

Fortify is a client application that you install that runs in the background as a tray application in Windows, OSX, and Linux that provides these missing capabilities to authorized applications.

It does this by binding to 127.0.0.1 and listening to a high-order well-known port for incoming requests. Browsers allow web applications to initiate sessions to this address, over that session a Fortify enabled application establishes a secure session and if approved by the user is allowed to access these missing capabilities.

Installers · v2.1.0

ArchitectureTypeScopeInstallDownload
x86MSI
WiX
machineDirect
x86MSI
WiX
machineDirect
x64MSI
WiX
machineDirect
x64MSI
WiX
machineDirect

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

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

  • Google ChromeGoogle LLC
    Google.Chromev153.0.8010.37

    The Fast & Secure Web Browser Built to be Yours

  • Microsoft EdgeMicrosoft Corporation
    Microsoft.Edgev153.0.4234.32

    Microsoft Edge is a cross-platform web browser built for modern life.

  • Mozilla Firefox (dsb)Mozilla
    Mozilla.Firefox.dsbv155.0.1

    Mozilla Firefox is free and open source software, built by a community of thousands from all over the world.

  • U
    ungoogled-chromiumungoogled-chromium Authors
    eloston.ungoogled-chromiumv151.0.7922.173

    Google Chromium without dependency on Google web services.

  • Mozilla Firefox (en-US)Mozilla
    Mozilla.Firefoxv155.0.1

    Mozilla Firefox is free and open source software, built by a community of thousands from all over the world.

  • Opera developerOpera Software
    Opera.Opera.Devv137.0.6015.0

    The Opera browser includes everything you need for private, safe, and efficient browsing, along with a variety of unique features to enhance your capabilities online.

More from Peculiar Ventures or browse browser, cert, certificate.

Frequently asked questions

How do I install Fortify on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id PeculiarVentures.Fortify --exact --version 2.1.0. winget downloads the installer from Peculiar Ventures and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Fortify silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id PeculiarVentures.Fortify --exact 2.1.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 Fortify?
Fortify uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i Fortify_2.1.0_x64_en-US.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall Fortify via winget?
Run: winget uninstall --id PeculiarVentures.Fortify --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Fortify's Apps & Features entry.
Is Fortify free?
Fortify is distributed under Proprietary. Refer to the publisher (https://fortifyapp.com/) for the full license terms - Wingetly itself does not charge for installation.
Does Fortify 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 Fortify directly from the publisher.
How do I keep Fortify up to date?
Run winget upgrade --id PeculiarVentures.Fortify --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Fortify from microsoft/winget-pkgs.