
SSHFS Manager
SSHFS, No Terminal Required
What it does
SSHFS Manager is a macOS app designed for simplicity. It features an easy-to-use GUI that directly loads servers from your SSH config file, eliminating the need for command-line setups. Manage and mount remote file systems with just a few clicks.
Does a similar job
all alternatives →- SGServerBuddy – GUI SSH client for managing Linux servers from macOS2025 · serverbuddy.app · ▲42
Hi HN, I've built an app for macOS that allows performing common SSH operations on Linux servers using a native GUI. The problem: Managing multiple Linux servers usually means juggling terminal windows and copy-pasting snippets/scripts. After dealing with tens of production/staging VPSes at previous jobs, I realized there had to be a better way for common operations I did on a daily basis than my collection of bash snippets. Features: - Quickly switch between different servers. Tag servers with arbitrary key values for easy search. - Real-time dashboard with CPU/memory graphs,…

macOS menu-bar manager for SSH port forwardsJul 2026 · github.com · ▲45is a tiny native macOS menu-bar app for local SSH port forwards. It has no external dependencies and runs natively.


- IBI built a simple, open-source tool to manage servers and SSH keys2024 · github.com · ▲133
More dev tools this month
the category →



OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 4d ago · opentrailpaper.com

Lettertrace▲375Track your AI visibility for free (using your own API keys!)
Dev tools · 27d ago · lettertrace.com
Source: Product Hunt launch ↗
Launched alongside, August 2023
the whole month →



Lottielab▲871Create and ship lottie animations to sites and apps faster
Dev tools · 2023 · lottielab.com
- LC
Outlines is a Python library that focuses on text generation with large language models. Brandon and I are not LLM experts and started the project a few months ago because we wanted to understand better how the generation process works. Our original background is probabilistic, relational and symbolic programming. Recently we came up with a fast way to generate text that matches a regex (https://blog.normalcomputing.ai/posts/2023-07-27-regex-guide...). The basic idea is simple: regular expressions have an equivalent Deterministic-Finite Automaton (DFA) representation. We…
AI · 2023 · github.com