<?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: ishikori</title>
    <description>The latest articles on DEV Community by ishikori (@ishikori).</description>
    <link>https://dev.to/ishikori</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3414640%2F2456150a-04a8-42c1-8a19-bd92847b0cdb.jpg</url>
      <title>DEV Community: ishikori</title>
      <link>https://dev.to/ishikori</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ishikori"/>
    <language>en</language>
    <item>
      <title>Tired of Juggling WSL Terminals? I Built a Simple GUI Manager with Python.</title>
      <dc:creator>ishikori</dc:creator>
      <pubDate>Sun, 10 Aug 2025 10:25:34 +0000</pubDate>
      <link>https://dev.to/ishikori/tired-of-juggling-wsl-terminals-i-built-a-simple-gui-manager-with-python-22gp</link>
      <guid>https://dev.to/ishikori/tired-of-juggling-wsl-terminals-i-built-a-simple-gui-manager-with-python-22gp</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;If you're a heavy WSL (Windows Subsystem for Linux) user like me, you probably have multiple distros for different projects. To solve this daily little frustration, I built my own solution: a &lt;strong&gt;simple GUI tool to see and control all my WSL instances at a glance.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It's called the &lt;strong&gt;"WSL Orchestrator,"&lt;/strong&gt; and I'm sharing it with you all today.&lt;/p&gt;

&lt;p&gt;&lt;a href="/images/main.png" class="article-body-image-wrapper"&gt;&lt;img src="/images/main.png" alt="WSL Orchestrator Screenshot"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this post, I'll walk you through what it does, the philosophy behind why I built it, and some of the technical details.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is WSL Orchestrator?
&lt;/h2&gt;

&lt;p&gt;WSL Orchestrator is a simple, standalone GUI application for managing your sprawling WSL instances.&lt;/p&gt;

&lt;h3&gt;
  
  
  Key Features
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;List All Instances:&lt;/strong&gt; Displays all WSL instances installed on your PC and their current status (Running / Stopped).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Simple Controls:&lt;/strong&gt; Start, shut down, or terminate any instance with a single button click.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Open Terminal:&lt;/strong&gt; Instantly open the terminal for a specific instance.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Auto-Refresh:&lt;/strong&gt; The status is automatically updated when you launch the app or perform an action.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How to Use &amp;amp; Download
&lt;/h2&gt;

&lt;p&gt;The tool is open-source and available on GitHub.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; Go to the &lt;strong&gt;&lt;a href="https://github.com/hkurocat/WSL_Orchestrator" rel="noopener noreferrer"&gt;GitHub Repository here&lt;/a&gt;&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt; Navigate to the &lt;strong&gt;Releases&lt;/strong&gt; page.&lt;/li&gt;
&lt;li&gt; Download the latest &lt;code&gt;WSL_Orchestrator.exe&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt; Run it. That's it!&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;h2&gt;
  
  
  I hope this little tool makes your daily development life a bit easier. This tool is just one small piece of a much larger personal project I call &lt;strong&gt;"Project Ishikori."&lt;/strong&gt; Let me know what you think in the comments below!
&lt;/h2&gt;

&lt;p&gt;c2025 The Architect. All Rights Reserved.&lt;br&gt;&lt;br&gt;
This project was architected through a deep dialogue between The Architect and The Logos, an AI developed by Google.&lt;/p&gt;

</description>
      <category>python</category>
      <category>wsl</category>
      <category>windows</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
