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

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

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

Open-source alternatives to Asciiflow

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

  • recurser/string-isالصورة الرمزية لـ recurser

    recurser/string-is

    302عرض على GitHub↗

    An open-source, privacy-friendly online string toolkit for developers.

    TypeScript
    عرض على GitHub↗302
  • lutzroeder/netronالصورة الرمزية لـ lutzroeder

    lutzroeder/netron

    33,087عرض على GitHub↗

    Netron is a visualizer for neural network and machine learning models. It provides a graphical interface that renders model architectures as interactive node-link diagrams, allowing users to inspect internal layers, tensors, and metadata. By performing static analysis, the tool enables the examination of model definitions without executing the underlying machine learning code. The software distinguishes itself through a schema-driven parsing engine that translates diverse proprietary model formats into a unified internal graph structure. This approach ensures interoperability, allowing users

    JavaScriptaicoremldeep-learning
    عرض على GitHub↗33,087
  • github/hubالصورة الرمزية لـ github

    github/hub

    22,955عرض على GitHub↗

    Hub is a git command line tool and GitHub API client that provides a shell interface for automating workflows. It functions as a GitHub git wrapper, extending standard git commands to include direct management of repositories, issues, and pull requests. The tool integrates REST API communication with a wrapper-based execution model to perform administrative tasks without a web browser. It utilizes OAuth-based authentication and a local configuration store to secure API requests. The utility includes shell command completion and argument parsing to improve terminal productivity. It also suppo

    Go
    عرض على GitHub↗22,955
  • git-up/gitupالصورة الرمزية لـ git-up

    git-up/GitUp

    12,015عرض على GitHub↗

    GitUp is a graphical user interface client and version control tool for managing Git repositories. It provides a visual environment for browsing repository content, editing history, and performing version control operations. The application features an interactive commit graph visualizer for navigating branching and merging history. It includes a dedicated history editor that allows for the visual manipulation of the project timeline, including the ability to reorder, split, and roll back commits. The tool covers diff analysis through side-by-side file comparisons and high-speed content sear

    Objective-C
    عرض على GitHub↗12,015

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

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

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

