awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to boson-php/boson

Open-source alternatives to Boson

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

  • lxn/walkAvatar von lxn

    lxn/walk

    7,063Auf GitHub ansehen↗

    Walk is a comprehensive framework for building native Windows desktop applications. It functions as a GUI library and Windows API wrapper, providing a toolkit of native widgets and a declarative layout system for developing high-performance user interfaces. The project is distinguished by its data-binding framework, which uses reflection and string-based property paths to synchronize data sources with interface widgets. It also provides specialized support for high-DPI interface scaling and an optimized native message loop to reduce runtime overhead. The toolkit covers a wide range of capabi

    Godeclarativedeclarative-uigo
    Auf GitHub ansehen↗7,063
  • kde/kdenliveAvatar von KDE

    KDE/kdenlive

    5,207Auf GitHub ansehen↗

    Kdenlive is an open-source non-linear video editing suite designed for digital video post-production. Built on the MLT Framework and utilizing KDE Frameworks for its user interface, it provides a multi-track environment for assembling clips, applying transitions, and rendering final video files. The editor distinguishes itself through a comprehensive set of animation and effect tools, including keyframe-based parameter animation with a visual curve editor for fine-tuning transitions. It supports advanced visual modifications such as clip speed remapping, effect region masking, and the integra

    C++
    Auf GitHub ansehen↗5,207
  • ddmitov/perl-executing-browserD

    ddmitov/perl-executing-browser

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • electron/electronAvatar von electron

    electron/electron

    121,727Auf GitHub ansehen↗

    This framework provides a multi-process architecture for building desktop applications using web technologies. It manages the application lifecycle, window states, and system-level integrations through a primary entry point, while isolating web content in separate rendering processes to maintain stability and security. A secure bridge mechanism facilitates communication between these isolated contexts and the main process, ensuring that privileged system APIs remain protected. The framework distinguishes itself through a comprehensive security model that includes process sandboxing, content p

    C++c-plus-pluschromecss
    Auf GitHub ansehen↗121,727

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • flet-dev/fletAvatar von flet-dev

    flet-dev/flet

    15,611Auf GitHub ansehen↗

    Flet is a cross-platform framework that enables developers to build interactive desktop, mobile, and web applications using only Python. By utilizing a declarative programming model, it allows for the construction of complex user interfaces through a hierarchical structure of components, removing the need for specialized knowledge of web-specific languages like HTML, CSS, or JavaScript. The framework distinguishes itself by offloading visual rendering to a high-performance graphics engine while maintaining application logic within a centralized server-side environment. This architecture synch

    Pythonandroidcross-platformdesktop
    Auf GitHub ansehen↗15,611
  • gtk-rs/gtk4-rsAvatar von gtk-rs

    gtk-rs/gtk4-rs

    2,309Auf GitHub ansehen↗

    Rust bindings of GTK 4

    Rustgdk4gdk4-waylandgdk4-x11
    Auf GitHub ansehen↗2,309
  • jruby/jrubyfxJ

    jruby/jrubyfx

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • kbkpbot/vxuiK

    kbkpbot/vxui

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • kjlaw89/viupAvatar von kjlaw89

    kjlaw89/viup

    46Auf GitHub ansehen↗

    VIUP is a work-in-progress V wrapper for the C-based cross-platform UI library, IUP. The aim of this library is to provide a thorough implementation of IUP in V. The implmentation is faithful to the original API but takes some liberties to provide a native "V" feel and modernizes some of the calls.

    HTML
    Auf GitHub ansehen↗46
  • malisipi/muiAvatar von malisipi

    malisipi/mui

    113Auf GitHub ansehen↗

    ```v import malisipi.mui as m

    V
    Auf GitHub ansehen↗113
  • maximegris/angular-electronAvatar von maximegris

    maximegris/angular-electron

    5,725Auf GitHub ansehen↗

    Angular Electron is a project scaffolding tool that generates a preconfigured desktop application template combining Angular's web framework with Electron's native runtime. It produces cross-platform executables for Windows, macOS, and Linux from a single codebase, while providing a development server with hot reload that automatically refreshes the Electron renderer process when Angular source files change. The project handles the architectural complexity of running Angular inside Electron by separately bundling Node.js modules for the main process and Angular modules for the renderer proces

    TypeScript
    Auf GitHub ansehen↗5,725
  • maximegris/angular-tauriAvatar von maximegris

    maximegris/angular-tauri

    217Auf GitHub ansehen↗

    Ultra-fast bootstrapping with Angular and Tauri :speedboat:

    TypeScript
    Auf GitHub ansehen↗217
  • neutralinojs/neutralinojsAvatar von neutralinojs

    neutralinojs/neutralinojs

    8,543Auf GitHub ansehen↗

    Neutralinojs is a lightweight cross-platform desktop application framework that allows developers to build native applications using web technologies and a C++ backend. It serves as a native system API bridge, enabling JavaScript frontend code to execute system commands and manage files across Windows, macOS, and Linux. The project distinguishes itself as a portable runtime that renders interfaces via the system's built-in webview instead of bundling a full browser engine. This approach enables the packaging of web assets into small, standalone executable binaries. The framework provides com

    C++
    Auf GitHub ansehen↗8,543
  • nocturlab/vi-vN

    nocturlab/vi-v

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • nwjs/nw.jsAvatar von nwjs

    nwjs/nw.js

    41,183Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗41,183
  • nwutils/nw-angular-exampleAvatar von nwutils

    nwutils/nw-angular-example

    32Auf GitHub ansehen↗

    An example of integrating Angular with NW.js

    HTML
    Auf GitHub ansehen↗32
  • phusion/traveling-rubyAvatar von phusion

    phusion/traveling-ruby

    2,138Auf GitHub ansehen↗

    Self-contained Ruby binaries that can run on any Linux distribution and any macOS machine.

    Shell
    Auf GitHub ansehen↗2,138
  • pisaiah/uiP

    pisaiah/ui

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • pyloid/pyloidP

    pyloid/pyloid

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • pysimplegui/pysimpleguiAvatar von PySimpleGUI

    PySimpleGUI/PySimpleGUI

    13,807Auf GitHub ansehen↗

    PySimpleGUI is a Python framework used to build graphical user interfaces. It functions as an adapter-based wrapper that maps multiple GUI toolkit APIs into a single unified interface, allowing for backend-agnostic development across tkinter, Qt, or WxPython. The project uses a layout-based UI definition system where visual hierarchies are defined via nested lists rather than coordinate-based placement. It employs an event-driven polling loop and string-based event mapping to associate interface elements with specific user actions. The framework supports cross-framework GUI design and intera

    Pythonbeginner-friendlydatavisualizationgames
    Auf GitHub ansehen↗13,807
  • python-eel/eelAvatar von python-eel

    python-eel/Eel

    6,747Auf GitHub ansehen↗

    Eel is a Python HTML GUI framework designed for building desktop applications that utilize a Python backend and an HTML and JavaScript frontend. It functions as a local web server wrapper that hosts application assets and manages the browser window to provide a user interface. The framework provides a bidirectional Python-JavaScript bridge, allowing functions in either language to call each other in real time. It also includes a desktop application bundler to package Python code and web assets into a standalone executable for distribution. The system covers application window management, loc

    Pythonhacktoberfest
    Auf GitHub ansehen↗6,747
  • r0x0r/pywebviewAvatar von r0x0r

    r0x0r/pywebview

    5,917Auf GitHub ansehen↗

    pywebview is a cross-platform desktop GUI framework for Python that renders HTML, CSS, and JavaScript content using the operating system's native web rendering engine. It enables developers to build desktop applications that run on Windows, macOS, and Linux from a single Python codebase, with the web frontend displayed in a lightweight, native window. The framework provides a bidirectional JavaScript-Python bridge for real-time data exchange between frontend and backend, along with the ability to manipulate the Document Object Model directly from Python without writing JavaScript. It includes

    Pythoncefcocoagtk
    Auf GitHub ansehen↗5,917
  • red/redAvatar von red

    red/red

    6,009Auf GitHub ansehen↗

    Red is a programming language with a native compiler that translates high-level source code into standalone executables for Windows, macOS, and Linux without external runtime dependencies. It combines a cross-platform GUI development framework that renders native operating system widgets from a single codebase with a reactive data binding system that automatically synchronizes UI state with data sources. The language also includes an embedded DSL and parsing engine based on PEG grammar rules for defining and processing domain-specific languages within the language itself. The project distingu

    Red
    Auf GitHub ansehen↗6,009
  • revery-ui/reveryAvatar von revery-ui

    revery-ui/revery

    8,045Auf GitHub ansehen↗

    Revery is a cross-platform GUI toolkit and functional UI framework used to build native desktop applications for Windows, macOS, and Linux. It utilizes the Reason functional programming language to compile code into machine-level instructions for native execution. The framework employs a component-based model to manage user interfaces, mapping functional components to the underlying native operating system widgets. This approach ensures that applications maintain native performance, behavior, and a consistent look and feel across different operating systems. The toolkit covers the full appli

    Reason
    Auf GitHub ansehen↗8,045
  • ruby-gnome/ruby-gnomeAvatar von ruby-gnome

    ruby-gnome/ruby-gnome

    403Auf GitHub ansehen↗

    A set of bindings for the GNOME libraries to use from Ruby.

    Ruby
    Auf GitHub ansehen↗403
  • ruby/tkR

    ruby/tk

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • ryanmelt/qtbindingsAvatar von ryanmelt

    ryanmelt/qtbindings

    336Auf GitHub ansehen↗

    An easy to install gem version of the Ruby bindings to Qt

    C++
    Auf GitHub ansehen↗336
  • skoro/php-tkuiS

    skoro/php-tkui

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • tauri-apps/create-tauri-appAvatar von tauri-apps

    tauri-apps/create-tauri-app

    1,525Auf GitHub ansehen↗
    Rust
    Auf GitHub ansehen↗1,525
  • tauri-apps/tauriAvatar von tauri-apps

    tauri-apps/tauri

    107,946Auf GitHub ansehen↗

    Tauri is a cross-platform framework for building desktop applications that combine web-based user interfaces with a memory-safe systems-language backend. It functions as a secure runtime that hosts web content within native windowing containers, allowing developers to leverage existing web technologies while maintaining high-performance native logic. By compiling applications into small-footprint, platform-specific binaries, the framework avoids bundling heavy runtime environments, resulting in lightweight executables. The project distinguishes itself through a capability-based security model

    Rustdesktop-apphigh-performancemobile-app
    Auf GitHub ansehen↗107,946