awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to cjroth/ink-web

Open-source alternatives to Ink Web

30 open-source projects similar to cjroth/ink-web, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Ink Web alternative.

  • 76creates/stickersالصورة الرمزية لـ 76creates

    76creates/stickers

    394عرض على GitHub↗

    Building blocks for charmbracelet/lipgloss 👾

    Go
    عرض على GitHub↗394
  • agauniyal/rangالصورة الرمزية لـ agauniyal

    agauniyal/rang

    1,581عرض على GitHub↗

    A Minimal, Header only Modern c++ library for terminal goodies 💄✨

    C++
    عرض على GitHub↗1,581
  • agauniyal/termdbالصورة الرمزية لـ agauniyal

    agauniyal/termdb

    47عرض على GitHub↗

    Terminfo parser for modern c++ :fax:

    C++
    عرض على GitHub↗47
  • ansiwave/nimwaveالصورة الرمزية لـ ansiwave

    ansiwave/nimwave

    545عرض على GitHub↗

    TUIs for the terminal, desktop, and web

    Nim
    عرض على GitHub↗545
  • arthursonzogni/ftxuiالصورة الرمزية لـ ArthurSonzogni

    ArthurSonzogni/FTXUI

    9,686عرض على GitHub↗

    FTXUI is a C++ terminal user interface library and cross-platform console framework used for building interactive command line applications. It functions as a declarative terminal layout engine and a component-based UI toolkit that enables the creation of responsive interfaces. The library is distinguished by its terminal graphics and animation capabilities, allowing for the rendering of custom shapes, data plots, and smooth visual transitions using easing functions. It provides a comprehensive set of interactive widgets and a layout system utilizing flexbox and grid containers that adapt to

    C++arthursonzogniasciiascii-art
    عرض على GitHub↗9,686

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • bczsalba/pytermguiالصورة الرمزية لـ bczsalba

    bczsalba/pytermgui

    2,664عرض على GitHub↗

    Python TUI framework with mouse support, modular widget system, customizable and rapid terminal markup language and more!

    Python
    عرض على GitHub↗2,664
  • ccbrown/iocraftالصورة الرمزية لـ ccbrown

    ccbrown/iocraft

    1,328عرض على GitHub↗

    A Rust crate for beautiful, artisanally crafted CLIs, TUIs, and text-based IO.

    Rust
    عرض على GitHub↗1,328
  • ceccopierangiolieugenio/pytermtkالصورة الرمزية لـ ceccopierangiolieugenio

    ceccopierangiolieugenio/pyTermTk

    897عرض على GitHub↗

    Python Terminal Toolkit - a Spiced Up Cross Compatible TUI Library 🌶️

    Pythonasciiascii-graphicslibrary
    عرض على GitHub↗897
  • charmbracelet/bubbleteaالصورة الرمزية لـ charmbracelet

    charmbracelet/bubbletea

    43,164عرض على 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
    عرض على GitHub↗43,164
  • charmbracelet/gumالصورة الرمزية لـ charmbracelet

    charmbracelet/gum

    22,814عرض على 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
    عرض على GitHub↗22,814
  • chjj/blessedالصورة الرمزية لـ chjj

    chjj/blessed

    11,854عرض على GitHub↗

    This project is a terminal user interface library for Node.js, designed to facilitate the construction of interactive command-line applications. It provides a comprehensive toolkit of high-level widgets that abstract complex terminal escape codes and rendering logic, allowing developers to build functional interfaces using reusable components. The framework distinguishes itself by implementing a box-model-based layout engine and a virtual DOM-style reconciliation system. These mechanisms enable responsive design patterns—such as percentage-based sizing and relative positioning—to function wit

    JavaScript
    عرض على GitHub↗11,854
  • colinta/ashenالصورة الرمزية لـ colinta

    colinta/Ashen

    118عرض على GitHub↗

    A framework for writing terminal applications in Swift.

    Swift
    عرض على GitHub↗118
  • crramirez/casciianالصورة الرمزية لـ crramirez

    crramirez/casciian

    43عرض على GitHub↗

    Text User Interface Library

    Java
    عرض على GitHub↗43
  • cubified/tuiboxالصورة الرمزية لـ Cubified

    Cubified/tuibox

    311عرض على GitHub↗

    A single-header terminal UI (TUI) library, capable of creating mouse-driven, interactive applications on the command line.

    C
    عرض على GitHub↗311
  • dankamongmen/notcursesالصورة الرمزية لـ dankamongmen

    dankamongmen/notcurses

    4,347عرض على GitHub↗

    Notcurses is a terminal graphics engine and TUI library that renders high-fidelity images, video, and rich Unicode graphics directly in terminal emulators. At its core, it provides a layered framebuffer system that composes overlapping planes with independent depth and opacity, enabling complex visual scenes. The library also includes a terminal input processor for capturing and decoding keyboard and mouse events, a data visualization toolkit for histograms and line plots, a multimedia terminal player for images and video, and a TUI widget framework with reusable interface components. The lib

    Ccclincurses
    عرض على GitHub↗4,347
  • erikrose/blessingsالصورة الرمزية لـ erikrose

    erikrose/blessings

    1,481عرض على GitHub↗

    A thin, practical wrapper around terminal capabilities in Python

    Python
    عرض على GitHub↗1,481
  • fdehau/tui-rsالصورة الرمزية لـ fdehau

    fdehau/tui-rs

    10,875عرض على GitHub↗

    tui-rs is a Rust framework for building rich terminal user interfaces and dashboards. It provides a terminal layout engine for dividing the screen into flexible rectangular regions and a widget library for rendering data in a terminal. The project includes a cross-platform terminal backend abstraction layer to ensure consistent rendering and compatibility across different operating system terminal drivers. The framework covers a wide range of UI components, including data visualization tools such as charts, progress gauges, and sparklines, as well as structural elements like data tables, ite

    Rust
    عرض على GitHub↗10,875
  • gabbpuy/vindaugaالصورة الرمزية لـ gabbpuy

    gabbpuy/vindauga

    17عرض على GitHub↗

    Vindauga Text Windowing Library

    Python
    عرض على GitHub↗17
  • gabidal/gguiالصورة الرمزية لـ Gabidal

    Gabidal/GGUI

    9عرض على GitHub↗

    C++ Structured Terminal User Interface. 🐧/🪟

    C++
    عرض على GitHub↗9
  • gammasoft71/xtdالصورة الرمزية لـ gammasoft71

    gammasoft71/xtd

    1,154عرض على GitHub↗

    Free open-source modern C++20 framework to create console (CLI), forms (GUI like WinForms) and unit test (xUnit) applications and libraries on Windows, macOS, Linux, iOS, Android, FreeBSD, Haiku, and SerenityOS.

    C++
    عرض على GitHub↗1,154
  • gansm/finalcutالصورة الرمزية لـ gansm

    gansm/finalcut

    1,177عرض على GitHub↗

    A Modern C++ Text-Based Widget Toolkit (TUI)

    C++
    عرض على GitHub↗1,177
  • gdamore/tcellالصورة الرمزية لـ gdamore

    gdamore/tcell

    5,076عرض على 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
    عرض على GitHub↗5,076
  • ggerganov/imtuiالصورة الرمزية لـ ggerganov

    ggerganov/imtui

    3,587عرض على GitHub↗

    ImTui: Immediate Mode Text-based User Interface C++ Library

    C++
    عرض على GitHub↗3,587
  • gui-cs/terminal.guiالصورة الرمزية لـ gui-cs

    gui-cs/Terminal.Gui

    11,068عرض على GitHub↗

    Terminal.Gui is a cross-platform .NET toolkit for building interactive text-based user interfaces. It provides a component-based architecture, a terminal rendering engine, and a declarative layout system to create console applications that run consistently across Windows, macOS, and Linux. The framework distinguishes itself with a comprehensive set of interactive console widgets, including data grids, hex editors, and hierarchical tree components. It supports advanced visual capabilities such as 24-bit True Color, Sixel image support, and a relative-coordinate layout system that adapts to ter

    C#consoleconsole-applicationcross-platform
    عرض على GitHub↗11,068
  • jinek/consoloniaالصورة الرمزية لـ jinek

    jinek/Consolonia

    798عرض على GitHub↗

    A cross-platform UI framework for .NET.

    C#
    عرض على GitHub↗798
  • jquast/blessedالصورة الرمزية لـ jquast

    jquast/blessed

    1,480عرض على GitHub↗

    Blessed is an easy, practical library for making python terminal apps

    Python
    عرض على GitHub↗1,480
  • jroimartin/gocuiالصورة الرمزية لـ jroimartin

    jroimartin/gocui

    10,575عرض على 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
    عرض على GitHub↗10,575
  • koloideal/argentaالصورة الرمزية لـ koloideal

    koloideal/Argenta

    28عرض على GitHub↗

    Python library for building modular CLI applications

    Python
    عرض على GitHub↗28
  • libuv/libuvالصورة الرمزية لـ libuv

    libuv/libuv

    26,912عرض على GitHub↗

    libuv is a cross-platform asynchronous I/O library that provides an abstraction layer for event-driven networking, filesystem operations, and system signals. It utilizes a non-blocking event loop to coordinate asynchronous tasks and I/O events across different operating systems. The project features a unified interface for managing TCP, UDP, and DNS resolution, alongside an inter-process communication layer for sharing sockets via named pipes and Unix domain sockets. To prevent blocking the main execution loop, it includes a multi-platform thread pool for offloading computationally expensive

    Casynchronousdeep-ioio
    عرض على GitHub↗26,912
  • mabe02/lanternaالصورة الرمزية لـ mabe02

    mabe02/lanterna

    2,591عرض على GitHub↗

    Java library for creating text-based GUIs

    Java
    عرض على GitHub↗2,591