2 repos
Foundational libraries and infrastructure for developing high-performance, interactive terminal-based applications.
Distinguishing note: Focuses on the infrastructure for building terminal apps rather than general developer productivity tools.
Explore 2 awesome GitHub repositories matching development tools & productivity · Terminal Application Frameworks. Refine with filters or upvote what's useful.
Ghostty is a cross-platform terminal emulator that utilizes GPU-accelerated rendering to provide high-performance text output and low-latency input. It functions as a unified terminal environment, maintaining consistent feature parity and configuration across different operating systems through a specialized windowing abstraction layer. The application is built on a declarative configuration engine that allows users to manage settings, keybindings, and visual themes using modular, plain-text files. It supports dynamic hot-reloading, enabling users to apply configuration changes in real-time w
Providing a robust and configurable foundation for building and running interactive terminal-based applications with high performance rendering requirements.
This framework provides a functional architecture for building interactive command-line applications. It utilizes a reactive runtime engine that synchronizes application state, user input, and visual output through a central event-driven message loop. By employing a unidirectional data flow pattern, the framework separates the definition of application state from the logic that processes updates and the declarative rendering process that transforms state into terminal-ready output. The framework distinguishes itself through its approach to side-effect management and terminal environment adapt
A functional architecture for building interactive command-line applications that manage state, handle asynchronous events, and render dynamic terminal output.