A simplistic SSH host manager for Windows. Built with Next.js, Electron, and powered by OpenSSH.
A pre-built installer and unpacked versions are available on the releases page. Windows versions are only available at this time, however Linux and macOS support is planned in the future. If you'd like to help out, please feel free to open a PR!
To run Setsuzoku in development mode, clone the repository and follow these steps:
- Make sure that Node.js and Yarn are installed.
- Install dependencies (
yarn install
) - Run the development server (
yarn dev
) - Wait for the Electron app to open and enjoy!
To build Setsuzoku's webapp, simply run yarn build
and output will be placed in the renderer/out
directory. yarn dist
will build the webapp and package it using Electron Builder.