5 रिपॉजिटरी
Building cross-platform desktop applications for Windows, macOS, and Linux using React components and patterns.
Distinct from Desktop Ports: Distinct from Desktop Ports: focuses on building desktop apps from scratch with React, not porting existing React Native mobile code.
Explore 5 awesome GitHub repositories matching mobile development · React Desktop App Development. 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
Building 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
Enables building native desktop interfaces using React components with hot-reloading and a custom reconciler for in-window rendering.
Build performant, native and cross-platform desktop applications with native React powerful CSS like styling.🚀
Builds cross-platform desktop applications using React components rendered with native widgets instead of a web view.
Vuido is a framework for building native desktop applications for Windows, macOS, and Linux using Vue.js components, without requiring Electron or Chromium. It maps Vue components directly to native widgets from the libui library, creating lightweight applications that run on a single-threaded event loop and compile templates at build time for optimized runtime performance. The framework provides a complete Vue.js component-to-native bridge, enabling two-way data binding via v-model, component-based window composition, and platform-specific package generation for distributing executables. It
Provides the core framework for building native desktop apps from Vue.js components without Electron.
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
Communicates between frontend and backend by running a Flask server alongside the desktop window.