awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
marcusolsson avatar

marcusolsson/tui-goArchived

0
View on GitHub↗
2,112 stars·119 forks·Go·MIT·2 views

Tui Go

A UI library for terminal applications.

Features

  • Command Line Tools - Library for building terminal UIs.
  • TUI Libraries - Go UI library.

Star history

Star history chart for marcusolsson/tui-goStar history chart for marcusolsson/tui-go

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Tui Go

Similar open-source projects, ranked by how many features they share with Tui Go.
  • charmbracelet/gumcharmbracelet avatar

    charmbracelet/gum

    22,814View on GitHub↗

    Gum is a toolkit for building interactive, visually styled command-line interfaces and prompts directly within shell scripts. It functions as a library of modular components that allow developers to enhance terminal workflows by adding structured layouts, formatted text, and user-input widgets to standard command-line operations. The project distinguishes itself by providing a suite of specialized utilities for common shell tasks, such as fuzzy-matched selection menus, interactive file system navigation, and confirmation dialogs. It translates high-level styling and layout instructions into t

    Gobashshell
    View on GitHub↗22,814
  • colinta/ashencolinta avatar

    colinta/Ashen

    118View on GitHub↗

    A framework for writing terminal applications in Swift.

    Swift
    View on GitHub↗118
  • charmbracelet/bubbleteacharmbracelet avatar

    charmbracelet/bubbletea

    43,164View 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

    Goclielm-architectureframework
    View on GitHub↗43,164
  • gdamore/tcellgdamore avatar

    gdamore/tcell

    5,076View on GitHub↗

    tcell is a Go terminal user interface library and framework for building cell-based applications. It functions as a terminal emulator backend and input processor, utilizing a change-based diffing engine to manage screen state and efficiently render updates. The project is distinguished by its pluggable backend abstraction, which allows terminal interfaces to be rendered across physical terminals or compiled into WebAssembly for web browser display. It provides a virtual screen simulation to enable programmatic event injection and output inspection for automated application testing. Its capab

    Go
    View on GitHub↗5,076
See all 30 alternatives to Tui Go→

Frequently asked questions

What does marcusolsson/tui-go do?

A UI library for terminal applications.

What are the main features of marcusolsson/tui-go?

The main features of marcusolsson/tui-go are: Command Line Tools, TUI Libraries.

What are some open-source alternatives to marcusolsson/tui-go?

Open-source alternatives to marcusolsson/tui-go include: colinta/ashen — A framework for writing terminal applications in Swift. pterm/pterm — pterm is a Go terminal UI library used to build rich command-line interfaces. It provides toolsets for terminal data… charmbracelet/bubbletea — This framework provides a functional architecture for building interactive command-line applications. It utilizes a… charmbracelet/gum — Gum is a toolkit for building interactive, visually styled command-line interfaces and prompts directly within shell… gdamore/tcell — tcell is a Go terminal user interface library and framework for building cell-based applications. It functions as a… rivo/tview — tview is a library for building interactive text-based user interfaces in Go. It functions as a toolkit for managing…