🪟 Windows · Free & Open Source · GPLv3

Auricle

A native Windows music player for the YouTube Music catalogue. Search songs, albums, artists and playlists, build your local library, and keep listening with a queue, autoplay and audio caching. Built with Rust and Slint, without Electron or an embedded web view.

⬇ Download for Windows ★ View on GitHub
Auricle 0.1.4 running on Windows

Search, collect, and keep listening

A native desktop player with a library that stays on your device.

🔍

Catalogue Search

Find songs, albums, artists and playlists with suggestions, mixed previews and dedicated result tabs.

📋

Queue & Autoplay

Choose what plays next, manage queued tracks, and continue listening with related music.

❤️

Your Local Library

Follow artists, save albums and playlists, and revisit liked songs and listening history on your device.

⌨️

Right-Click Actions

Open artist and album pages, explore track credits, and manage playback and queue actions from context menus.

💾

Local Audio Cache

A size-limited on-disk cache reuses recently played audio. The default cache limit is 500 MB.

🪶

Native & Lightweight

Built in Rust with the Slint UI toolkit, without Electron or an embedded browser.

🔔

System Tray

Minimize to tray and keep music running in the background without cluttering your taskbar.

🔓

Open Source

Licensed under GPLv3. Inspect the code, contribute, or fork it freely.

Up and running in minutes

Three steps from download to your first song.

1

Download Auricle

Grab the latest .exe installer from the GitHub Releases page — no account needed.

2

Install add-ons

On first launch, optionally install yt-dlp and ffmpeg with one click from the onboarding screen — or point to your own installation.

3

Search & play

Find a song, artist, album or playlist. Start playback, build your queue, or save music to your local library.

Get Auricle

Free, open source, and available now for Windows.

Version 0.1.4

Windows 10/11, 64-bit. Installer and portable ZIP available. Streaming requires optional third-party add-ons.

Built on solid foundations

A Rust application with a native Slint interface and local data storage.

Rust
Slint UI
Tokio (async runtime)
rodio + symphonia (audio)
ytmapi-rs (YouTube Music API)
JSON (local metadata)
LRU audio cache
yt-dlp (stream extraction)

Common questions

Can't find an answer? Open an issue on GitHub.

Does Auricle bundle or distribute yt-dlp / ffmpeg?

No. Auricle never bundles third-party tools. The in-app add-on installer downloads them directly from their official sources on your behalf, with your consent. You can also point Auricle to your own existing installation via PATH.

Is it safe to use?

Auricle is an early, open-source release under GPLv3. Review the source and release notes before installing. Network access is used for music metadata, artwork and playback, optional add-on downloads, and update checks in the portable build. Auricle is not affiliated with YouTube or Google.

What Windows versions are supported?

The installer and portable build target 64-bit Windows 10 and 11. Building from source also requires Rust and the MSVC C++ Build Tools.

Does it work without a YouTube Premium account?

Auricle searches the public YouTube Music catalogue without an in-app account. Playback depends on optional add-ons and the source service; availability and regional restrictions can vary.

How do I build from source?

You need a current stable Rust toolchain and the MSVC C++ Build Tools. Clone the repo and run cargo run --bin auricle or use npm run run for convenience.

Help make Auricle better

Auricle follows a feature → release/x.y.z → main branch model. Check out the contributing guide before opening a pull request.