Download

Download Stashy for Windows

Version 1.0.0, released September 26, 2026. Free, no ads, no account.

Stashy for Windows

Installer · StashySetup.exe

Download for Windows

v1.0.019.4 MBWindows 10 & 11 · x64Free

Version
1.0.0
Released
Size
19.4 MB
Platform
Windows x64
Price
Free

SHA-256

4eaff717eb250d7e079de4f6fac1ae0692f4b9600fb1072d333475912ecdb2dc

To check your copy, paste this into PowerShell. It prints True when the file is genuine (change the path if you saved it somewhere other than Downloads):

(Get-FileHash "$env:USERPROFILE\Downloads\StashySetup.exe").Hash -eq '4eaff717eb250d7e079de4f6fac1ae0692f4b9600fb1072d333475912ecdb2dc'
  • No admin rights needed. Installs just for you, no UAC prompt.
  • SmartScreen warning? Expected for new indie apps. Here's what to click.
  • Setup fetches the tools. yt-dlp, FFmpeg and Deno (about 250 MB) come straight from their official GitHub releases, so keep your internet on.
  • Nothing else bundled. No toolbars, no ads, no account.
Prefer the terminal? One line in PowerShell:
irm https://stashy.h190k.com/update/StashySetup.exe -OutFile $env:TEMP\StashySetup.exe; Start-Process $env:TEMP\StashySetup.exe

Downloads the latest installer to your temp folder and starts it. Same file as the button above, served from Stashy's release page on GitHub.

Download from the command line
stashy https://youtu.be/aqz-KE-bpKQ -f mp3 -b 320

Pass one or more links plus options like --format and --quality for scripts and long lists. Tick the optional Add Stashy to PATH box in the installer so stashy works from any PowerShell or Command Prompt window.

Full command-line guide

Install

Up and running in a minute.

  1. Download

    Grab StashySetup.exe with the button above. It's the same stable link every release.

  2. Run the installer

    If SmartScreen says "Windows protected your PC", click More info → Run anyway (see how). Leave Download required tools now ticked and setup fetches yt-dlp, FFmpeg and Deno for you.

  3. Paste a link

    Launch Stashy from the Start menu, copy a video link and press Ctrl+V. Pick a format and quality, then press Download.

Getting past SmartScreen

Stashy isn't code-signed yet, so Windows may show a blue "Windows protected your PC" window the first time. It's a two-click job, and you can verify the checksum first if you like.

  1. Click More info.

  2. Check the app is StashySetup.exe, then click Run anyway.

Updating

Stashy checks /update/latest.json for new versions. When one is out it downloads the installer, verifies its SHA-256 and runs it for you. yt-dlp, FFmpeg and Deno update separately from About → Tools, so a fix for a site doesn't have to wait for a new Stashy.

Why the warning?

New, unsigned apps trigger SmartScreen until they build up reputation. It doesn't mean something is wrong, but it's good practice to verify the checksum before running any installer.

Uninstalling

Open Settings → Apps → Installed apps, find Stashy and choose Uninstall. It removes the app and its tools; your downloaded videos stay where you saved them.