Skip to content

Releases: wicksense/ssh-lite-client

v0.3.2

20 Mar 11:39

Choose a tag to compare

Highlights

  • Transfer progress UI added for:
    • single-file downloads
    • multi-file/batch downloads
    • uploads
  • Progress panel now shows:
    • percent + progress bar
    • current file details
    • per-file bytes
    • overall batch bytes and position

Assets in this release

  • Windows: Setup .exe
  • Linux: .AppImage + .deb
  • macOS (unsigned): .dmg + .zip

Linux VM/AppImage note

If you hit a sandbox error (chrome-sandbox / SUID helper), launch with:

./SSH.Lite.Client-0.3.2-x86_64.AppImage --no-sandbox

macOS unsigned install note

If macOS blocks launch with a "damaged" warning, use the zip build and run:

xattr -dr com.apple.quarantine "/Applications/SSH Lite Client.app"

v0.3.1

02 Mar 14:45

Choose a tag to compare

Highlights

  • Hotfix: prevent crashes when opening very large or binary remote files in editor
    • size guard before open
    • streaming cap enforcement
    • binary-content detection with clear message
  • New explorer actions:
    • Rename (single item)
    • Delete (single/multi with confirmation)
  • Keeps multi-file download and secure-credential flow from prior updates

Assets in this release

  • Windows: Setup .exe
  • Linux: .AppImage + .deb
  • macOS (unsigned): .dmg + .zip

macOS unsigned install note

If macOS blocks launch with a "damaged" warning, use the zip build and run:

xattr -dr com.apple.quarantine "/Applications/SSH Lite Client.app"

Then right-click app → Open (first launch).

v0.3.0

26 Feb 02:41

Choose a tag to compare

Highlights

  • Secure profile credential storage (OS keychain via keytar, optional)
  • File transfer actions: Upload + Download
  • Explorer polish: symlinked Linux dirs classify correctly; selected-file highlight
  • Multi-platform packaging pipeline added

Assets in this release

  • Linux: AppImage + deb
  • macOS (unsigned): dmg + zip

macOS unsigned install note

If macOS blocks launch with a "damaged" warning, use the zip build and run:

xattr -dr com.apple.quarantine "/Applications/SSH Lite Client.app"

Then right-click app → Open (first launch).

SSH Lite Client v0.2.0

20 Feb 16:45

Choose a tag to compare

SSH Lite Client v0.2.0

This minor release focuses on major terminal and UX upgrades.

Highlights:

  • xterm.js-based interactive terminal (direct typing in terminal pane)
  • Terminal resize awareness (shell window resize wired through SSH)
  • Better terminal lifecycle UX (auto-start on Terminal tab, clearer shell status)
  • Terminal copy/paste improvements:
    • keyboard shortcuts
    • right-click context menu (Copy/Paste)
  • In-app modals for unsaved changes and host key trust (replacing native confirm dialogs)
  • Editor safety improvements:
    • dirty-state indicator
    • unsaved-change guardrails
    • save shortcut (Ctrl/Cmd+S)
  • Multiple UI/UX refinements across connection pane and file explorer

Asset:

  • SSH Lite Client-0.2.0-Setup-x64.exe

SSH Lite Client v0.1.0

17 Feb 02:08
264088e

Choose a tag to compare

Initial public release of SSH Lite Client.

Includes:

  • SSH/SFTP file browse + open/edit/save
  • Profiles + host key trust flow
  • Built-in terminal pane
  • Dark mode (default) + settings toggle
  • UI/UX improvements and README refresh