返回目录
开源项目自动化与 Agent 类新手

GitHub - binaricat/Netcatty: SSH workspace, SFTP, and terminals in one

Netcatty 🔥 AI-Powered SSH Client, SFTP Browser & Terminal Manager 🚀 netcatty.app A beautiful, feature-rich SSH workspace built with Electron, React, and xterm.js. 🔥 Built-in AI Agent · Split terminals · Vault views · SFTP workflows · Custom themes — all in

0 次阅读2026/08/31 发布
GitHub - binaricat/Netcatty: SSH workspace, SFTP, and terminals in one 来源图片

社区作者 · zZz

它解决什么问题

Netcatty

🔥 AI-Powered SSH Client, SFTP Browser & Terminal Manager 🚀

netcatty.app

A beautiful, feature-rich SSH workspace built with Electron, React, and xterm.js.

🔥 Built-in AI Agent · Split terminals · Vault views · SFTP workflows · Custom themes — all in one.

English · 简体中文 · 繁體中文 · 日本語

🔥 Catty Agent — Your IT Ops AI Partner

🚀 Boost your IT ops daily work with AI power. Catty Agent is the built-in AI assistant that understands your servers, executes commands, and handles complex multi-host operations — all through natural conversation.

🔥 What can Catty Agent do?

  • 🚀 Natural language server management — just tell it what you need, no more memorizing commands
  • 🔥 Real-time server diagnostics — check status, inspect logs, monitor resources through conversation
  • 🚀 Multi-host orchestration — coordinate tasks across multiple servers simultaneously
  • 🔥 Intelligent context awareness — understands your server environment and provides tailored responses
  • 🚀 One-click complex operations — set up clusters, deploy services, and more with simple instructions

🎬 AI in Action

🔥 Single Host — Intelligent Server Diagnostics

Ask Catty Agent to check a server's health, and it runs the right commands, analyzes the output, and gives you a clear summary — all in seconds.

🚀 Multi-Host — Docker Swarm Cluster Setup

Watch Catty Agent orchestrate a Docker Swarm cluster across two servers in one conversation. It handles the init, token exchange, and node joining — you just tell it what you want.

Contents

  • 🔥 Catty Agent — AI Partner
  • What is Netcatty
  • Why Netcatty
  • Features
  • Screenshots
  • Main Window
  • Vault Views
  • Split Terminals
  • Supported Distros
  • Getting Started
  • Build & Package
  • Tech Stack
  • Contributing
  • Contributors
  • Star History
  • License

What is Netcatty

Netcatty is a modern SSH client and terminal manager for macOS, Windows, and Linux, designed for developers, sysadmins, and DevOps engineers who need to manage multiple remote servers efficiently.

  • Netcatty is an alternative to PuTTY, Termius, SecureCRT, and macOS Terminal.app for SSH connections
  • Netcatty is a powerful SFTP client with dual-pane file browser
  • Netcatty is a terminal workspace with split panes, tabs, and session management
  • Netcatty supports SSH, local terminal, Telnet, Mosh, and Serial connections (when available)
  • Netcatty is not a shell replacement — it connects to shells via SSH/Telnet/Mosh or local/serial sessions

Why Netcatty

If you regularly work with a fleet of servers, Netcatty is built for speed and flow:

  • Workspace-first — split panes + tabs + session restore for “always-on” workflows
  • Vault organization — grid/list/tree views with fast search and drag-friendly workflows
  • Serious SFTP — built-in editor + drag & drop + smooth file operations

Features

🗂️ Vault

  • Multiple views — grid / list / tree
  • Fast search — locate hosts and groups quickly

🖥️ Terminal Workspaces

  • Split panes — horizontal and vertical splits for multi-tasking
  • Session management — run multiple connections side-by-side
  • Inline images — render Kitty graphics, SIXEL and iTerm inline images from remote programs

📁 SFTP + Built-in Editor

  • File workflows — drag & drop uploads/downloads
  • Edit in place — built-in editor for quick changes

