Skip to content

A clean SSH connection manager for Windows (for now).

Notifications You must be signed in to change notification settings

hydrabank/setsuzoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setsuzoku setsuzoku logo

A simplistic SSH host manager for Windows. Built with Next.js, Electron, and powered by OpenSSH.

Installation

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!

Development

To run Setsuzoku in development mode, clone the repository and follow these steps:

  1. Make sure that Node.js and Yarn are installed.
  2. Install dependencies (yarn install)
  3. Run the development server (yarn dev)
  4. Wait for the Electron app to open and enjoy!

Building Setsuzoku

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.