Netcatty v1.1.76

Netcatty is an open source SSH client and remote server management application designed for developers, DevOps engineers, and system administrators. Rather than being a simple terminal emulator, it combines SSH, SFTP, port forwarding, terminal management, and workspace organization into a single desktop application. Available for Windows, macOS, and Linux, Netcatty aims to streamline remote server administration with a modern interface and powerful productivity features.

Managing multiple remote servers often means juggling several terminal windows, file transfer tools, and SSH configurations. Netcatty brings these tasks together into one application with organized workspaces, split terminals, and integrated file management.

Unlike traditional SSH clients that focus solely on terminal access, Netcatty provides a complete remote administration environment with support for SSH, Telnet, Mosh, serial connections, SFTP, jump hosts, proxy servers, and port forwarding.

Key Features of Netcatty

Modern SSH Workspace

Netcatty organizes servers into a built-in Vault, allowing users to manage large numbers of hosts using grid, list, or tree views with fast search capabilities. This makes navigating complex infrastructures much easier than maintaining separate configuration files.

Split Terminal Support

Multiple terminal sessions can be displayed simultaneously using horizontal and vertical split layouts. This is especially useful when monitoring several servers or comparing outputs side by side.

Built-In SFTP Client

The integrated SFTP browser supports drag-and-drop file transfers, remote file editing, and directory management without requiring a separate application.

Multiple Connection Protocols

In addition to SSH, Netcatty supports Telnet, Mosh, and serial connections. It also includes support for jump hosts, proxy servers, and legacy SSH algorithms for compatibility with older systems.

Port Forwarding

The application supports local, remote, and dynamic port forwarding with reusable configurations and automatic startup, making it suitable for development, database access, and secure tunneling.

Secure Authentication

Netcatty supports password authentication, SSH keys, certificates, and SSH agent forwarding, providing flexibility for both personal and enterprise environments.

Cloud Configuration Sync

Users can synchronize their configuration across multiple devices using supported cloud storage providers such as GitHub, Google Drive, OneDrive, or Amazon S3.

AI Assistant

Recent versions include an integrated AI assistant that helps automate terminal workflows and assists with remote administration tasks directly within the application.

Download Netcatty v1.1.76 - Software Mirrors

Netcatty v1.1.76 for Windows

Netcatty-1.1.76-portable-win-x64.exe | 130.81 MB

Netcatty-1.1.76-win-x64.exe | 131.04 MB

Netcatty-1.1.76-win-x64.zip | 180.45 MB

Netcatty v1.1.76 for macOS

Netcatty-1.1.76-mac-arm64.dmg | 150.22 MB

Netcatty-1.1.76-mac-arm64.zip | 150.32 MB

Netcatty-1.1.76-mac-x64.dmg | 155.38 MB

Netcatty-1.1.76-mac-x64.zip | 155.52 MB

Netcatty v1.1.76 for Linux

Netcatty-1.1.76-linux-aarch64.pacman | 105.08 MB

Netcatty-1.1.76-linux-aarch64.rpm | 153.78 MB

Netcatty-1.1.76-linux-amd64.deb | 156.77 MB

Netcatty-1.1.76-linux-arm64.AppImage | 157.23 MB

Netcatty-1.1.76-linux-arm64.deb | 153.84 MB

Netcatty-1.1.76-linux-x64.pacman | 111.83 MB

Netcatty-1.1.76-linux-x86_64.AppImage | 159.29 MB

Netcatty-1.1.76-linux-x86_64.rpm | 156.74 MB

Netcatty v1.1.76 Release Notes:

✨ Release Highlights

Netcatty v1.1.76 is a transfer- and ops-heavy release: SFTP bulk paths are fail-closed and concurrent end-to-end, the System panel gains GPU/NPU monitoring, vault credentials stop poisoning local/cloud state after decrypt failures, and terminal workspaces pick up disconnect/reconnect plus better long-session AI navigation.

🚀 SFTP throughput and reliability

  • Bulk downloads no longer fall back to a slow serial stream path; concurrent pipelined transfers stay on the fast path (including sudo fan-out on a shared channel).
  • Parallel directory discovery, folder pre-scan, and skip-unchanged make large folder uploads/downloads start sooner and transfer less redundant data.
  • Folder drops update the scan UI immediately and avoid an expensive full-tree pre-scan before progress appears.
  • Append-only / growing-file downloads, cancelable OPEN gates, write OPEN serialization, and safer conflict/resume handling harden real-world transfer edge cases.

🖥️ System panel: GPU / NPU

  • The System side panel now shows GPU and NPU utilization so you can watch accelerator load alongside CPU, memory, and disk while connected.

