Skip to content

Pully 0.1.0

Pre-release
Pre-release

Choose a tag to compare

@Maticcm Maticcm released this 15 Sep 19:25
· 3 commits to main since this release

Pully's first public release. Local-first Windows media downloader built on Tauri 2, yt-dlp, and FFmpeg — no accounts, no telemetry, no ads.

Status: pre-release. Core downloading (video/audio, playlists, Quick Mode, metadata/thumbnails/subtitles) is implemented and tested; Spotify support is beta/experimental; the browser extension is functional but not yet on the Chrome Web Store.

Downloads

  • Pully_0.1.0_x64-setup.exe — recommended installer (NSIS). Self-contained: bundles yt-dlp, FFmpeg, and the Deno JS runtime yt-dlp needs for YouTube, so it works on a clean Windows machine with nothing pre-installed.
  • Pully_0.1.0_x64_en-US.msi — alternative MSI installer, same bundled contents.
  • Pully-browser-extension-1.0.0.zip — optional Chromium extension (Chrome/Brave/Edge) for tab detection. Not on the Web Store yet — load it unpacked: chrome://extensions → enable Developer mode → Load unpacked → select the extracted folder. See docs/BROWSER_INTEGRATION.md for setup and permissions.
  • SHA256SUMS.txt — checksums for all three files above.

What's bundled

Component Version
yt-dlp 2026.08.19
FFmpeg 9.0.1 (essentials, LGPL build)
Deno 2.9.6 (JS runtime for YouTube extraction)

SpotiFLAC (Spotify support) is intentionally not bundled or auto-installed — see docs/SPOTIFLAC.md for why and how to add it yourself.

Notes