Muon SSH Terminal/SFTP Client is a powerful graphical SSH client designed to simplify working with remote servers. Formerly known as "Snowflake," the project has been renamed to avoid confusion with another popular product of the same name.
This project is the continued work of subhra74, who originally developed it as Snowflake.
Not everyone prefers or is comfortable working with English-based software. By offering multi-language support, we aim to make our tool more user-friendly and accessible to a global audience, ensuring that users can work in the language they are most comfortable with.
- About Muon SSH
- Features
- Installation
- Intended Audience
- Download
- Building from Source
- Changelog
- License and Third-Party Libraries
- Roadmap
- Documentation
- Development
Muon SSH is a feature-rich graphical SSH client that provides an intuitive interface for managing remote servers. It includes tools such as:
- Enhanced SFTP file browser
- SSH terminal emulator
- Remote resource/process manager
- Server disk space analyzer
- Remote text editor with syntax highlighting
- Large log file viewer
- And much more
Muon SSH eliminates the need for server-side installations, as it operates entirely over SSH from your local machine. It is compatible with Linux, Mac and Windows and has been tested on various Linux/UNIX servers, including Ubuntu, CentOS, RHEL, OpenSUSE, FreeBSD, OpenBSD, NetBSD, and HP-UX.
- Graphical Interface for File Operations: Simplify common file tasks with an intuitive interface.
- Built-in Text Editor: Edit files remotely with syntax highlighting and sudo support.
- Log/Text File Viewer: Quickly view and search large log or text files.
- File and Content Search: Leverage the power of the
find
command for fast searches. - Terminal Emulator: Execute commands with ease using the built-in terminal.
- Task Manager: Monitor and manage remote processes.
- Disk Space Analyzer: Visualize disk usage with a graphical tool.
- SSH Key Management: Easily manage SSH keys.
- Network Tools: Access a suite of network utilities.
- Multi-language Support: Use Muon SSH in your preferred language.
Muon SSH is available as a Snap package, ensuring easy installation and updates across multiple Linux distributions.
To install, run:
sudo snap install muon-ssh
For the latest build (may be unstable):
sudo snap install muon-ssh --edge
Muon SSH is also available as a Debian package. Install it using:
sudo dpkg -i muon_package.deb
Muon SSH is designed for:
Web/Backend Developers: Simplify deployment and debugging on remote servers.
System Administrators: Manage multiple remote servers efficiently without relying on complex terminal commands.
Note: Java 11 or higher is required.
Version | Windows | Ubuntu/Mint/Debian | Mac OSes | Portable |
---|---|---|---|---|
v2.4.0 | Exe file | DEB installer | DMG installer | Portable JAR (Java 11) |
Muon SSH is a standard Maven project. To build from source, ensure you have Java and Maven installed, then run:
mvn clean install
The compiled JAR file will be located in the target directory.
See ROADMAP.md
For detailed documentation, visit the Muon SSH Wiki
Main Branch: Stable release
Develop Branch: Active development
Muon SSH refer to LICENSE
JSch: refer to LICENSE-Jsch
For a detailed list of changes, bug fixes, and new features, refer to the CHANGELOG.md