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 mmatyas/pegasus-frontend

Open-source alternatives to Pegasus Frontend

21 open-source projects similar to mmatyas/pegasus-frontend, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Pegasus Frontend alternative.

  • amirhammouteneei/scheduledpasteandkeysAmirHammouteneEI avatar

    AmirHammouteneEI/ScheduledPasteAndKeys

    167View on GitHub↗

    version 1.2.1 (December 2024)

    C++
    View on GitHub↗167
  • arsmasiuk/qvgeArsMasiuk avatar

    ArsMasiuk/qvge

    669View on GitHub↗

    Qt Visual Graph Editor

    C++
    View on GitHub↗669
  • aseman-land/telegramqmlAseman-Land avatar

    Aseman-Land/TelegramQML

    60View on GitHub↗

    Telegram API tools for QtQml and Qml. It's based on Cutegram-Core and libqtelegram.

    C++
    View on GitHub↗60
  • atom/electronatom avatar

    atom/electron

    121,778View on GitHub↗

    Electron is a framework for building native desktop applications using JavaScript, HTML, and CSS. It functions as a cross-platform desktop runtime that combines the Chromium engine with Node.js to enable web technologies to run as standalone applications on Windows, macOS, and Linux. The project serves as a desktop integration layer that allows web-based user interfaces to access low-level operating system APIs. By bridging the Chromium rendering engine with a Node.js environment, it enables a single codebase to be deployed as a native executable across different desktop operating systems. T

    C++
    View on GitHub↗121,778
  • das-labor/panopticondas-labor avatar

    das-labor/panopticon

    1,443View on GitHub↗

    A libre cross-platform disassembler.

    Rust
    View on GitHub↗1,443

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
  • davidar/tensordavidar avatar

    davidar/tensor

    171View on GitHub↗

    Cross-platform Qt5/QML-based Matrix client

    C++
    View on GitHub↗171
  • heroyin/qmlvncviewerheroyin avatar

    heroyin/qmlvncviewer

    65View on GitHub↗

    VNC viewer component by qt quick

    C
    View on GitHub↗65
  • jorgen/yatjorgen avatar

    jorgen/yat

    118View on GitHub↗

    Terminal Emulator written in C++ and qml

    C++
    View on GitHub↗118
  • lirios/fileslirios avatar

    lirios/files

    89View on GitHub↗

    :rocket: File manager

    C++
    View on GitHub↗89
  • mavlink/qgroundcontrolmavlink avatar

    mavlink/qgroundcontrol

    4,347View on GitHub↗

    QGroundControl is a desktop ground control station application that communicates with drones using the MAVLink protocol. It serves as a central interface for controlling both manual and autonomous flight operations, monitoring real-time telemetry, and managing vehicle configurations for compatible UAV platforms. The application provides a comprehensive mission planning environment with an interactive map-based editor for designing autonomous flight paths and waypoint sequences. It includes tools for flight controller configuration and sensor calibration, supporting both PX4 and ArduPilot plat

    C++ardupilotdronehacktoberfest
    View on GitHub↗4,347
  • modulebaan/harbour-sailfindermodulebaan avatar

    modulebaan/harbour-sailfinder

    18View on GitHub↗

    Sailfinder, the unofficial Tinder client for Jolla's Sailfish OS

    C++
    View on GitHub↗18
  • nadunindunil/stickynadunindunil avatar

    nadunindunil/sticky

    9View on GitHub↗

    Your favourite sticky note manager

    JavaScript
    View on GitHub↗9
  • nwjs/nw.jsnwjs avatar

    nwjs/nw.js

    41,183View on GitHub↗

    nw.js is a Node.js desktop application framework that combines a Chromium web renderer with a Node.js runtime to build standalone software for Windows, macOS, and Linux. It serves as a cross-platform desktop runtime that allows developers to create native executables using web technologies. The project is distinguished by its integration layer that exposes Node.js system APIs and modules directly to the browser window and web worker contexts. It functions as a native module bridge, enabling the compilation and execution of low-level C++ system code and native addons within a web-based applica

    JavaScriptdesktopjavascriptnode-webkit
    View on GitHub↗41,183
  • pbek/qownnotespbek avatar

    pbek/QOwnNotes

    5,792View on GitHub↗

    QOwnNotes is a desktop note editor that stores each note as a plain-text Markdown file on the local filesystem, avoiding proprietary formats and enabling direct file access. It functions as a Nextcloud Notes client, syncing notes and metadata with Nextcloud or ownCloud servers through a companion API service for versioning and sharing. The application also integrates with AI providers and exposes a local MCP server for external agents to search and fetch notes, and includes a companion browser extension for capturing web content, bookmarks, and screenshots. The editor distinguishes itself thr

    C++
    View on GitHub↗5,792
  • rolisteam/rolisteamRolisteam avatar

    Rolisteam/rolisteam

    191View on GitHub↗

    Rolisteam is a virtual tabletop. It helps you to manage tabletop role playing games with remote friends/players. It provides many features to share maps, pictures, dice roller, manage background music and much more. The main git repository is available here: https://invent.kde.org/kde/rolisteam.

    C++
    View on GitHub↗191
  • shashwatdixit124/ipconnectshashwatdixit124 avatar

    shashwatdixit124/IPConnect

    90View on GitHub↗

    P2P Chat and File Transfer Desktop Application

    C++
    View on GitHub↗90
  • swordfish90/cool-retro-termSwordfish90 avatar

    Swordfish90/cool-retro-term

    25,706View on GitHub↗

    This project is a cross-platform terminal emulator that functions as a graphical frontend for command line shells. It operates by managing shell processes through a pseudoterminal emulation layer, capturing raw character streams to display them within a native desktop windowing environment. The application distinguishes itself through a specialized rendering engine that simulates the visual characteristics of vintage cathode ray tube hardware. By utilizing fragment shaders, it applies real-time effects such as scanlines, screen curvature, and phosphor glow directly to the terminal output. Use

    QMLlinuxmacosqml
    View on GitHub↗25,706
  • telegramdesktop/tdesktoptelegramdesktop avatar

    telegramdesktop/tdesktop

    32,099View on GitHub↗

    This project is a cross-platform messaging client that implements a secure, real-time communication protocol. It provides a comprehensive development toolkit, including a database library and messaging SDK, which allows for the creation of custom messaging applications that maintain synchronized state across multiple devices. The core architecture relies on an asynchronous event-driven model to ensure responsive performance while managing persistent local database synchronization with server-side state. The client distinguishes itself through a robust end-to-end encryption layer that supports

    C++messengermulti-platformtelegram
    View on GitHub↗32,099
  • wh201906/serialtestwh201906 avatar

    wh201906/SerialTest

    1,613View on GitHub↗

    Data transceiver(monitor)/realtime plotter/shortcut/file transceiver over serial port/Bluetooth/network on Windows/Linux/Android/macOS | 跨平台串口/蓝牙/网络调试助手,带数据收发/实时绘图/快捷发送/文件收发面板,可在PC和Android设备上使用

    C++
    View on GitHub↗1,613
  • xland/screencapturexland avatar

    xland/ScreenCapture

    1,199View on GitHub↗

    A feature-rich screen capture software with just a single executable file

    C++
    View on GitHub↗1,199
  • yubico/yubioath-desktopYubico avatar

    Yubico/yubioath-desktop

    1,334View on GitHub↗

    Yubico Authenticator for Desktop (Windows, macOS and Linux) and Android

    Dart
    View on GitHub↗1,334