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
colinta avatar

colinta/Ashen

0
View on GitHub↗
118 stars·4 forks·Swift·7 views

Ashen

A framework for writing terminal applications in Swift.

Features

  • Command Line Tools - Framework for writing terminal apps in Swift.
  • TUI Libraries - Swift TUI framework.

Star history

Star history chart for colinta/ashenStar history chart for colinta/ashen

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 Ashen

Similar open-source projects, ranked by how many features they share with Ashen.
  • 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
  • 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
  • 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
  • marcusolsson/tui-gomarcusolsson avatar

    marcusolsson/tui-go

    2,112View on GitHub↗

    A UI library for terminal applications.

    Go
    View on GitHub↗2,112
See all 30 alternatives to Ashen→

Frequently asked questions

What does colinta/ashen do?

A framework for writing terminal applications in Swift.

What are the main features of colinta/ashen?

The main features of colinta/ashen are: Command Line Tools, TUI Libraries.

What are some open-source alternatives to colinta/ashen?

Open-source alternatives to colinta/ashen include: gdamore/tcell — tcell is a Go terminal user interface library and framework for building cell-based applications. It functions as a… 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… marcusolsson/tui-go — A UI library for terminal applications. rivo/tview — tview is a library for building interactive text-based user interfaces in Go. It functions as a toolkit for managing…