39 dépôts
Frameworks and wrappers for building cross-platform desktop applications.
Explore 39 awesome GitHub repositories matching part of an awesome list · Desktop Application Frameworks. Refine with filters or upvote what's useful.
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
Builds cross-platform desktop apps with web technologies.
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
Builds small, secure desktop apps using web frontends in Rust.
Zed is an AI-native, high-performance code editor designed for extreme responsiveness and keyboard-centric workflows. It functions as an extensible text processing workspace that integrates autonomous agents and predictive models directly into the development environment to automate complex engineering tasks, refactoring, and code generation. The editor distinguishes itself through a GPU-accelerated rendering pipeline and an asynchronous multi-threaded architecture that ensures low-latency interaction even with large-scale projects. It features built-in support for real-time, multi-user colla
High-performance UI framework for Rust.
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
Runtime for native apps using web technologies and Node.js.
Wails is a cross-platform framework for building native desktop applications by combining a Go backend with web-based frontend technologies. It enables developers to create lightweight software by utilizing the host operating system's native web rendering engine, eliminating the need to bundle heavy browser dependencies. The framework distinguishes itself through a robust communication layer that bridges the backend and frontend. It automatically generates type-safe JavaScript bindings and proxies from Go code, allowing for seamless, asynchronous method invocation and data serialization acros
Builds desktop applications using Go and web technologies.
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
Allows building Flutter-based interfaces using Python.
NiceGUI is a web framework that enables the creation of interactive user interfaces and dashboards using only Python. It functions as a reactive system, automatically synchronizing state between the server and the browser to update interface elements in real time without requiring manual intervention. The framework allows developers to build complex web applications by writing standard Python logic, eliminating the need to author custom HTML, CSS, or client-side scripts. It manages the orchestration of the interface by dynamically injecting necessary assets and reconciling changes to the comp
Web-based UI toolkit for Python with auto-refresh capabilities.
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
Simplifies the creation of graphical interfaces in Python.
POCO is a comprehensive C++ application framework that provides a cross-platform set of libraries for building network-centric applications. It offers a unified abstraction layer that wraps platform-specific APIs, enabling the same code to run across desktop, server, mobile, IoT, and embedded systems. The framework is organized into modular libraries that can be compiled and linked selectively, allowing developers to include only the components their application needs. The framework distinguishes itself through its broad coverage of application infrastructure needs, including threading and sy
Provides a comprehensive C++ application framework with threading, logging, configuration, and cryptography.
JUCE est un framework d'application C++ et une bibliothèque GUI multiplateforme utilisée pour construire des applications de bureau et mobiles. Il sert de framework de développement pour créer des logiciels audio et des plug-ins compatibles avec les standards VST, AU, AAX et LV2. Le framework inclut un système d'intégration de build qui utilise CMake pour gérer les configurations de projet et générer des fichiers de projet IDE natifs. Cela permet à une base de code C++ unique d'être déployée sur plusieurs systèmes d'exploitation.
Provides a cross-platform framework for building desktop and mobile applications using the C++ language.
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
Lightweight framework for cross-platform desktop applications.
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
Fast, native, cross-platform UI framework for Reason.
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
Comprehensive toolkit for building native Windows applications with integrated event handling and asset management.
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
Library for creating simple HTML/JS GUI apps with Python.
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
Provides a graphic system and visual interface dialect for Red.
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
Builds desktop GUIs using web technologies for Python backends.
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
Provides fast bootstrapping for Electron applications.
Toga est un framework d'application multiplateforme et une boîte à outils GUI native pour Python. Il sert de wrapper frontend multi-plateforme qui permet à une base de code unique d'être déployée sur macOS, Windows, Linux, Android et iOS. La boîte à outils fonctionne comme une bibliothèque d'UI de widgets natifs, mappant les définitions d'interface Python de haut niveau directement vers les composants visuels propres au système d'exploitation hôte. Cela garantit que les applications utilisent des widgets système natifs pour correspondre à l'apparence et au comportement de l'environnement cible plutôt que de dépendre de bibliothèques de dessin personnalisées. Le framework couvre le développement multiplateforme pour les applications desktop et mobiles, avec un support supplémentaire pour le déploiement vers les navigateurs web et les terminaux en ligne de commande.
Native, cross-platform GUI toolkit for Python development.
Kdenlive est une suite de montage vidéo non linéaire open-source conçue pour la post-production vidéo numérique. Construite sur le framework MLT et utilisant les frameworks KDE pour son interface utilisateur, elle fournit un environnement multipiste pour assembler des clips, appliquer des transitions et rendre des fichiers vidéo finaux. L'éditeur se distingue par un ensemble complet d'outils d'animation et d'effets, y compris l'animation de paramètres basée sur des images clés avec un éditeur de courbe visuel pour le réglage fin des transitions. Il prend en charge des modifications visuelles avancées telles que le remappage de la vitesse des clips, le masquage de région d'effet et l'intégration de graphiques vectoriels animés provenant de logiciels externes. La suite couvre une large gamme de capacités de production, y compris l'ingénierie audio avec mixage et panoramique basés sur les pistes, la correction et l'étalonnage des couleurs, et des outils de texte pour la génération de sous-titres et la transcription parole-vers-texte. Elle inclut des utilitaires de gestion de projet pour l'organisation des actifs et la définition des métadonnées, ainsi que des optimisations de performance comme les médias proxy et la mise à l'échelle de la résolution de lecture. Le logiciel gère divers codecs et formats pour l'importation et l'exportation de médias, utilisant un rendu d'arrière-plan multithread pour finaliser les projets.
A desktop software project utilizing KDE Frameworks for its user interface and system integration.
Rust bindings of GTK 4
Rust language bindings for the GTK toolkit.