Skip to content

PuttyAlt v1.0.0 — GUI Redesign, Multiplexer & 100+ Modules

Choose a tag to compare

@chillymasterio chillymasterio released this 19 May 19:57
· 1542 commits to main since this release

PuttyAlt v1.0.0 — Major Release

The first stable release with a completely redesigned GUI and 100+ feature modules.

Highlights

  • Warm Blue GUI — Minimalist dark theme with sidebar, zoom, DPI-aware
  • Terminal Multiplexer — Split panes with focus cycling and equalize
  • Script Manager — Run Shell/Python/Lua/Expect scripts on session events
  • Connection Profiler — Real-time latency, jitter analysis, CSV export
  • Session Monitor — Alert rules with cooldowns and exec actions
  • SSH Agent Manager — Key lifecycle, auto-add, lifetime control
  • Clipboard Manager v2 — Ring buffer, search, deduplication, pinned entries
  • Log Engine v3 — Multi-format output: raw, text, HTML, CSV, JSON
  • Session Groups — Color-coded collapsible folders
  • SSH Config Parser — Full ~/.ssh/config read/write support
  • Code Signing — SmartScreen trust, Zone.Identifier removal
  • 12 bug fixes across tabs, macros, IPC, credstore, serial, and more

Downloads

  • puttyalt.exe — Windows x64 portable (no install needed)
  • Build from source: git clone && mkdir build && cd build && cmake .. && make

Stats

  • 100+ C modules (96 .c + 100 .h files)
  • 240+ commits
  • 15,000+ lines of C code
  • Cross-platform: Windows / Linux / macOS