🎨 Personalization

  • Custom themes — tune the app appearance to your taste
  • Keyword highlighting — customize highlight rules for terminal output

Screenshots

Main Window

The main window is designed for long-running SSH workflows: quick access to sessions, navigation, and core tools in one place.

Vault Views

Organize and navigate your hosts using the view that best fits the moment: grid for overview, list for scanning, tree for structure.

Split Terminals

Split panes help you monitor multiple servers/services at the same time (deploy + logs + metrics) without juggling windows.

Supported Distros

Netcatty automatically detects and displays OS icons for connected hosts:

Getting Started

Download

Download the latest release for your platform from GitHub Releases .

OS Support

macOS Universal (x64 / arm64)

Windows x64 / arm64

Linux x64 / arm64

Or browse all releases at GitHub Releases .

Code signing and privacy

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 .

Windows releases may remain unsigned until the application and integration are complete.

Windows portable data: Exit Netcatty, then create a folder named data beside Netcatty.exe (zip build) or beside the portable launcher. Netcatty will store its profile there on the next launch.

Saved passwords and private keys remain protected by the Windows user account that created them, so they must be re-entered after moving the folder to another computer or Windows account.

Open folders in Netcatty on Windows: The installed version adds Open in Netcatty to Explorer's folder context menu and folder-background context menu. It opens a local terminal in that folder. On Windows 11, choose Show more options first.

Turn the menu off or on in Settings → System → Windows Explorer . ZIP and portable versions do not add this menu by default.

macOS Users: Current releases are expected to be code-signed and notarized. If Gatekeeper still warns, make sure you downloaded the latest official build from GitHub Releases.

Nix / NixOS

Netcatty provides a flake that wraps the official Linux AppImage release for Nix and NixOS users:

nix run github:binaricat/Netcatty

For declarative installs, add the Netcatty flake as an input and use inputs.netcatty.packages.${pkgs.system}.default in your NixOS or Home Manager package list.

Prerequisites

  • Node.js 18+ and npm
  • macOS, Windows 10+, or Linux

Development

Clone the repository

命令
git clone https://github.com/binaricat/Netcatty.git
命令
cd Netcatty

Install dependencies

命令
npm install

Start development mode (Vite + Electron)

命令
npm run dev

Build & Package

Build for production

命令
npm run build

Package for current platform

命令
npm run pack

Package for specific platforms

命令
npm run pack:mac # macOS (DMG + ZIP)
命令
npm run pack:win # Windows (NSIS installer)
命令
npm run pack:linux # Linux (AppImage + DEB + RPM)

Tech Stack

Category Technology

Framework Electron 40

Frontend React 19, TypeScript

Build Tool Vite 7

Terminal xterm.js 5

Styling Tailwind CSS 4

SSH/SFTP ssh2, ssh2-sftp-client

PTY node-pty

Icons Lucide React

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  • Fork the repository
  • Create your feature branch ( git checkout -b feature/amazing-feature )
  • Commit your changes ( git commit -m 'Add some amazing feature' )
  • Push to the branch ( git push origin feature/amazing-feature )
  • Open a Pull Request

See AGENTS.md for architecture overview and coding conventions.

Contributors

Thanks to all the people who contribute!

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details.

Star History

Made with ❤️ by binaricat

— 本文由 AI 根据公开来源辅助整理,命令、版本与许可证请在使用前到原始页面复核。

安装 / 开始使用

What is Netcatty Netcatty is a modern SSH client and terminal manager for macOS, Windows, and Linux, designed for developers, sysadmins, and DevOps engineers who need to manage multiple remote servers efficiently.

Why Netcatty If you regularly work with a fleet of servers, Netcatty is built for speed and flow:

Features 🗂️ Vault

🖥️ Terminal Workspaces

📁 SFTP + Built-in Editor

🎨 Personalization

Screenshots Main Window The main window is designed for long-running SSH workflows: quick access to sessions, navigation, and core tools in one place.

Vault Views Organize and navigate your hosts using the view that best fits the moment: grid for overview, list for scanning, tree for structure.

