awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
TermoraDev avatar

TermoraDev/termora

0
View on GitHub↗
3,689 نجوم·211 تفرعات·Kotlin·1 مشاهدةtermora.app↗

Termora

Termora is a cross-platform SSH client, terminal emulator, and serial communication tool. It provides a unified interface for managing local shell sessions, secure remote server connections, and direct hardware communication through serial port protocols.

The project distinguishes itself by combining diverse remote access tools into one environment, including a VNC remote desktop client, an SFTP file transfer client, and a proxy tool for SSH tunneling and port forwarding. It further supports network hardware management through vendor-specific terminal emulation to ensure compatibility with various device command line interfaces.

The platform includes capabilities for session multiplexing, such as broadcasting a single input string to multiple active terminals and recording command sequences via macros for automation. Security and data management are handled through encrypted credential storage, SSH key management, and the ability to synchronize application settings via remote storage providers.

Additional utility coverage includes terminal output logging for session recording and integration with SMB network shares.

Features

  • Interactive Serial Terminals - Provides an interactive command-line terminal for sending and receiving data over serial ports to manage remote hardware.
  • SSH and Telnet Clients - Provides a cross-platform client for interactive terminal access via SSH, Telnet, and serial protocols.
  • Remote Server Administration Tools - Offers a centralized interface for managing multiple remote hosts with integrated session persistence and credential management.
  • Cross-Platform Terminal Environments - Ensures a consistent shell experience and command-line behavior across Windows, macOS, and Linux with synced configurations.
  • Serial Device Communication - Provides direct hardware communication links using serial port streams for device management.
  • Session Multiplexers - Manages concurrent local shells, SSH connections, and serial ports through a unified interface for simultaneous session control.
  • Remote Server Connectivity - Enables initiating and maintaining text-based and visual connections to remote hardware and servers.
  • SSH Proxy Jump Routings - Includes capabilities to route SSH connections through intermediate jump hosts to reach restricted servers.
  • Authenticated SSH Connections - Manages authenticated SSH connections with support for agents and proxy/jump host routing.
  • SSH Tunneling Forwarders - Routes network traffic through encrypted SSH connections to access restricted remote hosts via jump hosts.
  • Cross-Platform Terminal Emulators - Implements a terminal environment that provides a consistent command-line interface across Windows, macOS, and Linux.
  • SSH Tunneling - Establishes secure encrypted tunnels through jump hosts to access restricted servers within private networks.
  • Shell Management - Provides a unified interface for managing and interacting with local, SSH, and serial shell sessions.
  • Credential Encryption - Secures session keys and passwords using encryption to prevent plain-text exposure in configuration files.
  • Hardware Communication Interfaces - Manages network devices through serial port communication and vendor-specific terminal emulation for hardware configuration.
  • Command Sequence Automation - Includes capabilities to record and replay predefined sequences of text commands to automate repetitive terminal tasks.
  • Remote File Transfers - Provides secure file movement mechanisms between local and remote systems.
  • Terminal Automation - Provides tools for executing automated workflows and replaying command sequences directly within the interactive terminal.
  • Input Broadcasting - Provides the ability to broadcast keystrokes to multiple grouped terminal sessions simultaneously for coordinated command execution.
  • SFTP File Transfers - Embeds secure shell file transfer protocols into the terminal interface for moving files between local and remote systems.
  • Hardware Emulations - Simulates vendor-specific terminal behavior to ensure correct command line interface rendering for network hardware.
  • SSH Key Management - Manages SSH keypairs to authenticate identity when connecting to remote servers.
  • Remote Desktop Clients - Ships a VNC client for accessing and controlling the graphical user interfaces of remote machines.
  • Remote File Transfers - Provides utilities for moving files between local systems and remote servers using standard network protocols.

سجل النجوم

