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
·
Back to gosuri/uiprogress

Open-source alternatives to Uiprogress

30 open-source projects similar to gosuri/uiprogress, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Uiprogress alternative.

  • schollz/progressbarschollz avatar

    schollz/progressbar

    4,678View on GitHub↗

    This project is a thread-safe terminal progress bar and IO progress wrapper for Go applications. It provides a library for rendering updating progress indicators and activity spinners within a command-line interface to visualize task completion and data stream progress. The library includes a stream-wrapping IO interceptor that automatically tracks and displays the volume of bytes processed during read or write operations. It also supports indeterminate activity spinners for processes where the total work volume is unknown. Users can configure the visual appearance of the progress indicators

    Gocommand-linegogolang
    View on GitHub↗4,678
  • labstack/gommonlabstack avatar

    labstack/gommon

    591View on GitHub↗

    Common packages for Go

    Gobytescoloremail
    View on GitHub↗591
  • nsf/termbox-gonsf avatar

    nsf/termbox-go

    4,786View on GitHub↗

    termbox-go is a Go terminal user interface library and cross-platform terminal emulator abstraction. It provides a system for creating text-based graphical interfaces by managing a terminal cell buffer and handling raw input events. The library functions as a terminal cell buffer manager and input handler. It maintains an internal grid of characters and colors, using a back buffer to synchronize updates to the physical screen and translate keyboard and mouse events into structured data. Its capability surface covers text user interface rendering and terminal display management, including cur

    Go
    View on GitHub↗4,786
  • mum4k/termdashmum4k avatar

    mum4k/termdash

    3,014View on GitHub↗

    Terminal based dashboard.

    Godashboardgolangterminal-based
    View on GitHub↗3,014

AI search

Explore more awesome repositories

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

