Wingetlywingetly
← All apps
Y

YazSes

by MSKazemiv2.35.0

Last updated

Offline voice dictation — hold a key, speak, release. No cloud, no API key, no subscription.

Install with winget

$ winget install --id MSKazemi.YazSes --exact --version 2.35.0

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

Silent install command for YazSes

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

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

See the full silent install reference for YazSes

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

YazSes is a free, open-source, offline voice dictation and speech-to-text

tool. Hold a key, speak, release — your words are transcribed on your own CPU

and typed into whatever window has focus.

Everything runs on-device with faster-whisper. There is no cloud service, no

API key, no account and no subscription, and no telemetry of any kind. Use it

when audio must not be sent to a third party — a confidential meeting, an

air-gapped machine, or simply a preference not to rent your own voice.

It also transcribes recordings (`yazses transcribe talk.m4a`, with optional

speaker labels) and can capture a whole meeting into a speaker-labelled

transcript with locally generated minutes.

Installers · v2.35.0

ArchitectureTypeScopeInstallDownload
x64EXE
Inno Setup
userDirect
arm64EXE
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 YazSes.

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

  • PowerShellMicrosoft Corporation
    Microsoft.PowerShellv7.6.6.0

    PowerShell is a cross-platform task automation solution made up of a command-line shell, a scripting language, and a configuration management framework. PowerShell runs on Windows, Linux, and macOS.

  • Discord CanaryDiscord Inc.
    Discord.Discord.Canary.x86v1.0.328

    Your Place to Talk and Hang Out

  • Discord CanaryDiscord Inc.
    Discord.Discord.Canaryv1.0.1169

    Your Place to Talk and Hang Out

  • R
    rtkrtk-ai
    rtk-ai.rtkvv0.48.0

    CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies

  • mpv.netFrank Skare (stax76)
    mpv.netv7.1.2.0

    mpv.net is a media player for Windows with a modern GUI.

  • ActivityWatchActivityWatch Contributors
    ActivityWatch.ActivityWatchv0.13.2

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

More from MSKazemi or browse voice, dictation, voice-typing.

Frequently asked questions

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