2 repos
Cross-Platform Terminal Emulators — Terminal Emulators
We curate 2 GitHub repositories matching terminal emulators · Cross-Platform Terminal Emulators. Refine with filters or upvote what's useful.
Cross-Platform Terminal Emulators — Terminal Emulators
- Eugeny/tabby
Eugeny/tabby
68,976Tabby is a cross-platform terminal emulator and desktop application suite designed for managing command-line workflows and remote infrastructure. It provides a comprehensive environment for terminal session orchestration, allowing users to organize multiple active sessions through split panes and custom layouts. The application functions as a secure remote connection manager, supporting advanced authentication, port forwarding, and persistent network sessions via an asynchronous protocol layer. The project distinguishes itself through a modular plugin architecture that enables users to extend core functionality without modifying the primary source code. This framework supports the integration of custom tools for container management, output recording, and configuration synchronization. Additionally, the application includes a serial port abstraction layer, providing direct hardware communication capabilities for debugging and system configuration tasks through saved connection profiles. The interface is constructed using a component-based architecture that manages state and layout independently within the window. Users can customize the visual environment through theme settings and maintain consistent configurations across different machines using local-first storage. The software is distributed as a native desktop application for Windows, macOS, and Linux, ensuring a consistent experience across operating systems.
TypeScriptserialssh-clienttelnet-client - alacritty/alacritty
alacritty/alacritty
62,575Alacritty is a cross-platform terminal emulator that provides a consistent command-line environment across Linux, macOS, and Windows. It functions as a configuration-driven terminal, relying on a declarative file format to manage user preferences, key bindings, and visual styling. The application distinguishes itself through a high-performance architecture that offloads text rendering to the graphics processor. By utilizing zero-copy terminal emulation, it processes incoming byte streams directly into a grid-based memory buffer to minimize data duplication and latency during output. The project manages terminal sessions by communicating with the operating system through pseudo-terminal devices and native windowing APIs. It supports extensive workflow customization, allowing users to tailor input handling and display parameters to meet specific system requirements.
Rustbsdgpulinux