Skip to content

Releases: MolloiLab/hpc3-launcher

v0.3.0

17 Jun 19:02
fdded19

Choose a tag to compare

0.3.0 (2026-06-17)

Features

  • show GPU VRAM in the GPU Type picker (0543914)

Bug Fixes

  • clear stale known_hosts entry when writing a session's SSH config (bb230f1)

v0.2.1

17 Jun 18:33
a9a5179

Choose a tag to compare

0.2.1 (2026-06-17)

Bug Fixes

  • document no-admin macOS install (drag to ~/Applications) (8a7f48c)

v0.2.0

17 Jun 18:21
b9f119e

Choose a tag to compare

0.2.0 (2026-06-17)

Features

  • account-driven cascade so only valid HPC3 configs are selectable (5dd5201)

Bug Fixes

  • derive CPUs from memory using real per-partition limits (406d045)
  • keep every VSCode session's SSH config block (multi-session) (cdd5afa)

v0.1.1

16 Jun 23:51
18097af

Choose a tag to compare

0.1.1 (2026-06-16)

Bug Fixes

  • pin setuptools<71 in CI builds so the frozen Linux app launches (f52cecd)

HPC3 Launcher v0.1.0

16 Jun 03:46

Choose a tag to compare

First release of HPC3 Launcher (formerly UCI-ClusterManager).

Highlights

  • Background SSH — the UI never freezes; live status + streaming logs on every operation.
  • Sign in once with UCInetID + Duo (ed25519 key installed for password-less logins).
  • Multiple concurrent VSCode remote sessions, each with its own SSH host entry.
  • Free-resources by default; only valid account↔GPU combinations are selectable.
  • Job management, live node status, and SU balance.

Install — macOS

The macOS app is ad-hoc signed (not yet notarized), so first launch needs one step:

  1. Open the .dmg, drag HPC3-Launcher to Applications.
  2. In Terminal, run:
    xattr -dr com.apple.quarantine "/Applications/HPC3-Launcher.app"
    
  3. Open it from Applications.

(Or double-click → System Settings → Privacy & Security → Open Anyway.)

Windows .zip and Linux .deb are attached once CI finishes building them.