Wingetlywingetly
← All apps

Expresso

by Ultrapicov3.1.7917

Last updated

The premier regular expression development tool

Install with winget

$ winget install --id ultrapico.expresso --exact --version 3.1.7917

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

Silent install command for Expresso

Expresso uses MSI. The silent install switches are /quiet /norestart.

One-line silent install (x64, machine scope)
msiexec.exe /i ExpressoSetup-3.1.7917.msi /quiet /norestart

See the full silent install reference for Expresso

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

The award-winning Expresso editor is equally suitable as a teaching tool for the beginning user of regular expressions or as a full-featured development environment for the experienced programmer or web designer with an extensive knowledge of regular expressions.

Installers · v3.1.7917

ArchitectureTypeScopeInstallDownload
x64MSImachineDirect

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

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

  • Node.js (LTS)Node.js Foundation
    OpenJS.NodeJS.LTSv24.19.0

    Run JavaScript Everywhere

  • CursorAnysphere
    Anysphere.Cursorv3.19.7

    The AI Code Editor

  • Android StudioGoogle LLC
    Google.AndroidStudiov2026.1.4.7

    The official Integrated Development Environment (IDE) for Android app development.

  • Android SDK Platform-ToolsGoogle LLC
    Google.PlatformToolsv37.0.1

    Android SDK Platform-Tools includes tools that interface with the Android platform, primarily adb and fastboot.

  • PyCharm Community EditionJetBrains s.r.o.
    JetBrains.PyCharm.Communityv2025.2.6.1

    The Python IDE for Professional Developers

  • IDA FreewareHex-Rays SA
    Hex-Rays.IDA.Freev8.4

    The free binary code analysis tool to kickstart your reverse engineering experience.

More from Ultrapico or browse development, regular-expression, string.

Frequently asked questions

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