Installation
Netcatty is available as a standalone application for macOS, Windows, and Linux. Follow the instructions below for your operating system.Download
Download the latest release for your platform from the official GitHub releases page:GitHub Releases
Download the latest version of Netcatty for your operating system
Platform Support
| Operating System | Architectures | Package Formats |
|---|---|---|
| macOS | x64, arm64 (Apple Silicon) | DMG, ZIP |
| Windows | x64, arm64 | NSIS Installer |
| Linux | x64, arm64 | AppImage, DEB, RPM |
macOS Installation
Download the DMG or ZIP file
Download the macOS release from GitHub Releases. Choose either:
- DMG - Disk image with drag-to-install
- ZIP - Compressed application bundle
Install the application
For DMG:
- Open the downloaded DMG file
- Drag Netcatty.app to your Applications folder
- Extract the ZIP archive
- Move Netcatty.app to your Applications folder
Remove quarantine attribute
Open Terminal and run:Alternative method:
- Right-click (or Control-click) Netcatty.app
- Select Open from the context menu
- Click Open in the security dialog that appears
Windows Installation
Download the installer
Download the Windows installer from GitHub Releases.Choose the appropriate version:
- x64 - For 64-bit Intel/AMD processors
- arm64 - For ARM64 processors (Windows on ARM)
Run the installer
- Double-click the downloaded
.exeinstaller file - Follow the installation wizard prompts
- Choose the installation directory (default:
C:\Program Files\Netcatty) - Select whether to create desktop and Start Menu shortcuts
Windows may show a SmartScreen warning since the app is not code-signed. Click More info → Run anyway to proceed.
Linux Installation
Netcatty provides multiple package formats for Linux. Choose the one that works best for your distribution.AppImage (Universal)
Download the AppImage
Download the
.AppImage file from GitHub Releases.Choose your architecture:- x64 - For 64-bit Intel/AMD systems
- arm64 - For ARM64 systems
DEB Package (Debian/Ubuntu)
For Debian, Ubuntu, Linux Mint, and derivatives:Download the DEB package
Download the
.deb file from GitHub Releases.RPM Package (Red Hat/Fedora/CentOS)
For Red Hat, Fedora, CentOS, Rocky Linux, and derivatives:Download the RPM package
Download the
.rpm file from GitHub Releases.Prerequisites
Netcatty has no external dependencies for normal use. However, certain features require additional tools:Optional dependencies:
- Mosh - For Mosh protocol support (install via package manager:
apt install mosh,dnf install mosh, orbrew install mosh) - OpenSSH - Usually pre-installed on macOS and Linux; for Windows, install via OpenSSH for Windows
Verifying Installation
After installation, verify that Netcatty is working correctly:- Launch the application
- You should see the welcome screen with the Vault view
- Try creating a local terminal session to test basic functionality
Updating Netcatty
To update to a newer version:- Download the latest release from GitHub
- Follow the same installation steps for your platform
- The new version will replace the old one
- Your settings, hosts, and SSH keys are preserved (stored in your user data directory)
Uninstalling Netcatty
macOS
Windows
- Go to Settings → Apps → Installed apps
- Find Netcatty and click Uninstall
- Optionally, delete user data from
%APPDATA%\netcatty
Linux
AppImage:Troubleshooting
macOS: “Netcatty is damaged and can’t be opened”
This is caused by Gatekeeper. Run the quarantine removal command:Linux: AppImage won’t run
Ensure you have FUSE installed:Windows: SmartScreen warning
Click More info → Run anyway. This warning appears because the app is not code-signed.Next Steps
Quick Start Guide
Learn how to add your first host and connect to remote servers