Split Terminals Split panes help you monitor multiple servers/services at the same time (deploy + logs + metrics) without juggling windows.

Supported Distros Netcatty automatically detects and displays OS icons for connected hosts: Getting Started Download Download the latest release for your platform from GitHub Releases .

OS Support macOS Universal (x64 / arm64) Windows x64 / arm64 Linux x64 / arm64 Or browse all releases at GitHub Releases . Code signing and privacy 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 .

Windows releases may remain unsigned until the application and integration are complete. Windows portable data: Exit Netcatty, then create a folder named data beside Netcatty.exe (zip build) or beside the portable launcher.

Netcatty will store its profile there on the next launch. Saved passwords and private keys remain protected by the Windows user account that created them, so they must be re-entered after moving the folder to another computer or Windows account.

Open folders in Netcatty on Windows: The installed version adds Open in Netcatty to Explorer's folder context menu and folder-background context menu. It opens a local terminal in that folder. On Windows 11, choose Show more options first.

Turn the menu off or on in Settings → System → Windows Explorer . ZIP and portable versions do not add this menu by default. macOS Users: Current releases are expected to be code-signed and notarized.

If Gatekeeper still warns, make sure you downloaded the latest official build from GitHub Releases.

Nix / NixOS Netcatty provides a flake that wraps the official Linux AppImage release for Nix and NixOS users: nix run github:binaricat/Netcatty For declarative installs, add the Netcatty flake as an input and use inputs.netcatty.packages.${pkgs.system}.

default in your NixOS or Home Manager package list. Prerequisites

Development

  • Getting Started
  • Build & Package
  • Tech Stack
  • Contributing
  • Contributors
  • Star History
  • License
  • Netcatty is an alternative to PuTTY, Termius, SecureCRT, and macOS Terminal.app for SSH connections
  • Netcatty is a powerful SFTP client with dual-pane file browser
  • Netcatty is a terminal workspace with split panes, tabs, and session management
  • Netcatty supports SSH, local terminal, Telnet, Mosh, and Serial connections (when available)
  • Netcatty is not a shell replacement — it connects to shells via SSH/Telnet/Mosh or local/serial sessions
  • Workspace-first — split panes + tabs + session restore for “always-on” workflows
  • Vault organization — grid/list/tree views with fast search and drag-friendly workflows
  • Serious SFTP — built-in editor + drag & drop + smooth file operations
  • Multiple views — grid / list / tree
  • Fast search — locate hosts and groups quickly
  • Split panes — horizontal and vertical splits for multi-tasking
  • Session management — run multiple connections side-by-side
  • Inline images — render Kitty graphics, SIXEL and iTerm inline images from remote programs
  • File workflows — drag & drop uploads/downloads
  • Edit in place — built-in editor for quick changes
  • Custom themes — tune the app appearance to your taste
  • Keyword highlighting — customize highlight rules for terminal output
  • Node.js 18+ and npm
  • macOS, Windows 10+, or Linux

Clone the repository

命令
git clone https://github.com/binaricat/Netcatty.git
命令
cd Netcatty

Install dependencies

命令
npm install

Start development mode (Vite + Electron)

命令
npm run dev

Build & Package

Build for production

命令
npm run build

Package for current platform

命令
npm run pack

Package for specific platforms

命令
npm run pack:mac # macOS (DMG + ZIP)
命令
npm run pack:win # Windows (NSIS installer)
命令
npm run pack:linux # Linux (AppImage + DEB + RPM)

Tech Stack Category Technology

来源教程配图

Netcatty
配图 1 · Netcatty查看原图
Support on Ko-fi
配图 2 · Support on Ko-fi查看原图
Screenshot 2026-07-02 at 22 51 24
配图 3 · Screenshot 2026-07-02 at 22 51 24查看原图
ai-single
配图 4 · ai-single查看原图
ai-muti
配图 5 · ai-muti查看原图
black-grid
配图 6 · black-grid查看原图
light
配图 7 · light查看原图
list
配图 8 · list查看原图

适用场景

学习研究
开源项目实践