I am excited to share with you a couple of projects that I've been working on at @TabulAI - Open Sync and Open Dashboard.
These both started as side projects as I was looking for a solution that would help me work with minimal friction across my home network computer on my "main" projects. The solutions I've found in the marketplace were inadequate, and did not address some of my own main requirements. So I built my own and decided to open source them.
Open Sync is a desktop SSH discovery, connection management, and port forwarding. GitHub repo:
github.com/tabulai/open-sync
Open Dashboard is local React and Express app for connecting to a remote SSH host, starting JupyterLab or classic Jupyter Notebook there, and opening it locally through an SSH tunnel. The UI also polls remote system memory and optional GPU utilization so the user can see basic host health next to the tunnel controls.. GitHub repo:
github.com/tabulai/open-dash…