Skip to content

HPC3 Launcher v0.1.0

Choose a tag to compare

@Dale-Black Dale-Black released this 16 Jun 03:46
· 17 commits to main since this release

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.