🔐 Credentials safety

  • If vault decryption fails, Netcatty no longer re-encrypts and overwrites good ciphertext—protecting both local storage and cloud sync from poison writes.

⌨️ Terminal sessions and workspaces

  • Workspace split status bars gain disconnect / reconnect controls for the focused pane.
  • Hibernate wake keeps the newest scrollback; host info bar shows the server name; clipboard image paste (remote, opt-in) and better mouse/keyboard passthrough for Kitty and mouse-tracking apps.
  • Split-workspace tabs prefer a stable host name; session tabs and the quick switcher can open Edit Host.

🔌 Plugins, AI, and settings

  • Plugin sync providers with encrypted sidecar sync; schema upgrades backfill bindings without wiping secrets/backups.
  • Long AI chats get an in-chat jump list; Grok Build lands as a managed agent (ACP / streaming); Catty gains context controls and a clearer compact flow.
  • OpenCode turns no longer die solely because a terminal tool failed; one-click clear-all for session logs.

🪟 Platform polish

  • Windows: frameless window rounded corners and tray transparency restored; broken arm64 installers no longer ship from x64 CI; Explorer “Open in Netcatty” menu install/toggle is more robust.
  • macOS: Local Network TCC / first-hop handling hardened for LAN SSH.

✨ Smaller polish

  • SFTP CJK IME-safe filter input, external-edit temps surviving tab switches, snippets bulk delete, split terminal side panels, AI composer resize, sync theme rehydrate / groupConfig guards, and assorted SSH bastion rate-limit and automation reconnect fixes.

Download based on your OS:

  • Windows: Setup x64
  • macOS: DMG Apple Silicon DMG Intel X64
  • Linux: AppImage x64 DebPackage x64 RpmPackage x64 ArchPackage x64
    AppImage arm64 DebPackage arm64 RpmPackage arm64 ArchPackage arm64

Code signing policy

Netcatty is applying to the SignPath Foundation open-source program. Once approved, covered Windows release artifacts will use Free code signing provided by SignPath.io, certificate by SignPath Foundation. See the Code signing policy and Privacy policy.

