awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
maximegris avatar

maximegris/angular-electron

0
View on GitHub↗
5,725 نجوم·1,358 تفرعات·TypeScript·MIT·4 مشاهداتbelnadris.github.io/angular-electron↗

Angular Electron

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 process using distinct webpack configurations. It includes runtime guards that conditionally import Node.js core modules only when running inside Electron, and supports attaching the Chrome DevTools Protocol debugger from VS Code for breakpoint-based inspection. A hot-reload bridge relays file-change events from the Angular dev server to the Electron renderer process, triggering automatic page reloads during development.

The tooling supports building the same Angular codebase into multiple output formats: platform-specific executables (AppImage, Flatpak, or OS-native formats), optimized production bundles, and static web files for browser distribution. Developers can run the application in browser mode to bypass the Electron shell for quick frontend testing, execute end-to-end tests against the running Electron application, and integrate Angular Material by temporarily swapping custom webpack builders. The project manages dependency declarations across both Electron processes, allowing npm packages to be imported in the main thread and Node.js native modules to be loaded conditionally in the renderer.

Features

  • Angular Desktop Scaffolders - Scaffolds a preconfigured Angular+Electron desktop application template with hot reload and cross-platform builds.
  • Angular - Provides the core scaffolding that bundles Angular into Electron for desktop-native execution.
  • Desktop Hot Reloaders - Starts a local development environment that reloads the renderer process on code changes.
  • Angular Renderer Bridges - Bridges Angular's dev server to the Electron renderer for automatic page reloads on file changes.
  • Electron Renderer Hot Reloaders - Offers a development server that automatically refreshes the Electron renderer process when Angular source files change.
  • Hot-Reloading Servers - Starts a local development server that automatically refreshes the application when source files change.
  • Electron Process Bundling - Separately bundles Node.js modules for Electron's main process and Angular modules for the renderer process.
  • Cross-Platform Executable Packagers - Creates platform-specific installable binaries for Linux, Windows, and Mac.
  • Desktop Application Installers - Packages the application into platform-specific executables like AppImage and Flatpak for end-user installation.
  • Angular Electron Boilerplates - Provides a preconfigured project template combining Angular's web framework with Electron's desktop runtime.
  • Web Technology Desktop Scaffolders - Generates a ready-to-develop project structure for building native desktop applications with web technologies.
  • Cross-Platform Desktop Frameworks - Bundles Angular and Electron to produce installable executables for Windows, macOS, and Linux from a single codebase.
  • Angular CLI Builder Overrides - Overrides Angular CLI's default webpack builders to support Electron-specific module resolution and bundling.
  • Angular Desktop Build Targets - Compiles the same Angular codebase into Electron executables, web bundles, and static files.
  • Production Build & Deployment - Compiles the application into an optimized bundle ready for distribution.
  • Electron Runtime Guards - Implements runtime guards to conditionally load Node.js modules only within the Electron environment.
  • Static Web Applications - Compiles the application into static files that can be served directly in a web browser.
  • Desktop Frameworks - Provides fast bootstrapping for Electron-based applications.
  • Application Boilerplates - Angular and TypeScript based bootstrapping.
  • Desktop Application Frameworks - Provides fast bootstrapping for Electron applications.

سجل النجوم

مخطط تاريخ النجوم لـ maximegris/angular-electronمخطط تاريخ النجوم لـ maximegris/angular-electron

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Angular Electron

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Angular Electron.
  • nwjs/nw.jsالصورة الرمزية لـ nwjs

    nwjs/nw.js

    41,183عرض على GitHub↗

    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
    عرض على GitHub↗41,183
  • wailsapp/wailsالصورة الرمزية لـ wailsapp

    wailsapp/wails

    34,819عرض على GitHub↗

    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

    Goangulardesktop-applicationgo
    عرض على GitHub↗34,819
  • kusti8/proton-nativeالصورة الرمزية لـ kusti8

    kusti8/proton-native

    10,894عرض على GitHub↗

    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

    TypeScriptcross-platformdesktopjs
    عرض على GitHub↗10,894
  • go-flutter-desktop/go-flutterالصورة الرمزية لـ go-flutter-desktop

    go-flutter-desktop/go-flutter

    5,934عرض على GitHub↗

    go-flutter is a runtime and embedding library that enables Flutter applications to run natively on Windows, macOS, and Linux using Go and GLFW. It implements the Flutter Embedding API to render Flutter UIs on desktop platforms, providing a cross-platform desktop runtime that bridges Go and Dart code through standard Flutter method and event channels. The project includes a plugin framework that supports bidirectional communication between Go and Dart, allowing Go code to invoke Dart handlers and expose Go methods for Dart to call, with optional synchronous replies. It also provides event stre

    Gocross-platformdesktopflutter
    عرض على GitHub↗5,934
عرض جميع البدائل الـ 30 لـ Angular Electron→

الأسئلة الشائعة

ما هي وظيفة maximegris/angular-electron؟

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.

ما هي الميزات الرئيسية لـ maximegris/angular-electron؟

الميزات الرئيسية لـ maximegris/angular-electron هي: Angular Desktop Scaffolders, Angular, Desktop Hot Reloaders, Angular Renderer Bridges, Electron Renderer Hot Reloaders, Hot-Reloading Servers, Electron Process Bundling, Cross-Platform Executable Packagers.

ما هي البدائل مفتوحة المصدر لـ maximegris/angular-electron؟

تشمل البدائل مفتوحة المصدر لـ maximegris/angular-electron: nwjs/nw.js — nw.js is a Node.js desktop application framework that combines a Chromium web renderer with a Node.js runtime to build… wailsapp/wails — Wails is a cross-platform framework for building native desktop applications by combining a Go backend with web-based… kusti8/proton-native — Proton Native is a cross-platform desktop framework that compiles React code into native applications for Windows,… go-flutter-desktop/go-flutter — go-flutter is a runtime and embedding library that enables Flutter applications to run natively on Windows, macOS, and… mimecorg/vuido — Vuido is a framework for building native desktop applications for Windows, macOS, and Linux using Vue.js components,… nklayman/vue-cli-plugin-electron-builder — This project is a Vue.js plugin and build tool designed to package web applications into standalone desktop…