Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.1 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.1 KB

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.