<?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: Omar Mohamed</title>
    <description>The latest articles on DEV Community by Omar Mohamed (@omar_senusi).</description>
    <link>https://dev.to/omar_senusi</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%2F4072071%2Fd9ac31ad-fd48-40bd-8ab0-03752ebc1cfd.jpg</url>
      <title>DEV Community: Omar Mohamed</title>
      <link>https://dev.to/omar_senusi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/omar_senusi"/>
    <language>en</language>
    <item>
      <title>SSHBool: An Open-Source Desktop Workspace for SSH, SFTP and Remote Servers</title>
      <dc:creator>Omar Mohamed</dc:creator>
      <pubDate>Mon, 10 Aug 2026 23:04:36 +0000</pubDate>
      <link>https://dev.to/omar_senusi/sshbool-an-open-source-desktop-workspace-for-ssh-sftp-and-remote-servers-4dpg</link>
      <guid>https://dev.to/omar_senusi/sshbool-an-open-source-desktop-workspace-for-ssh-sftp-and-remote-servers-4dpg</guid>
      <description>&lt;p&gt;SSHBool: An Open-Source Desktop Workspace for SSH, SFTP and Remote Servers&lt;/p&gt;

&lt;p&gt;If you work with Linux servers regularly, you probably have your own combination of tools for SSH, terminals, file transfers, and server management.&lt;/p&gt;

&lt;p&gt;For me, it started with PuTTY and FTP.&lt;/p&gt;

&lt;p&gt;Later, I moved to Bitvise, which has been my main tool for a long time. It worked really well, but over time I started looking for a more complete workspace.&lt;/p&gt;

&lt;p&gt;Then I tried Termius.&lt;/p&gt;

&lt;p&gt;One thing I really liked about it was the Workspace concept.&lt;/p&gt;

&lt;p&gt;When working with a team, being able to organize servers and connections in one place makes things much easier.&lt;/p&gt;

&lt;p&gt;But there were still a few things I wanted to have in the same workflow.&lt;/p&gt;

&lt;p&gt;That's where SSHBool started.&lt;/p&gt;

&lt;p&gt;Why SSHBool?&lt;/p&gt;

&lt;p&gt;About two years ago, we had the idea of building an open-source desktop application for managing remote servers.&lt;/p&gt;

&lt;p&gt;We started working on it, but work and lack of time eventually put the project on hold.&lt;/p&gt;

&lt;p&gt;Now we've finally brought the idea back to life.&lt;/p&gt;

&lt;p&gt;Today, I'm sharing the first Beta release of SSHBool.&lt;/p&gt;

&lt;p&gt;What is SSHBool?&lt;/p&gt;

&lt;p&gt;SSHBool is a desktop workspace designed to bring common remote-server workflows into one application.&lt;/p&gt;

&lt;p&gt;It's built with Tauri and currently supports:&lt;/p&gt;

&lt;p&gt;Windows&lt;br&gt;
Linux&lt;br&gt;
macOS&lt;/p&gt;

&lt;p&gt;The macOS version still needs an Apple Developer account for proper signing and distribution.&lt;/p&gt;

&lt;p&gt;Features&lt;br&gt;
SSH&lt;/p&gt;

&lt;p&gt;Connect to your remote servers through SSH and manage multiple connections from one place.&lt;/p&gt;

&lt;p&gt;Terminal&lt;/p&gt;

&lt;p&gt;Open multiple terminal sessions and work with different servers without constantly switching between applications.&lt;/p&gt;

&lt;p&gt;SFTP &amp;amp; File Management&lt;/p&gt;

&lt;p&gt;Manage remote files directly from the application:&lt;/p&gt;

&lt;p&gt;Upload files&lt;br&gt;
Download files&lt;br&gt;
Move files&lt;br&gt;
Delete files&lt;br&gt;
Browse remote directories&lt;br&gt;
Server Management&lt;/p&gt;

&lt;p&gt;Keep your servers and connections organized instead of having them scattered across different tools.&lt;/p&gt;

&lt;p&gt;Server Workspaces&lt;/p&gt;

&lt;p&gt;Organize the tools and connections related to a server inside a dedicated workspace.&lt;/p&gt;

&lt;p&gt;Terminal + File Manager&lt;/p&gt;

&lt;p&gt;Work with your terminal and remote files from the same interface.&lt;/p&gt;

&lt;p&gt;Modern Desktop Experience&lt;/p&gt;

&lt;p&gt;SSHBool is designed as a desktop application with a modern interface while keeping the experience focused on developers and DevOps workflows.&lt;/p&gt;

&lt;p&gt;Offline for now&lt;/p&gt;

&lt;p&gt;The current version of SSHBool is offline.&lt;/p&gt;

&lt;p&gt;Your connections and application data stay on your local machine.&lt;/p&gt;

&lt;p&gt;There is no cloud synchronization or team management yet.&lt;/p&gt;

&lt;p&gt;What's next?&lt;/p&gt;

&lt;p&gt;There are several things planned for future versions:&lt;/p&gt;

&lt;p&gt;Cloud Sync&lt;br&gt;
Server Sharing&lt;br&gt;
Teams &amp;amp; Members&lt;br&gt;
Shared Workspaces&lt;br&gt;
More infrastructure management tools&lt;/p&gt;

&lt;p&gt;The goal is to gradually turn SSHBool into a complete workspace for managing remote infrastructure.&lt;/p&gt;

&lt;p&gt;It's still Beta&lt;/p&gt;

&lt;p&gt;This is the first public Beta release, so there are definitely things that need improvement.&lt;/p&gt;

&lt;p&gt;Some features may still change, and there may be bugs.&lt;/p&gt;

&lt;p&gt;The project will continue to evolve as we use it and receive feedback from the community.&lt;/p&gt;

&lt;p&gt;If you're interested in the project, the source code is available on GitHub:&lt;/p&gt;

&lt;p&gt;GitHub:&lt;br&gt;
&lt;a href="https://github.com/omarsenusi/sshbool" rel="noopener noreferrer"&gt;https://github.com/omarsenusi/sshbool&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Website:&lt;br&gt;
&lt;a href="https://ssh.devbool.com/" rel="noopener noreferrer"&gt;https://ssh.devbool.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd be happy to have developers and DevOps engineers try it out and contribute to the project.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>devops</category>
      <category>ssh</category>
      <category>tauri</category>
    </item>
  </channel>
</rss>
