• v1.4.0 875dd1a28f

    feat: complete Tools suite — 7 tool UIs in popup windows
    Some checks failed
    Build & Sign Wraith / Build Windows + Sign (push) Failing after 6s

    Ghost released this 2026-03-25 04:07:15 +00:00 | 85 commits to main since this release

    All 7 tool windows with full UIs:

    • Network Scanner: subnet scan, ARP+DNS discovery, results table with
      Quick Scan per host, SSH/RDP connect buttons, CSV export
    • Port Scanner: custom range or quick scan (24 common ports), open/closed
      results table with service names
    • Ping: remote ping with count, raw output display
    • Traceroute: remote traceroute, raw output display
    • Wake on LAN: MAC address input, broadcasts via python3 on remote host
    • SSH Key Generator: ed25519/RSA, copy public/private key, fingerprint
    • Password Generator: configurable length/charset, copy button, history

    Architecture:

    • App.vue detects tool mode via URL hash (#/tool/name?sessionId=...)
    • ToolWindow.vue routes to correct tool component
    • Tools menu in toolbar opens Tauri popup windows (WebviewWindow)
    • Capabilities grant tool-* windows the same permissions as main
    • SFTP context menu: right-click Edit/Download/Rename/Delete

    Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com

    Downloads