<?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: Aurelien Dippe</title>
    <description>The latest articles on DEV Community by Aurelien Dippe (@aurelien_dippe_27be8338c6).</description>
    <link>https://dev.to/aurelien_dippe_27be8338c6</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%2F4008965%2Fae32e377-892c-4448-a55c-f45649205797.png</url>
      <title>DEV Community: Aurelien Dippe</title>
      <link>https://dev.to/aurelien_dippe_27be8338c6</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aurelien_dippe_27be8338c6"/>
    <language>en</language>
    <item>
      <title>Hublo: a web desktop that runs as your own Unix user over SSH — with a sandboxed app store</title>
      <dc:creator>Aurelien Dippe</dc:creator>
      <pubDate>Tue, 30 Jun 2026 04:49:26 +0000</pubDate>
      <link>https://dev.to/aurelien_dippe_27be8338c6/hublo-a-web-desktop-that-runs-as-your-own-unix-user-over-ssh-with-a-sandboxed-app-store-394n</link>
      <guid>https://dev.to/aurelien_dippe_27be8338c6/hublo-a-web-desktop-that-runs-as-your-own-unix-user-over-ssh-with-a-sandboxed-app-store-394n</guid>
      <description>&lt;p&gt;I wanted a way to let a non-technical teammate operate a Linux server &lt;strong&gt;without ever opening a terminal&lt;/strong&gt; — move files, check logs, restart things — without handing them root or a scary control panel. That turned into &lt;strong&gt;Hublo&lt;/strong&gt;: a macOS-style desktop, in the browser, for your server.&lt;/p&gt;

&lt;p&gt;There are two design decisions I think are worth sharing: &lt;strong&gt;how it stays safe&lt;/strong&gt;, and &lt;strong&gt;how it lets strangers ship apps you can install without trusting their code.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉 Source (MIT): &lt;a href="https://github.com/adsofts/hublo" rel="noopener noreferrer"&gt;https://github.com/adsofts/hublo&lt;/a&gt; — there's a 30-second demo at the top of the README.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. The security model: it only does what &lt;em&gt;you&lt;/em&gt; can
&lt;/h2&gt;

&lt;p&gt;Most server web UIs (Cockpit, Webmin…) run a &lt;strong&gt;privileged daemon&lt;/strong&gt; as root. That's a big, permanent attack surface.&lt;/p&gt;

&lt;p&gt;Hublo takes the opposite approach. When you log in with your normal Unix username + password, the gateway opens an &lt;strong&gt;SSH session to &lt;code&gt;localhost&lt;/code&gt; as you&lt;/strong&gt;, and performs &lt;em&gt;every&lt;/em&gt; action through it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;files via &lt;strong&gt;SFTP&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;the terminal via a real &lt;strong&gt;PTY&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;everything else via &lt;code&gt;exec&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>selfhosted</category>
      <category>javascript</category>
      <category>vue</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