مخطط تاريخ النجوم لـ termoradev/termoraمخطط تاريخ النجوم لـ termoradev/termora

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Termora

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Termora.
  • winscp/winscpالصورة الرمزية لـ winscp

    winscp/winscp

    3,675عرض على GitHub↗

    WinSCP is a remote file manager and SFTP and FTP client that provides a graphical interface for browsing, editing, and organizing files on remote servers and cloud storage. It serves as a multi-protocol tool supporting SFTP, FTP, FTPS, SCP, S3, and WebDAV, and functions as an S3 object storage browser for managing files and buckets. The application distinguishes itself through its automation capabilities, allowing for scripted file transfers and remote command execution via a command-line interface or a .NET assembly. It also features directory synchronization to match local and remote folder

    Cftpftp-clientftps
    عرض على GitHub↗3,675
  • blinksh/blinkالصورة الرمزية لـ blinksh

    blinksh/blink

    6,596عرض على GitHub↗

    Blink is a mobile terminal platform for iOS that combines an SSH and Mosh client with a local shell emulator, snippet manager, and SSH key storage. It renders terminal output using Chromium's HTerm engine for fast display and maintains persistent remote sessions across network changes through the Mosh protocol. The platform supports SSH key-based authentication, WebAuthn hardware security keys, and SOCKS5 proxy tunneling for secure remote access. The terminal environment is built around gesture-based session navigation, allowing users to switch between multiple shells with swipe and pinch ges

    Swiftiosipadipados
    عرض على GitHub↗6,596
  • twisted/twistedالصورة الرمزية لـ twisted

    twisted/twisted

    5,969عرض على GitHub↗

    Twisted is an event-driven networking engine for Python that provides a framework for building asynchronous network applications. At its core, it uses a reactor-based event loop to drive all input and output, dispatching callbacks in a single thread without blocking. The library implements a deferred promise chain for composing asynchronous logic, along with a protocol and factory pattern that separates connection state management from protocol handling, enabling reusable handlers for different network protocols. The framework supports multiple event loops across platforms, including select,

    Pythonasyncasync-pythondns
    عرض على GitHub↗5,969
  • mscdex/ssh2الصورة الرمزية لـ mscdex

    mscdex/ssh2

    5,790عرض على GitHub↗

    ssh2 is a JavaScript implementation of the SSH2 protocol for Node.js, providing the core components necessary to create secure clients and servers. It enables the establishment of authenticated sessions for remote server automation and secure communication. The project distinguishes itself by providing a complete suite of tools for identity management, including utilities for generating and parsing cryptographic key pairs and integrating with external authentication agents. It also functions as a tunneling proxy capable of routing TCP, HTTP, X11, and SOCKSv5 network traffic through encrypted

    JavaScript
    عرض على GitHub↗5,790
عرض جميع البدائل الـ 30 لـ Termora→

الأسئلة الشائعة

ما هي وظيفة termoradev/termora؟

Termora is a cross-platform SSH client, terminal emulator, and serial communication tool. It provides a unified interface for managing local shell sessions, secure remote server connections, and direct hardware communication through serial port protocols.

ما هي الميزات الرئيسية لـ termoradev/termora؟

الميزات الرئيسية لـ termoradev/termora هي: Interactive Serial Terminals, SSH and Telnet Clients, Remote Server Administration Tools, Cross-Platform Terminal Environments, Serial Device Communication, Session Multiplexers, Remote Server Connectivity, SSH Proxy Jump Routings.

ما هي البدائل مفتوحة المصدر لـ termoradev/termora؟

تشمل البدائل مفتوحة المصدر لـ termoradev/termora: winscp/winscp — WinSCP is a remote file manager and SFTP and FTP client that provides a graphical interface for browsing, editing, and… blinksh/blink — Blink is a mobile terminal platform for iOS that combines an SSH and Mosh client with a local shell emulator, snippet… twisted/twisted — Twisted is an event-driven networking engine for Python that provides a framework for building asynchronous network… mscdex/ssh2 — ssh2 is a JavaScript implementation of the SSH2 protocol for Node.js, providing the core components necessary to… electerm/electerm — Electerm is a multi-protocol terminal emulator and remote connection manager designed as a cross-platform remote… crazyguitar/pysheeet — pysheeet is a technical reference library providing a curated collection of code snippets and implementation patterns…