4 repository-uri
Frameworks that compile React component trees into native desktop widgets for cross-platform deployment.
Distinct from Cross-Platform Desktop Frameworks: Distinct from Cross-Platform Desktop Frameworks: specifically uses React component syntax and patterns, not general desktop frameworks.
Explore 4 awesome GitHub repositories matching web development · React Desktop Frameworks. Refine with filters or upvote what's useful.
Proton Native is a cross-platform desktop framework that compiles React code into native applications for Windows, macOS, and Linux. It enables developers to build desktop applications using the same component syntax and patterns as React Native, with the ability to reuse existing React Native components with minimal modifications. The framework integrates a flexbox layout engine for positioning native desktop widgets and embeds the Node.js runtime for direct filesystem and system-level access. The framework translates React component trees into native desktop widgets through a bidirectional
Builds cross-platform desktop applications for Windows, macOS, and Linux using React components and patterns.
Raycast Extensions is an open-source platform for building and distributing self-contained plugins that integrate with the Raycast desktop application. It provides an extension plugin framework where developers create packages using TypeScript, React, and Node.js, with each extension declaring its commands and permissions through a static manifest. The platform includes a hot-reload development server that watches source files and triggers live UI updates without restarting the host application. The platform distinguishes itself through deep AI integration capabilities, allowing extensions to
Provides a platform for building native desktop extensions using React components with hot-reloading and a custom reconciler.
Build performant, native and cross-platform desktop applications with native React powerful CSS like styling.🚀
Builds native desktop applications using React components rendered with Qt widgets instead of a web view.
This project is a cross-platform development framework that enables the execution of React Native applications as native desktop software. By utilizing the Qt toolkit, it maps mobile-oriented interface components to native desktop widgets, allowing developers to deploy a single codebase across Linux, macOS, and Windows. The framework functions as a bridge between JavaScript-based application logic and native system interfaces. It includes a native module bridge that exposes system-level hardware and platform capabilities to the JavaScript runtime, facilitating the integration of custom C++ or
Compiles component trees into native desktop widgets for cross-platform deployment using the Qt toolkit.