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
kusti8 avatar

kusti8/proton-native

0
View on GitHub↗
10,894 stars·352 forks·TypeScript·MIT·18 viewsproton-native.js.org↗

Proton Native

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 bridge architecture, where each React component maps to a specific native widget like QPushButton or QLabel. It provides a unified component API that compiles to platform-specific native widgets through a plugin-based backend system, while coordinating asynchronous React updates with the native event loop using a shared message queue. The development environment supports hot reloading, applying code changes instantly to running desktop applications without restarting the process.

Proton Native integrates seamlessly with standard React ecosystem libraries like Redux and allows using any Node.js package directly in the application without compatibility workarounds. The framework's documentation covers installation, component API reference, and development workflow setup for getting started with cross-platform desktop application development.

Features

  • React Desktop App Development - Building cross-platform desktop applications for Windows, macOS, and Linux using React components and patterns.
  • React Desktop Frameworks - Builds cross-platform desktop applications for Windows, macOS, and Linux using React components and patterns.
  • Hot Code Reloading - Update the running application instantly when source files are modified without a full restart.
  • Desktop Hot Reloaders - A development environment that applies code changes instantly to running desktop applications without restart.
  • React - Applies code changes instantly to running desktop applications without restarting the process.
  • Desktop Ports - Create cross-platform desktop applications using the same component syntax and patterns as React Native.
  • Node.js Desktop Integration - Using standard Node.js packages for filesystem, process, and system-level functionality inside a desktop application.
  • Node.js Runtime Integration - Embeds the full Node.js runtime alongside the React renderer, enabling direct access to filesystem, process, and native modules.
  • Bridge Architectures - Translates React component trees into native desktop widgets through a bidirectional JSON message protocol between JavaScript and native processes.
  • Cross-Platform Desktop Development - Building desktop applications for Windows, macOS, and Linux from a single React codebase without platform-specific rewrites.
  • Plugin-Based Backend Abstractions - Provides a unified component API that compiles to platform-specific native widgets (Windows, macOS, Linux) through a plugin-based backend system.
  • Desktop Flexbox Layouts - Positioning and styling desktop interface elements using CSS flexbox layout properties.
  • JavaScript - Implements CSS flexbox layout calculations in JavaScript, then passes computed positions to native widgets for pixel-perfect rendering.
  • Native Rendering Bridges - Translates React component trees into native desktop widgets through a bidirectional JSON message protocol between JavaScript and native processes.
  • React-to-Native Widget Mappings - Each React component maps to a specific native desktop widget (e.g., QPushButton, QLabel) via a declarative configuration layer.
  • Cross-Platform Desktop Frameworks - An environment that compiles React code into native desktop applications for Windows, macOS, and Linux.
  • WebSocket-Based Module Replacement - Replaces component modules in memory without restarting the native process, using a WebSocket-based update stream and incremental re-rendering.
  • Desktop Adaptations - Port existing React Native components to desktop platforms with few or no changes.
  • React-Native Event Loop Bridges - Coordinates asynchronous React updates with the native event loop using a shared message queue and batched state synchronization.
  • Node.js Package Compatibility - Use any standard Node.js package directly in the application without compatibility workarounds.
  • Desktop Widget Backends - Provides a unified component API that compiles to platform-specific native widgets through a configurable plugin-based backend architecture.
  • Desktop - Implements CSS flexbox layout calculations in JavaScript for positioning native desktop widgets.
  • Flexbox - Lay out and style user interface elements using Flexbox and standard CSS properties.
  • React Libraries - Use standard React ecosystem libraries like Redux without needing special adapters.

Star history

Star history chart for kusti8/proton-nativeStar history chart for kusti8/proton-native

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Proton Native

These projects share indexed features with Proton Native. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • nodegui/react-nodeguinodegui avatar

    nodegui/react-nodegui

    6,186View on GitHub↗

    Build performant, native and cross-platform desktop applications with native React powerful CSS like styling.🚀

    TypeScriptcssdesktopgui
    View on GitHub↗6,186
  • status-im/react-native-desktop-qtstatus-im avatar

    status-im/react-native-desktop-qt

    1,243View on GitHub↗

    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

    JavaScript
    View on GitHub↗1,243
  • nodegui/nodeguinodegui avatar

    nodegui/nodegui

    9,221View on GitHub↗

    NodeGUI is a framework for building native desktop applications using Qt6 widgets, controlled entirely from JavaScript and Node.js. It provides a Qt6 Node.js binding that maps native widget classes to JavaScript objects, enabling developers to create cross-platform desktop apps for Linux and Windows with full access to the Node.js ecosystem and npm modules. The framework distinguishes itself by allowing developers to style native desktop widgets with CSS and Flexbox layout rules, without relying on a web browser. It translates CSS properties and Flexbox layout into Qt stylesheet and layout ma

    C++cross-platformdesktopgui
    View on GitHub↗9,221
  • raycast/extensionsraycast avatar

    raycast/extensions

    7,570View on GitHub↗

    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

    TypeScript
    View on GitHub↗7,570
Compare all 30 related projects→

Frequently asked questions

What does kusti8/proton-native do?

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…

What are the main features of kusti8/proton-native?

The main features of kusti8/proton-native are: React Desktop App Development, React Desktop Frameworks, Hot Code Reloading, Desktop Hot Reloaders, React, Desktop Ports, Node.js Desktop Integration, Node.js Runtime Integration.

Which projects share features with kusti8/proton-native?

Projects with overlapping indexed features include: nodegui/react-nodegui — Build performant, native and cross-platform desktop applications with native React + powerful CSS like styling.🚀. status-im/react-native-desktop-qt — This project is a cross-platform development framework that enables the execution of React Native applications as… nodegui/nodegui — NodeGUI is a framework for building native desktop applications using Qt6 widgets, controlled entirely from JavaScript… raycast/extensions — Raycast Extensions is an open-source platform for building and distributing self-contained plugins that integrate with… atom/electron — Electron is a framework for building native desktop applications using JavaScript, HTML, and CSS. It functions as a… electron-react-boilerplate/electron-react-boilerplate — This project is a TypeScript desktop boilerplate and application template that combines Electron and React for…

Curated searches featuring Proton Native

Hand-picked collections where Proton Native appears.
  • Cross-Platform Desktop Application Frameworks