awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Terminal Application Frameworks · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesTerminal Application Frameworks

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.

  1. Home
  2. Development Tools & Productivity
  3. Terminal Application Frameworks

Awesome Terminal Application Frameworks GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • ghostty-org/ghostty

    ghostty-org/ghostty

    44,108View on GitHub↗

    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.

    Zig
    44,108View on GitHub↗
  • charmbracelet/bubbletea

    charmbracelet/bubbletea

    39,656View on GitHub↗

    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.

    Goclielm-architectureframework
    39,656View on GitHub↗