<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Mithun A</title>
    <description>The latest articles on DEV Community by Mithun A (@fizzy444).</description>
    <link>https://dev.to/fizzy444</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4080301%2Ff2b6dfeb-f1ce-4816-8ade-27c208e421f7.jpg</url>
      <title>DEV Community: Mithun A</title>
      <link>https://dev.to/fizzy444</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/fizzy444"/>
    <language>en</language>
    <item>
      <title>Why I Built a Lightweight Spotify Clone with Tauri 2 and React (Instead of Electron)</title>
      <dc:creator>Mithun A</dc:creator>
      <pubDate>Sun, 16 Aug 2026 16:12:23 +0000</pubDate>
      <link>https://dev.to/fizzy444/why-i-built-a-lightweight-spotify-clone-with-tauri-2-and-react-instead-of-electron-1ej3</link>
      <guid>https://dev.to/fizzy444/why-i-built-a-lightweight-spotify-clone-with-tauri-2-and-react-instead-of-electron-1ej3</guid>
      <description>&lt;h1&gt;
  
  
  I Built Orchestro: A Lightweight Spotify-Style Music Player for Local Music
&lt;/h1&gt;

&lt;p&gt;We've all been there.&lt;/p&gt;

&lt;p&gt;You open a desktop app just to play some local music, check Task Manager, and find it using hundreds of megabytes of RAM with a bunch of background processes running.&lt;/p&gt;

&lt;p&gt;Modern music apps are built around streaming, accounts, recommendations, telemetry, and ads. That's great when you want a streaming service, but it feels like overkill when all you want to do is listen to the &lt;code&gt;.mp3&lt;/code&gt; and &lt;code&gt;.flac&lt;/code&gt; files already sitting on your computer.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;Orchestro&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It's an open-source, local-first music player with a &lt;strong&gt;Spotify-inspired interface&lt;/strong&gt;, built using &lt;strong&gt;Tauri 2, React, TypeScript, and Rust&lt;/strong&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  🔗 Project
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/Kryiocifer/Orchestro" rel="noopener noreferrer"&gt;https://github.com/Kryiocifer/Orchestro&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fnl6mpr8yon1ftix1w798.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fnl6mpr8yon1ftix1w798.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F6nevmxka6cc1tiunrvyv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F6nevmxka6cc1tiunrvyv.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Built with:&lt;/strong&gt; Tauri 2 · React · TypeScript · Rust · Vite · Tailwind CSS&lt;/p&gt;


&lt;h2&gt;
  
  
  🎵 What is Orchestro?
&lt;/h2&gt;

&lt;p&gt;Orchestro is designed to make local music feel like a modern streaming app — without actually requiring a streaming service.&lt;/p&gt;

&lt;p&gt;You can import your existing music collection, browse albums and artists, create playlists, manage your queue, and play your music completely locally.&lt;/p&gt;

&lt;p&gt;It supports formats such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;code&gt;.mp3&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;.flac&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;.wav&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;.ogg&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;There are no accounts, cloud libraries, or external API keys required for basic playback.&lt;/p&gt;


&lt;h2&gt;
  
  
  ⚡ Why Tauri 2?
&lt;/h2&gt;

&lt;p&gt;For the desktop framework, I considered Electron, but I didn't want to bundle an entire Chromium runtime and Node.js environment for a relatively simple music player.&lt;/p&gt;

&lt;p&gt;Tauri 2 was a much better fit.&lt;/p&gt;

&lt;p&gt;The frontend can still be built with the tools I already enjoy using — React, TypeScript, Vite, and Tailwind — while Rust handles the native desktop side.&lt;/p&gt;

&lt;p&gt;Tauri also gives the application a proper capability-based permission system, which is particularly useful when working with local files.&lt;/p&gt;


&lt;h2&gt;
  
  
  📂 Importing Music
&lt;/h2&gt;

&lt;p&gt;One of the main goals was to make adding music as simple as possible.&lt;/p&gt;

&lt;p&gt;Instead of manually entering metadata or configuring complicated library folders, you can just drag your music into Orchestro.&lt;/p&gt;

&lt;p&gt;Using &lt;code&gt;music-metadata&lt;/code&gt;, the application extracts information such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Song title&lt;/li&gt;
&lt;li&gt;Artist&lt;/li&gt;
&lt;li&gt;Album&lt;/li&gt;
&lt;li&gt;Duration&lt;/li&gt;
&lt;li&gt;Embedded album artwork&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;After processing, the track is immediately added to the local library.&lt;/p&gt;

&lt;p&gt;Small things like this make managing a large music collection much less tedious.&lt;/p&gt;


&lt;h2&gt;
  
  
  🎨 A Spotify-Inspired Experience