Find more with AI search
  • c-bata/go-promptc-bata avatar

    c-bata/go-prompt

    5,481View on GitHub↗

    go-prompt is a library for building interactive command-line interfaces in Go. It serves as a cross-platform console UI framework and terminal input manager, providing the tools necessary to capture user input and execute commands through a persistent interactive loop. The library features a dedicated auto-completion engine that provides real-time command suggestions. It also supports dynamic prompt prefixes updated via callback functions and a system for managing and recalling command history. The framework covers a broad range of terminal capabilities, including keyboard shortcut mapping,

    Goclicommand-lineinteractive
    View on GitHub↗5,481
  • vbauerster/mpbvbauerster avatar

    vbauerster/mpb

    2,499View on GitHub↗

    multi progress bar for Go cli applications

    Goactorcligo
    View on GitHub↗2,499
  • jroimartin/gocuijroimartin avatar

    jroimartin/gocui

    10,575View on GitHub↗

    gocui is a console user interface library for the Go programming language. It provides a toolkit for building interactive terminal applications using a layout engine that organizes overlapping rectangular views and coordinates. The library features a terminal input handler to capture and map keyboard shortcuts and mouse events to specific application actions. It includes an ANSI escape sequence parser to manage text attributes, colors, and cursor positioning. The framework covers interface view management and overlapping window layering, allowing for a structured arrangement of content. Rend

    Gocuigogocui
    View on GitHub↗10,575
  • guptarohit/asciigraphguptarohit avatar

    guptarohit/asciigraph

    3,039View on GitHub↗

    Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies.

    Goascii-chartasciigraphchart
    View on GitHub↗3,039
  • logrusorgru/auroralogrusorgru avatar

    logrusorgru/aurora

    1,489View on GitHub↗

    Golang ultimate ANSI-colors that supports Printf/Sprintf methods

    Goansi-colorsgolangprintf
    View on GitHub↗1,489
  • mattn/go-isattymattn avatar

    mattn/go-isatty

    913View on GitHub↗

    isatty for golang

    Gocygwingogolang
    View on GitHub↗913
  • cheynewallace/tabbycheynewallace avatar

    cheynewallace/tabby

    371View on GitHub↗

    A tiny library for super simple Golang tables

    Go
    View on GitHub↗371
  • mattn/go-colorablemattn avatar

    mattn/go-colorable

    810View on GitHub↗

    Colorable writer for windows.

    Gocolorgogolang
    View on GitHub↗810
  • wzshiming/ctcwzshiming avatar

    wzshiming/ctc

    53View on GitHub↗

    Console Text Colors - The non-invasive cross-platform terminal color library does not need to modify the Print method

    Gocolorcolorsconsole
    View on GitHub↗53
  • daviddengcn/go-colortextdaviddengcn avatar

    daviddengcn/go-colortext

    215View on GitHub↗

    Change the color of console text.

    Go
    View on GitHub↗215
  • gizak/termuigizak avatar

    gizak/termui

    13,574View on GitHub↗

    Termui is a Go terminal user interface library used for building interactive dashboards and visual layouts within a command-line environment. It functions as a TUI layout engine, an interactive CLI framework, and a terminal data visualization toolkit. The library provides a set of specialized widgets for rendering charts, plots, gauges, and tables using character-based graphics. It includes a grid-based system for arranging interface elements using relative coordinates and proportional sizing to create structured displays. The toolkit covers a broad range of capabilities including data visua

    Go
    View on GitHub↗13,574
  • gookit/colorgookit avatar

    gookit/color

    1,604View on GitHub↗

    🎨 Terminal color rendering library, support 8/16 colors, 256 colors, RGB color rendering output, support Print/Sprintf methods, compatible with Windows. GO CLI 控制台颜色渲染工具库,支持16色,256色,RGB色彩渲染输出,使用类似于 Print/Sprintf,兼容并支持 Windows 环境的色彩渲染

    Go256-colorsclicli-color
    View on GitHub↗1,604
  • gosuri/uilivegosuri avatar

    gosuri/uilive

    1,725View on GitHub↗

    uilive is a go library for updating terminal output in realtime

    Go
    View on GitHub↗1,725
  • gosuri/uitablegosuri avatar

    gosuri/uitable

    742View on GitHub↗

    A go library to improve readability in terminal apps using tabular data

    Go
    View on GitHub↗742
  • alexeyco/simpletablealexeyco avatar

    alexeyco/simpletable

    550View on GitHub↗

    Simple tables in terminal with Go

    Goasciicligo
    View on GitHub↗550
  • tomlazar/tabletomlazar avatar

    tomlazar/table

    52View on GitHub↗

    pretty colorfull tables in go with less effort

    Go
    View on GitHub↗52
  • pterm/ptermpterm avatar

    pterm/pterm

    5,470View on GitHub↗

    pterm is a Go terminal UI library used to build rich command-line interfaces. It provides toolsets for terminal data visualization, operation progress tracking, interactive user input, and structured logging. The library distinguishes itself through a comprehensive set of visual tools, including a framework for interactive terminal prompts such as selection menus and confirmation dialogs, and a specialized system for rendering bar charts, heatmaps, and tree structures. It also includes a structured terminal logger capable of producing leveled, colorful system messages. The project covers bro

    Goanimationansi-colorsbeautify
    View on GitHub↗5,470
  • theckman/yacspintheckman avatar

    theckman/yacspin

    456View on GitHub↗

    Yet Another CLi Spinner; providing over 80 easy to use and customizable terminal spinners for multiple OSes

    Gocligogolang
    View on GitHub↗456
  • workanator/go-atamanworkanator avatar

    workanator/go-ataman

    20View on GitHub↗

    Another Text Attribute Manupulator

    Go
    View on GitHub↗20
  • antonmedv/fxantonmedv avatar

    antonmedv/fx

    20,282View on GitHub↗

    Fx is a command-line processing suite designed for the transformation, conversion, exploration, and visualization of structured data. It functions as a terminal-based utility that handles both automated shell pipelines and interactive navigation of complex, nested data hierarchies. The tool distinguishes itself by integrating a JavaScript-based engine that executes user-provided logic to filter, map, or modify data fields within a sandboxed runtime. It maintains a responsive interface by decoupling data processing from the display loop, allowing users to explore large datasets through an inte

    Goclicommand-linejson
    View on GitHub↗20,282
  • davidgamba/go-getoptionsDavidGamba avatar

    DavidGamba/go-getoptions

    60View on GitHub↗

    Fully featured Go (golang) command line option parser with built-in auto-completion support.

    Goargument-parserargument-parsingautocomplete
    View on GitHub↗60
  • antham/strumtantham avatar

    antham/strumt

    62View on GitHub↗

    Strumt is a library to create prompt chain

    Gopromptprompt-chain
    View on GitHub↗62
  • cyucelen/markercyucelen avatar

    cyucelen/marker

    54View on GitHub↗

    🖍️ Marker is the easiest way to match and mark strings for colorful terminal outputs!

    Go
    View on GitHub↗54
  • devfacet/gocmddevfacet avatar

    devfacet/gocmd

    67View on GitHub↗

    A Go library for building command line applications.

    Gogogolanggolang-library
    View on GitHub↗67
  • agilira/flash-flagsagilira avatar

    agilira/flash-flags

    11View on GitHub↗

    FlashFlags is an ultra-fast, zero-dependency, lock-free command-line flag parsing library for Go. Originally built for Argus, it provides great performance while maintaining simplicity and ease of use.

    Gocommand-lineconfiguration-filesevironmental-variables
    View on GitHub↗11
  • codingconcepts/envcodingconcepts avatar

    codingconcepts/env

    125View on GitHub↗

    Tag-based environment configuration for structs

    Go
    View on GitHub↗125