npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

sship

v0.5.4

Published

The ultimate SSH companion tool with built-in Synergy (SFTP) file transfer.

Downloads

93

Readme

SSHIP

SSHIP is an interactive SSH workflow app. It helps you manage keys, servers, tunnels, backup/restore, and transfer flows without memorizing long command syntax.

What This App Does

SSHIP gives you one guided interface for day-to-day SSH operations.

  • Create and manage service keys for platforms like GitHub/GitLab/Bitbucket
  • Manage server profiles and connect/test them quickly
  • Discover and run SSH tunnels with saved configs
  • Backup and restore your SSH files safely
  • Launch Synergy transfer for browser-based file movement
  • Run environment checks and diagnostics (init, doctor, logs)

Install

npm (Recommended)

npm install -g sship

Linux/macOS Install Script

curl -fsSL https://raw.githubusercontent.com/Makumiii/sship/main/scripts/bash/install.sh | sh

Development

git clone https://github.com/Makumiii/sship.git
cd sship
bun install
bun run build

Quick Start

Start the interactive CLI:

sship

Use the menu to access Service Keys, Servers, Tunnels, Backup/Restore, Onboard, Doctor, Logs, and Transfer.

Main Features

Interactive CLI First

  • Guided prompts and validations
  • Clear action menus for each workflow
  • Lower cognitive load than raw command memorization

Service Keys

  • Template-based creation for common SSH-enabled services
  • Track and manage only keys created/onboarded in SSHIP
  • Public-key display and key lifecycle actions in one place

Server Connections

  • Save server profiles with host/user/key metadata
  • Test connectivity before use
  • Connect via named server profiles

Tunnel Manager

  • Discover remote listening ports
  • Save/start/stop tunnel definitions
  • Reuse tunnel configs without retyping options

Backup and Restore

  • Backup SSH assets
  • Dry-run restore validation
  • Selective restore support

Transfer (Synergy)

  • Browser-based transfer interface
  • SSH-config based connections (identity file or SSH agent)
  • File operations with real-time feedback

Health and Setup Tools

  • sship init / sship init --fix
  • sship doctor / sship doctor --fix-all
  • sship logs filtering for troubleshooting

Raw CLI (Optional)

If you prefer command mode, inspect all commands and options with:

sship --help

Troubleshooting

Service Key Test Fails but SSH Works

If Test Connection fails in Service Keys but plain ssh works, you likely have multiple keys for the same host.

  • SSHIP validates the alias key strictly (similar to IdentitiesOnly=yes)
  • Plain ssh may fall back to a different agent key and still authenticate

Fix:

  • Add the alias public key (for example ~/.ssh/github.pub) to that service account
  • Or update that alias IdentityFile to the key already authorized on the service

Contributing

Contributions are welcome. Open an issue or PR on the GitHub repository.

License

MIT. See LICENSE.