&lt;/h2&gt;

&lt;p&gt;I wanted Orchestro to feel familiar without trying to recreate Spotify itself.&lt;/p&gt;

&lt;p&gt;It includes features such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Custom playlists&lt;/li&gt;
&lt;li&gt;Playback queue&lt;/li&gt;
&lt;li&gt;Seek and volume controls&lt;/li&gt;
&lt;li&gt;Album artwork&lt;/li&gt;
&lt;li&gt;Right-click context menus&lt;/li&gt;
&lt;li&gt;Toast notifications&lt;/li&gt;
&lt;li&gt;Local music library management&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For example, right-clicking a track lets you interact with it directly instead of navigating through multiple screens.&lt;/p&gt;

&lt;p&gt;A simplified version of the context-menu handling looks like this:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight tsx"&gt;&lt;code&gt;&lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;handleContextMenu&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;
  &lt;span class="nx"&gt;e&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;React&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;MouseEvent&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
  &lt;span class="nx"&gt;song&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;Song&lt;/span&gt;
&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="nx"&gt;e&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;preventDefault&lt;/span&gt;&lt;span class="p"&gt;();&lt;/span&gt;

  &lt;span class="nf"&gt;setMenuPosition&lt;/span&gt;&lt;span class="p"&gt;({&lt;/span&gt;
    &lt;span class="na"&gt;x&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;e&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;clientX&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
    &lt;span class="na"&gt;y&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;e&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;clientY&lt;/span&gt;
  &lt;span class="p"&gt;});&lt;/span&gt;

  &lt;span class="nf"&gt;setSelectedSong&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;song&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
  &lt;span class="nf"&gt;setIsOpen&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="kc"&gt;true&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
&lt;span class="p"&gt;};&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  🔒 Local-First by Design
&lt;/h2&gt;

&lt;p&gt;One of the biggest reasons I wanted to build Orchestro was privacy.&lt;/p&gt;

&lt;p&gt;Your music library and playlists stay on your machine.&lt;/p&gt;

&lt;p&gt;There's no requirement for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;An account&lt;/li&gt;
&lt;li&gt;Cloud storage&lt;/li&gt;
&lt;li&gt;Cloud synchronization&lt;/li&gt;
&lt;li&gt;Tracking&lt;/li&gt;
&lt;li&gt;Telemetry&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If your music is already on your computer, Orchestro should be able to work with it.&lt;/p&gt;




&lt;h2&gt;
  
  
  🧠 What I Learned
&lt;/h2&gt;

&lt;p&gt;Building Orchestro taught me quite a bit about desktop development.&lt;/p&gt;

&lt;p&gt;The biggest difference from building a web application was dealing with things like filesystem access, native permissions, application packaging, and communication between the React frontend and Rust backend.&lt;/p&gt;

&lt;p&gt;Tauri 2's capability system was especially interesting. Native functionality isn't simply exposed to the frontend by default — permissions have to be explicitly configured.&lt;/p&gt;

&lt;p&gt;I also got a much better understanding of how local-first applications can avoid a surprising amount of unnecessary infrastructure.&lt;/p&gt;




&lt;h2&gt;
  
  
  🚀 What's Next?
&lt;/h2&gt;

&lt;p&gt;The current version focuses on the core local music experience, but there's more planned:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🎵 &lt;code&gt;yt-dlp&lt;/code&gt; integration for downloading audio&lt;/li&gt;
&lt;li&gt;🎹 Global media keys&lt;/li&gt;
&lt;li&gt;🖥️ System tray mini-player&lt;/li&gt;
&lt;li&gt;↕️ Drag-to-reorder playlists&lt;/li&gt;
&lt;li&gt;🔎 In-library search and filtering&lt;/li&gt;
&lt;li&gt;🎨 More customization options&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal is to keep Orchestro lightweight while adding the features that actually make a local music library enjoyable to use.&lt;/p&gt;




&lt;h2&gt;
  
  
  💻 Try It Out
&lt;/h2&gt;

&lt;p&gt;Orchestro is &lt;strong&gt;free and open source&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;If you have a local music collection and want a modern Spotify-style experience without a heavyweight streaming client, give it a try.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/Kryiocifer/Orchestro" rel="noopener noreferrer"&gt;https://github.com/Kryiocifer/Orchestro&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you find it useful, a ⭐ on GitHub is always appreciated!&lt;/p&gt;

&lt;p&gt;And if you have ideas or suggestions, feel free to open an issue.&lt;/p&gt;

&lt;p&gt;Thanks for reading! 🎵&lt;/p&gt;

</description>
      <category>rust</category>
      <category>tauri</category>
      <category>react</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
