github.com/Gu1llaum-3/sshm
v1.11.0
Gu1llaum-3/sshm
What this package is like to depend on
Last release 5 months ago
25 Feb 2026
Release timing varies
gaps range from 8 days to 3 months
Nearly every release is documented
notes for 5 of 5 stable releases
Nothing withdrawn
no release was ever pulled
11 months old
17 releases · first in 2025
17 releases in the last 12 months
see the full history below
Release timeline
17 releases · Sep 2025 to Feb 2026Releases
latest 17-
v1.11.025 Feb 2026Release notes
Open source →SSHM 1.11.0
Thank you for downloading SSHM!
Changelog
Features
- f189cb3: feat: add --no-update-check flag and disable update check via config (issue #23) (@Gu1llaum-3)
- 9c63920: feat: add hidden tag to hide hosts from TUI and search (@Gu1llaum-3)
- 7d9b794: feat: add info command for JSON host details (@boxpositron)
Bug fixes
- 838941e: fix: allow env vars and SSH tokens in IdentityFile validation (issue #33) (@Gu1llaum-3)
- 2a1f6d5: fix: replace sshm process with ssh via syscall.Exec (issue #41) (@Gu1llaum-3)
Others
- 473b1b6: Merge pull request #40 from boxpositron/feat/info-command (@Gu1llaum-3)
- 891fb2a: Merge pull request #44 from fgbm/main (@Gu1llaum-3)
- 5d0c0ff: refactor: update NewPingManager to accept a config file parameter ( <>)
Installation
Homebrew (macOS/Linux)
brew tap Gu1llaum-3/sshm brew install sshm
Installation Script (Recommended)
Unix/Linux/macOS:
curl -sSL https://github.com/Gu1llaum-3/sshm/raw/main/install/unix.sh | bashWindows (PowerShell):
iwr -useb https://github.com/Gu1llaum-3/sshm/raw/main/install/windows.ps1 | iex
Manual Installation
Download the appropriate binary for your platform from the assets above, extract it, and place it in your PATH.
Full Changelog
See all changes at v1.10.0...v1.11.0
📖 Documentation: See the updated README
🐛 Issues: Found a bug? Open an issue
Released with ❤️ by GoReleaser
-
v1.10.004 Jan 2026Release notes
Open source →SSHM 1.10.0
Thank you for downloading SSHM!
Changelog
Features
- ce9d678: feat: ProxyCommand support (#26) (@SimonGaufreteau)
- 435597f: feat: add remote command execution support (#36) (@boxpositron)
- 2f9587c: feat: add shell completion for host names (#37) (@boxpositron)
- 49f01b7: feat: focus on search input at startup (#27) (@ldreux)
Bug fixes
- 66cb80f: fix(edit): correct Advanced tab field indices mapping (@Gu1llaum-3)
- def2b4f: fix: correct field mapping in forms and prevent double -o prefix in SSH options (@Gu1llaum-3)
- 87f8fb9: fix: problems with quotes from Host names and support SSH tokens (issue #32) (@Gu1llaum-3)
- 8f780e2: fix: use line numbers to prevent deleting all duplicate SSH hosts when removing one (@Gu1llaum-3)
Others
- 58a9e6f: Merge pull request #39 from Gu1llaum-3/dev (@Gu1llaum-3)
- e4570e6: fix(add-form): align add/edit form behavior (#28) (@0xfraso)
Installation
Homebrew (macOS/Linux)
brew tap Gu1llaum-3/sshm brew install sshm
Installation Script (Recommended)
Unix/Linux/macOS:
curl -sSL https://github.com/Gu1llaum-3/sshm/raw/main/install/unix.sh | bashWindows (PowerShell):
iwr -useb https://github.com/Gu1llaum-3/sshm/raw/main/install/windows.ps1 | iex
Manual Installation
Download the appropriate binary for your platform from the assets above, extract it, and place it in your PATH.
Full Changelog
See all changes at v1.9.0...v1.10.0
📖 Documentation: See the updated README
🐛 Issues: Found a bug? Open an issue
Released with ❤️ by GoReleaser
-
v1.10.0-dev04 Jan 2026 pre-release -
v1.10.0-beta15 Oct 2025 pre-releaseRelease notes
Open source →Track SSH connections (configured + manual) with searchable history view.
Press Ctrl+H to view history, Ctrl+L to return. Add manual connections
to config with 'a'.- Parse and store manual SSH connections
- History TUI with search and filtering
- Connection count and timestamps
-
v1.9.013 Oct 2025Release notes
Open source →SSHM 1.9.0
Thank you for downloading SSHM!
Changelog
Features
- 825c534: feat(ui): add tabbed forms with height validation (@Gu1llaum-3)
- 42e87b6: feat: add ARM v6/v7 support and version selection to install script (@Gu1llaum-3)
- 8d5f59f: feat: add multi-host block support for SSH config management (@Gu1llaum-3)
- c1457af: feat: add support for SSH RemoteCommand and RequestTTY in host configuration and TUI forms (@Gu1llaum-3)
- 6ba82b1: feat: filter non-SSH files from config parsing (@Gu1llaum-3)
- 12d9727: feat: reorganize release notes (@Gu1llaum-3)
Bug fixes
- d686d97: fix: SSH identity file paths with spaces and edit form navigation (@Gu1llaum-3)
Installation
Homebrew (macOS/Linux)
brew tap Gu1llaum-3/sshm brew install sshm
Installation Script (Recommended)
Unix/Linux/macOS:
curl -sSL https://github.com/Gu1llaum-3/sshm/raw/main/install/unix.sh | bashWindows (PowerShell):
iwr -useb https://github.com/Gu1llaum-3/sshm/raw/main/install/windows.ps1 | iex
Manual Installation
Download the appropriate binary for your platform from the assets above, extract it, and place it in your PATH.
Full Changelog
See all changes at 1.8.0...v1.9.0
📖 Documentation: See the updated README
🐛 Issues: Found a bug? Open an issue
Released with ❤️ by GoReleaser
-
v1.9.0-beta212 Oct 2025 pre-releaseRelease notes
Open source →SSHM 1.9.0-beta2
Thank you for downloading SSHM!
Changelog
Features
- 93c9115: feat(ui): add tabbed forms with height validation (@Gu1llaum-3)
- 42e87b6: feat: add ARM v6/v7 support and version selection to install script (@Gu1llaum-3)
- 8d5f59f: feat: add multi-host block support for SSH config management (@Gu1llaum-3)
- c1457af: feat: add support for SSH RemoteCommand and RequestTTY in host configuration and TUI forms (@Gu1llaum-3)
- 6ba82b1: feat: filter non-SSH files from config parsing (@Gu1llaum-3)
- 12d9727: feat: reorganize release notes (@Gu1llaum-3)
Bug fixes
- d686d97: fix: SSH identity file paths with spaces and edit form navigation (@Gu1llaum-3)
Installation
Homebrew (macOS/Linux)
brew tap Gu1llaum-3/sshm brew install sshm
Installation Script (Recommended)
Unix/Linux/macOS:
curl -sSL https://github.com/Gu1llaum-3/sshm/raw/main/install/unix.sh | bashWindows (PowerShell):
iwr -useb https://github.com/Gu1llaum-3/sshm/raw/main/install/windows.ps1 | iex
Manual Installation
Download the appropriate binary for your platform from the assets above, extract it, and place it in your PATH.
Full Changelog
See all changes at 1.8.0...v1.9.0-beta2
📖 Documentation: See the updated README
🐛 Issues: Found a bug? Open an issue
Released with ❤️ by GoReleaser
Release notes
Open source →sshm 1.9.0-beta2 Pre-release
Pre-release
Compare
Choose a tag to compare
-
v1.9.0-beta10 Oct 2025 pre-releaseRelease notes
Open source →SSHM 1.9.0-beta
Thank you for downloading SSHM!
Changelog
Features
- 42e87b6: feat: add ARM v6/v7 support and version selection to install script (@Gu1llaum-3)
- 8d5f59f: feat: add multi-host block support for SSH config management (@Gu1llaum-3)
- 6ba82b1: feat: filter non-SSH files from config parsing (@Gu1llaum-3)
- 2e84ac0: feat: reorganize release notes (@Gu1llaum-3)
Bug fixes
- d686d97: fix: SSH identity file paths with spaces and edit form navigation (@Gu1llaum-3)
Installation
Homebrew (macOS/Linux)
brew tap Gu1llaum-3/sshm brew install sshm
Installation Script (Recommended)
Unix/Linux/macOS:
curl -sSL https://github.com/Gu1llaum-3/sshm/raw/main/install/unix.sh | bashWindows (PowerShell):
iwr -useb https://github.com/Gu1llaum-3/sshm/raw/main/install/windows.ps1 | iex
Manual Installation
Download the appropriate binary for your platform from the assets above, extract it, and place it in your PATH.
Full Changelog
See all changes at 1.8.0...v1.9.0-beta
Released with ❤️ by GoReleaser
-
v1.7.1-0.20251010204306-12d97270f0a010 Oct 2025 pre-releaseNothing published for this version
-
v1.7.1-0.20251004150221-049998c2355104 Oct 2025 pre-releaseNothing published for this version
-
v1.7.1-0.20250917132417-3d746ec49ae017 Sep 2025 pre-releaseNothing published for this version
-
v1.7.017 Sep 2025Release notes
Open source →🚀 SSHM 1.7.0 – Homebrew Integration & Streamlined Installation
The 1.7.0 release introduces Homebrew integration for seamless installation and automated release pipeline improvements, making SSHM more accessible and easier to maintain.
🍺 Major Feature: Homebrew Integration
- ⚡ Simple Homebrew Installation – Install SSHM instantly with
brew install sshmcommand - 🔄 Automatic Updates – Keep SSHM up-to-date with
brew upgrade sshmfor effortless maintenance - 🌍 Cross-Platform Package Management – Native macOS integration with Homebrew ecosystem
- 📦 Automated Releases – GoReleaser integration ensures consistent, reliable package distribution
🛠️ Enhanced Installation Options
- 🍺 Homebrew (Recommended for macOS)
brew install Gu1llaum-3/sshm/sshm
🚀 Installation Methods
# Homebrew (Recommended for macOS) brew install Gu1llaum-3/sshm/sshm # Direct download (All platforms) curl -sSL https://raw.githubusercontent.com/Gu1llaum-3/sshm/main/install/unix.sh | bash # Windows PowerShell iex (irm https://raw.githubusercontent.com/Gu1llaum-3/sshm/main/install/windows.ps1)
This release focuses on accessibility and maintainability, making SSHM easier to install, update, and distribute across all platforms while maintaining the powerful SSH management features you rely on.
📦 Installation: Use
brew install Gu1llaum-3/sshm/sshmor download binaries from the assets below📖 Documentation: See the updated README
🐛 Issues: Found a bug? Open an issue
- ⚡ Simple Homebrew Installation – Install SSHM instantly with
-
v1.7.0-beta17 Sep 2025 pre-releaseRelease notes
Open source →SSHM 1.7.0-beta
Thank you for downloading SSHM!
Installation
Homebrew (macOS/Linux):
brew tap Gu1llaum-3/sshm brew install sshm
Manual Installation:
Download the appropriate binary for your platform from the assets below.Changelog
Features
- 0975ae2: git commit -m "feat: add GoReleaser for automated releases and Homebrew integration (@Gu1llaum-3)
Bug fixes
- 4efec57: fix: make ValidateIdentityFile test robust for CI environments (@Gu1llaum-3)
Full Changelog
See all changes at v1.6.0...v1.7.0-beta
Released with ❤️ by GoReleaser
-
v1.6.013 Sep 2025 -
v1.6.0-dev10 Sep 2025 pre-releaseRelease notes
Open source →v1.6.0-dev (Pre-release) Pre-release
Pre-release
Compare
Choose a tag to compare
-
v0.0.0-20250908143725-9bb5d18f8e4d08 Sep 2025 pre-releaseNothing published for this version
-
v0.0.0-20250907063723-44ffa0c31da507 Sep 2025 pre-releaseNothing published for this version
-
v0.0.0-20250906214830-edf61049fc8b06 Sep 2025 pre-releaseNothing published for this version