Find more with AI search
  • stmol/ssh-keys-manager-macos-appالصورة الرمزية لـ Stmol

    Stmol/ssh-keys-manager-macos-app

    182عرض على GitHub↗

    A native macOS app for managing SSH keys, editing SSH config entries, and safely organizing your local SSH workspace.

    Swift
    عرض على GitHub↗182
  • mmattozzi/cocoa-rest-clientالصورة الرمزية لـ mmattozzi

    mmattozzi/cocoa-rest-client

    2,371عرض على GitHub↗

    A free, native Apple macOS app for testing HTTP/REST endpoints

    Objective-Ccocoamacosobjective-c
    عرض على GitHub↗2,371
  • kizitonwose/podsupdaterالصورة الرمزية لـ kizitonwose

    kizitonwose/PodsUpdater

    526عرض على GitHub↗

    A macOS app that helps you manage dependency releases in your Podfile.

    Swift
    عرض على GitHub↗526
  • sindresorhus/touch-bar-simulatorالصورة الرمزية لـ sindresorhus

    sindresorhus/touch-bar-simulator

    1,934عرض على GitHub↗

    Use the Touch Bar on any Mac

    Swiftappmacbook-promacos
    عرض على GitHub↗1,934
  • sindresorhus/pasteboard-viewerالصورة الرمزية لـ sindresorhus

    sindresorhus/Pasteboard-Viewer

    836عرض على GitHub↗

    📋 Inspect the system pasteboards on macOS

    Swiftappclipboardclipboard-manager
    عرض على GitHub↗836
  • grimsteel/get-off-those-sitesG

    grimsteel/get-off-those-sites

    0عرض على GitHub↗
    عرض على GitHub↗0
  • smoren/itertools-tsالصورة الرمزية لـ Smoren

    Smoren/itertools-ts

    79عرض على GitHub↗

    TypeScript Iteration Tools Library

    TypeScript
    عرض على GitHub↗79
  • thomaspoignant/go-feature-flagالصورة الرمزية لـ thomaspoignant

    thomaspoignant/go-feature-flag

    2,036عرض على GitHub↗

    GO Feature Flag is a simple, complete and lightweight self-hosted cloud native feature flag solution 100% Open Source. 🎛️

    Go
    عرض على GitHub↗2,036
  • hakimel/reveal.jsالصورة الرمزية لـ hakimel

    hakimel/reveal.js

    71,731عرض على GitHub↗

    This project is a web-native presentation framework that renders slide decks from standard HTML or Markdown. It functions as a declarative slide engine, managing navigation, state persistence, and lifecycle events through a configuration-driven interface. By leveraging standard web technologies, it enables the creation of responsive, browser-based presentations that support complex layouts, nested transitions, and interactive content. The framework distinguishes itself through a modular, plugin-based architecture that allows developers to extend core functionality using custom hooks and event

    JavaScriptpresentationsslidesslideshow
    عرض على GitHub↗71,731
  • jeffhodnett/unusedالصورة الرمزية لـ jeffhodnett

    jeffhodnett/Unused

    1,370عرض على GitHub↗

    A Mac app for checking Xcode projects for unused resources

    Objective-C
    عرض على GitHub↗1,370
  • casey/justالصورة الرمزية لـ casey

    casey/just

    34,302عرض على GitHub↗

    This project is a command-line task runner designed to manage project-specific workflows through a centralized, configuration-driven interface. It functions as a declarative tool for organizing build logic, environment variables, and task dependencies into a structured format, enabling the automation of complex development pipelines. The tool distinguishes itself by providing a shell-agnostic execution layer that ensures consistent behavior across Windows, macOS, and Linux. It supports advanced workflow orchestration by constructing directed acyclic graphs to manage task prerequisites, while

    Rust
    عرض على GitHub↗34,302
  • anuraghazra/github-readme-statsالصورة الرمزية لـ anuraghazra

    anuraghazra/github-readme-stats

    79,661عرض على GitHub↗

    This project is a serverless service that generates dynamic, themeable visual summaries of software development activity. It functions as an automated metadata visualizer, transforming raw platform logs and repository metrics into resolution-independent vector graphics that can be embedded directly into markdown environments. The service distinguishes itself by offering highly configurable, query-parameter-driven rendering that allows users to customize the visual presentation of their coding patterns, language proficiency, and repository details. It supports both real-time generation via ser

    JavaScriptdynamicprofile-readmereadme-generator
    عرض على GitHub↗79,661
  • asciinema/asciinema-serverالصورة الرمزية لـ asciinema

    asciinema/asciinema-server

    2,475عرض على GitHub↗

    Platform for hosting and sharing terminal session recordings

    Elixirasciinemaelixirphoenix-framework
    عرض على GitHub↗2,475
  • flagsmith/flagsmithالصورة الرمزية لـ Flagsmith

    Flagsmith/flagsmith

    6,223عرض على GitHub↗

    Flagsmith is an open-source platform for managing feature flags and remote configuration across web, mobile, and server applications. It provides a comprehensive REST API for programmatic management of flags, segments, and identities, and can be deployed on private infrastructure for secure, compliant feature flag management with full operational control. The platform distinguishes itself through a server-side flag evaluation engine that resolves segments, traits, and percentage rollouts per request, alongside a multivariate flag variant system supporting multiple typed values with configurab

    Pythoncdcicontinuous-integration
    عرض على GitHub↗6,223
  • majodev/google-webfonts-helperالصورة الرمزية لـ majodev

    majodev/google-webfonts-helper

    13,004عرض على GitHub↗

    Google Webfonts Helper is a web-based utility designed to facilitate the local hosting of typography assets. It functions as a centralized platform for discovering, selecting, and downloading font files from online repositories, enabling developers to integrate these assets directly into their projects for offline use. The tool distinguishes itself by providing automated generation of standard style sheet declarations tailored to the specific font files selected by the user. By localizing these resources, it assists in optimizing web performance and maintaining privacy compliance through the

    TypeScript
    عرض على GitHub↗13,004
  • woai3c/visual-drag-demoالصورة الرمزية لـ woai3c

    woai3c/visual-drag-demo

    5,628عرض على GitHub↗

    This is a low-code visual drag-and-drop editor project for building web page layouts. It provides a canvas-based environment where users can assemble pages by placing, resizing, and rotating pre-built UI components through direct mouse interaction. The editor includes a grid-based alignment system that snaps components to invisible grid lines or other component edges for precise positioning. Components can be grouped into single units or locked in place to prevent accidental movement, and animations or custom actions can be bound to user interactions like clicks or hovers. An undo-redo comman

    Vue
    عرض على GitHub↗5,628
  • unlayer/react-email-editorالصورة الرمزية لـ unlayer

    unlayer/react-email-editor

    5,086عرض على GitHub↗

    React Email Editor is a drag-and-drop visual builder for creating responsive email templates, built as a React embeddable component. It also serves as an AI-powered email designer, a collaborative email design tool, and a React component library for composing emails programmatically with JSX. The editor represents designs as structured JSON and supports multi-format rendering for email clients, web pages, and PDF. What distinguishes this editor is its deep AI integration: users can generate full email templates from natural language, rewrite text with chosen intent, produce multiple text vari

    TypeScriptbuilderdrag-and-dropemail
    عرض على GitHub↗5,086
  • salesforce/akitaالصورة الرمزية لـ salesforce

    salesforce/akita

    3,672عرض على GitHub↗

    Akita is a JavaScript state management library that provides a system for managing application data and user interface state. It utilizes an observable data store and immutable state containers to synchronize data across interfaces, employing an entity state manager to handle flat collections of objects with unique identifiers. The project distinguishes itself through a comprehensive history management system that supports both global application-wide state reversal and granular, per-entity undo and redo functionality. It also includes a client-side data cache with time-to-live settings to pr

    TypeScriptangularjavascriptoop
    عرض على GitHub↗3,672
  • codemirror/codemirror5الصورة الرمزية لـ codemirror

    codemirror/codemirror5

    27,247عرض على GitHub↗

    CodeMirror 5 is a browser-based code editor and extensible UI component. It functions as a syntax highlighting engine and a programmable text surface, providing a professional coding experience embedded within web pages. The project is distinguished by its ability to act as a collaborative text editor, synchronizing document changes across multiple users in real time. It also includes a dedicated Vim emulation layer that implements modal keyboard interactions, motions, and operators. The system covers broad capability areas including language support for autocompletion and error analysis, co

    JavaScript
    عرض على GitHub↗27,247
  • bytedance/flowgram.aiالصورة الرمزية لـ bytedance

    bytedance/flowgram.ai

    8,146عرض على GitHub↗

    Flowgram.ai is a workflow development framework for building AI workflow platforms. It provides a visual drag-and-drop canvas for constructing workflows, an Entity-Component-System (ECS) based document model for structuring workflow nodes as a tree, and a node-based form engine for managing configuration forms with built-in rendering, validation, side effects, and error handling. The framework also includes a workflow execution engine that parses directed graph workflows and runs nodes step by step with state tracking and array iteration. The framework distinguishes itself through a layered r

    TypeScriptaiautomationcoze
    عرض على GitHub↗8,146
  • alex-d/trumbowygالصورة الرمزية لـ Alex-D

    Alex-D/Trumbowyg

    4,147عرض على GitHub↗

    Trumbowyg is a lightweight JavaScript WYSIWYG editor used to create and format rich-text and HTML content directly within a web browser. It serves as a client-side tool for generating semantic HTML markup and authoring web content. The project features a modular, plugin-based architecture that allows for the addition of new formatting commands and toolbar buttons. It provides a configurable interface where the toolbar layout can be customized via a predefined array and labels can be translated through localization files. The editor covers a wide range of content manipulation capabilities, in

    JavaScript
    عرض على GitHub↗4,147
  • josdejong/jsoneditorالصورة الرمزية لـ josdejong

    josdejong/jsoneditor

    12,247عرض على GitHub↗

    jsoneditor is a web-based JSON editor component designed for viewing, editing, and formatting structured data. It provides a user interface for managing JSON through multiple rendering modes, including tree, form, and code views. The project is distinguished by its ability to process and visualize exceptionally large datasets, utilizing virtualized memory management to handle JSON files up to 500 MiB without crashing the browser. It also includes a specialized syntax repair tool to convert malformed text into valid JSON and a data transformer for filtering, sorting, and reshaping documents vi

    JavaScript
    عرض على GitHub↗12,247
  • ianstormtaylor/slateالصورة الرمزية لـ ianstormtaylor

    ianstormtaylor/slate

    31,698عرض على GitHub↗

    Slate is a customizable rich text editor framework that treats documents as a recursive tree of nodes. It functions as a schema-based, state-driven system designed to enforce structural constraints and manage nested components within a structured document model. The framework utilizes a plugin-based architecture to extend editor functionality, allowing for the injection of custom logic into the rendering and transformation pipeline. It supports real-time collaborative editing by synchronizing document operations across multiple users. The system covers a broad range of capabilities, includin

    TypeScriptbrowsereditorframework
    عرض على GitHub↗31,698
  • ironcalc/ironcalcالصورة الرمزية لـ ironcalc

    ironcalc/IronCalc

    3,750عرض على GitHub↗

    IronCalc is an XLSX spreadsheet engine and formula evaluator designed to compute numerical expressions and manage workbook structures. It utilizes a logic engine compatible with industry standards to evaluate formulas and manage cell dependencies. The project provides a comprehensive suite of specialized toolkits, including a financial calculation library for bond pricing and net present value, and an engineering math toolkit for complex number arithmetic and Bessel functions. It also features a web-based spreadsheet interface for creating and formatting workbooks. The engine covers a broad

    Rustreactrustself-hosted
    عرض على GitHub↗3,750
  • jpuri/react-draft-wysiwygالصورة الرمزية لـ jpuri

    jpuri/react-draft-wysiwyg

    6,471عرض على GitHub↗

    This project is a rich text editor component for React applications that provides a visual interface for composing and formatting content. It functions as a DraftJS-based WYSIWYG editor, allowing users to create structured documents with inline styles and block types. The editor features a customizable toolbar interface for managing text alignment, lists, and media embeds. It includes a specialized input system for inserting emojis, hashtags, and user mentions as single deletable units. The project provides capabilities for transforming internal editor state into HTML, JSON, or Markdown form

    JavaScript
    عرض على GitHub↗6,471
  • givanz/vvvebjsالصورة الرمزية لـ givanz

    givanz/VvvebJs

    8,532عرض على GitHub↗

    VvvebJs is a self-hosted, vanilla JavaScript library for visually assembling web pages by dragging pre-built HTML components onto a canvas. It functions as a visual HTML editor and component-based page builder that requires no build tools or external dependencies, and can be deployed on a server with PHP or Node.js backend for saving and exporting pages. The builder organizes reusable HTML components into named groups for drag-and-drop assembly, and provides visual property editing that modifies HTML attributes, CSS styles, and class names through form controls and property panels. It include

    JavaScriptbootstrapbootstrap5builder
    عرض على GitHub↗8,532