What's Changed

  • fix(sftp): restore SSH session reuse for side-panel browse by @myderr in https://github.com/binaricat/Netcatty/pull/2652
  • fix: harden CI and Cursor automation by @binaricat in https://github.com/binaricat/Netcatty/pull/2654
  • feat(tabs): show host name on split-workspace tabs instead of "Workspace" by @chenqin231 in https://github.com/binaricat/Netcatty/pull/2658
  • feat(terminal): add setting to show context menu over fullscreen apps (tmux/vim) by @chenqin231 in https://github.com/binaricat/Netcatty/pull/2657
  • feat(ai): add Catty context controls by @binaricat in https://github.com/binaricat/Netcatty/pull/2667
  • feat(ai): Grok Build managed agent by @hang666 in https://github.com/binaricat/Netcatty/pull/2666
  • fix(ssh): trigger macOS Local Network prompt from main process by @netcatty-bot in https://github.com/binaricat/Netcatty/pull/2664
  • fix(sftp): keep conflict dialog actions on one row by @binaricat in https://github.com/binaricat/Netcatty/pull/2669
  • fix(snippets): paste into Monaco find widget, not script body by @binaricat in https://github.com/binaricat/Netcatty/pull/2668
  • chore: update star history charts by @github-actions[bot] in https://github.com/binaricat/Netcatty/pull/2672
  • fix(sftp): allow downloading append-only growing files by @binaricat in https://github.com/binaricat/Netcatty/pull/2670
  • fix(sftp): stop skipped conflicts from reopening after restart by @binaricat in https://github.com/binaricat/Netcatty/pull/2675
  • fix(sftp): show sudo hosts under Connected in host picker by @binaricat in https://github.com/binaricat/Netcatty/pull/2674
  • fix(windows): Explorer Open-in-Netcatty toggle and launch fix by @binaricat in https://github.com/binaricat/Netcatty/pull/2671
  • feat: add nested split terminal side panels by @binaricat in https://github.com/binaricat/Netcatty/pull/2686
  • feat(SnippetsManager): add bulk delete for scripts by @yintian710 in https://github.com/binaricat/Netcatty/pull/2690
  • fix(settings): stop terminal font size oscillating across windows by @netcatty-bot in https://github.com/binaricat/Netcatty/pull/2691
  • fix(terminal): keep cursor-row background behind keyword highlights by @binaricat in https://github.com/binaricat/Netcatty/pull/2694
  • Fix macOS Bitwarden SSH agent forwarding by @binaricat in https://github.com/binaricat/Netcatty/pull/2695
  • fix: prevent keyword highlights flashing on Enter by @binaricat in https://github.com/binaricat/Netcatty/pull/2693
  • fix(lint): remove unused eslint-disable in monaco paste test by @binaricat in https://github.com/binaricat/Netcatty/pull/2700
  • fix(ssh): keep connect automation on fresh connections by @binaricat in https://github.com/binaricat/Netcatty/pull/2703
  • fix(ci): harden Cursor automation handoffs by @binaricat in https://github.com/binaricat/Netcatty/pull/2711
  • fix(ssh): Copy Tab reuse survives bastion channelOpen rate limits (#2704) by @binaricat in https://github.com/binaricat/Netcatty/pull/2717
  • [Bug] Fix host connect script queue selection (#2705) by @binaricat in https://github.com/binaricat/Netcatty/pull/2716
  • fix(terminal): keep broadcast through command colons by @binaricat in https://github.com/binaricat/Netcatty/pull/2715
  • feat(terminal): auto-upload clipboard images on paste (remote sessions, opt-in setting) by @yh4922 in https://github.com/binaricat/Netcatty/pull/2676
  • fix(terminal): deliver right-click mouseup to mouse-tracking apps by @netcatty-bot in https://github.com/binaricat/Netcatty/pull/2722
  • fix: allow deleting global command history entries by @binaricat in https://github.com/binaricat/Netcatty/pull/2706
  • fix(ai): stop OpenCode turns dying on terminal tool failures by @binaricat in https://github.com/binaricat/Netcatty/pull/2724
  • fix(sftp): truncate long names in clipboard upload dialog by @netcatty-bot in https://github.com/binaricat/Netcatty/pull/2735
  • feat(tabs): add edit host to session tab and quick switcher menus by @netcatty-bot in https://github.com/binaricat/Netcatty/pull/2729
  • fix(sftp): keep external-edit temps across terminal tab switches by @netcatty-bot in https://github.com/binaricat/Netcatty/pull/2730
  • fix(terminal): show server name in host info bar by @netcatty-bot in https://github.com/binaricat/Netcatty/pull/2732
  • fix(appearance): stop custom accent jitter during color picker drag by @netcatty-bot in https://github.com/binaricat/Netcatty/pull/2744
  • feat(plugins): add sync providers and encrypted sidecar sync by @binaricat in https://github.com/binaricat/Netcatty/pull/2713
  • fix(vault): allow CSV import of same-endpoint hosts in different groups by @netcatty-bot in https://github.com/binaricat/Netcatty/pull/2739
  • fix(ci): stop green Codex fixes failing baseline name matching by @binaricat in https://github.com/binaricat/Netcatty/pull/2747
  • feat(ai): add in-chat jump list for long sessions by @netcatty-bot in https://github.com/binaricat/Netcatty/pull/2733
  • fix(sftp): pipelined sudo download READ fanout on shared channel by @netcatty-bot in https://github.com/binaricat/Netcatty/pull/2720
  • fix(terminal): forward Cmd+C to Kitty when there is no xterm selection (#2728) by @binaricat in https://github.com/binaricat/Netcatty/pull/2749
  • fix(plugins): address residual Codex sync secret and backup gaps by @binaricat in https://github.com/binaricat/Netcatty/pull/2748
  • fix(ci): stop reopen from replaying issue triage by @binaricat in https://github.com/binaricat/Netcatty/pull/2751
  • fix(ci): let maintainer @bot reclassify auto-closed issues by @binaricat in https://github.com/binaricat/Netcatty/pull/2753
  • fix(ci): dedupe same-head @codex review requests by @binaricat in https://github.com/binaricat/Netcatty/pull/2754
  • fix(plugins): backfill sync provider bindings after schema upgrade by @binaricat in https://github.com/binaricat/Netcatty/pull/2752
  • fix(sftp): keep filter input IME-safe during CJK composition by @netcatty-bot in https://github.com/binaricat/Netcatty/pull/2746
  • fix(ai): improve approval command readability and cancel idle timeout on review by @netcatty-bot in https://github.com/binaricat/Netcatty/pull/2734
  • feat(settings): one-click clear all session logs by @ice616 in https://github.com/binaricat/Netcatty/pull/2738
  • fix(sftp): serialize write OPENs and harden late/supersede cleanup by @binaricat in https://github.com/binaricat/Netcatty/pull/2750
  • fix(windows): stop shipping broken arm64 installers from x64 CI by @binaricat in https://github.com/binaricat/Netcatty/pull/2763
  • fix(sftp): remove serial createReadStream bulk download path by @binaricat in https://github.com/binaricat/Netcatty/pull/2761
  • fix(sync): rehydrate follow-app theme and guard groupConfig wipes by @binaricat in https://github.com/binaricat/Netcatty/pull/2764
  • feat(system): add GPU/NPU utilization monitoring to System panel (#2561) by @binaricat in https://github.com/binaricat/Netcatty/pull/2768
  • fix(windows): restore frameless rounded corners and tray corner transparency (#2505) by @binaricat in https://github.com/binaricat/Netcatty/pull/2767
  • fix(credentials): prevent double-encrypt poison after decrypt failure (#2702) by @binaricat in https://github.com/binaricat/Netcatty/pull/2770
  • fix(terminal): forward Ctrl+V for local clipboard image paste by @netcatty-bot in https://github.com/binaricat/Netcatty/pull/2760
  • fix(terminal): keep newest scrollback after hibernate wake by @binaricat in https://github.com/binaricat/Netcatty/pull/2765
  • fix(ssh): harden macOS Local Network TCC trigger (#2673) by @binaricat in https://github.com/binaricat/Netcatty/pull/2766
  • fix(ssh): forward resolved Local Network first hop on direct starts by @binaricat in https://github.com/binaricat/Netcatty/pull/2775
  • feat(terminal): add disconnect/reconnect on workspace split status bar (#2769) by @binaricat in https://github.com/binaricat/Netcatty/pull/2771
  • fix(sftp): make fastPut pending OPEN gate wait cancelable by @binaricat in https://github.com/binaricat/Netcatty/pull/2759
  • fix(sftp): parallel directory discovery, folder pre-scan, and skip-unchanged (#2712 / #2556) by @binaricat in https://github.com/binaricat/Netcatty/pull/2772
  • fix: remove lint warnings by @binaricat in https://github.com/binaricat/Netcatty/pull/2779
  • fix: optimize growing-download verification by @binaricat in https://github.com/binaricat/Netcatty/pull/2780
  • fix(sftp): instant folder-drop scan UI and drop full-tree pre-scan by @binaricat in https://github.com/binaricat/Netcatty/pull/2782

New Contributors

  • @hang666 made their first contribution in https://github.com/binaricat/Netcatty/pull/2666
  • @github-actions[bot] made their first contribution in https://github.com/binaricat/Netcatty/pull/2672
  • @yh4922 made their first contribution in https://github.com/binaricat/Netcatty/pull/2676
Full Changelog: https://github.com/binaricat/Netcatty/compare/v1.1.75...v1.1.76

Performance and User Experience

Netcatty delivers a polished desktop experience with a clean interface and responsive terminal performance. Workspace restoration allows users to resume previous sessions after restarting the application, reducing setup time for daily work.

Although the application is built with Electron, performance is generally smooth on modern hardware. Memory usage is higher than lightweight native SSH clients, but the added functionality justifies the additional resource consumption for most professional users.

The project is actively maintained, with frequent updates introducing new features, performance improvements, and bug fixes.

Pros

  • Free and open source.

  • Modern interface with workspace management.

  • SSH, SFTP, Telnet, Mosh, and serial support.

  • Split terminal layouts.

  • Built-in SFTP browser.

  • Flexible port forwarding.

  • Secure authentication options.

  • Cross-platform support.

  • Active development.

Cons

  • Electron-based application uses more memory than native SSH clients.

  • Advanced features may be unnecessary for users who only need basic SSH access.

  • Some enterprise users may prefer highly specialized commercial SSH management tools.

Who Should Use Netcatty?

Netcatty is an excellent choice for developers, DevOps engineers, cloud engineers, system administrators, security professionals, and IT consultants who regularly manage multiple remote servers.

It is particularly valuable for users looking to replace separate SSH clients, SFTP applications, and terminal windows with a unified workspace.

Final Verdict

Netcatty is far more than a traditional SSH client. By combining terminal management, secure file transfers, workspace organization, port forwarding, and modern productivity features into one application, it offers an impressive environment for remote server administration.

Its clean interface, broad protocol support, and active development make it one of the most compelling open source SSH workspaces currently available. For professionals managing remote infrastructure on a daily basis, Netcatty is well worth considering.

Netcatty v1.1.76
Free
Software Informations:
Developer:

Operating System:
Windows / macOS / Linux
Date Added:
2026-08-07T10:02:23.596Z
Categories:

Post a Comment/Report Broken Link: