awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesElectron Integrations

Tools for building Electron applications with Vite.

Explore 5 awesome GitHub repositories matching part of an awesome list · Electron Integrations. Refine with filters or upvote what's useful.

Awesome Electron Integrations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • electron-userland/electron-builderAvatar von electron-userland

    electron-userland/electron-builder

    14,594Auf GitHub ansehen↗

    electron-builder is a cross-platform build automator and packaging tool for Electron applications. It bundles source code and dependencies into platform-specific installers, portable executables, and app store formats for Windows, macOS, and Linux. The project functions as a distribution pipeline that orchestrates the signing and notarization of binaries to ensure authenticity and bypass security warnings. It also serves as an auto-update orchestrator, preparing application packages and distribution channels to support automatic background software updates. Its capability surface covers the

    Sets up the delivery system that allows installed Electron applications to automatically download and apply software updates.

    TypeScript
    Auf GitHub ansehen↗14,594
  • microsoft/react-native-code-pushAvatar von Microsoft

    Microsoft/react-native-code-push

    9,133Auf GitHub ansehen↗

    This project is a dynamic code delivery system and over-the-air update client for cross-platform mobile frameworks. It enables the distribution of JavaScript bundles and remote assets directly to devices, allowing updates to be applied without requiring a full application store release. The system provides infrastructure for staged rollouts, A/B testing, and remote hotfix deployment by directing specific user segments or percentages to different code versions. It ensures stability through a client-side rollback manager that automatically reverts to a previous stable version if a new update ca

    Delivers specific code updates to different user demographics based on targeted criteria.

    C
    Auf GitHub ansehen↗9,133
  • electron/fiddleAvatar von electron

    electron/fiddle

    7,736Auf GitHub ansehen↗

    Fiddle is an interactive API reference tool and playground environment for the Electron platform. It serves as a project prototyper and sandbox where users can explore, draft, and test application logic without the need to manually set up a full project structure. The tool distinguishes itself by allowing users to compile prototype experiments into distributable standalone binaries for Windows, macOS, and Linux. It also provides a mechanism to export these experiments into standalone project folders for continued development in a professional integrated development environment. The environme

    Integrates and tests third party NPM packages within an Electron environment using a built-in version selector.

    TypeScriptdesktopelectronhacktoberfest
    Auf GitHub ansehen↗7,736
  • mikaelbr/node-notifierAvatar von mikaelbr

    mikaelbr/node-notifier

    5,840Auf GitHub ansehen↗

    node-notifier ist eine Node.js-Bibliothek und ein plattformübergreifender Wrapper, der eine einheitliche JavaScript-Schnittstelle zum Senden nativer Desktop-Benachrichtigungen unter macOS, Windows und Linux bereitstellt. Es fungiert als Brücke zwischen JavaScript-Code und systemeigenen Benachrichtigungs-Binärdateien wie libnotify, Growl und Windows Toasters. Das Projekt unterstützt die Integration nativer Alerts in Node.js-Anwendungen, Electron-Desktop-Apps und Shell-Skripte. Es enthält ein CLI-Dienstprogramm, um Desktop-Alerts direkt aus einem Terminal mithilfe von Argumenten oder gepipter Eingabe auszulösen. Die Bibliothek verwaltet die native Alert-Zustellung, einschließlich der Wiedergabe benutzerdefinierter Benachrichtigungstöne. Sie überwacht zudem die Nutzerinteraktion, sodass Anwendungen auf Klicks oder Timeouts reagieren können, um programmatische Antworten auszulösen. Konfigurationsoptionen sind verfügbar, um Reporter-Einstellungen des Betriebssystems anzupassen, wie z. B. App-Identifikatoren und Dringlichkeitsstufen.

    Integrates native desktop alerts into Electron applications to notify users of background events or system updates.

    JavaScript
    Auf GitHub ansehen↗5,840
  • microsoft/code-pushAvatar von microsoft

    microsoft/code-push

    4,415Auf GitHub ansehen↗

    Code-push ist ein Cloud-basierter Over-the-Air-Update-Dienst, der JavaScript- und Asset-Updates an mobile Anwendungen ausliefert. Er ermöglicht die Verteilung von Anwendungs-Binaries und Hotfixes, ohne dass eine vollständige Neuinstallation der App oder der traditionelle App-Store-Review-Prozess erforderlich ist. Das System zeichnet sich durch gezielte Deployment-Funktionen aus, die es ermöglichen, Updates an spezifische Benutzergruppen und Kohorten auszuliefern. Es unterstützt die Synchronisation aktiver Release-Versionen zwischen einem Cloud-Backend und dem installierten Client, um Deployment-Zustände über verschiedene Umgebungen hinweg zu verwalten. Die Plattform deckt ein breites Spektrum an operativen Funktionen ab, einschließlich der Verwaltung von Anwendungs-Metadaten, der Automatisierung von Deployment-Lebenszyklen und der Erfassung von Gesundheits- und Stabilitätsmetriken. Sie bietet Tools zur Überwachung von Release-Adoptionsraten, zum Abrufen von Installationszahlen und zum Sammeln von Crash-Reports, um die Auswirkungen von Updates zu analysieren. Das Projekt ist in TypeScript implementiert.

    Delivers specific software updates to defined user demographics based on targeting criteria.

    TypeScriptcodepushcordovareact
    Auf GitHub ansehen↗4,415
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Electron Integrations

Unter-Tags erkunden

  • Dependency TestingEvaluating the compatibility and behavior of third-party modules within a specific runtime environment. **Distinct from Electron Integrations:** Distinct from general integration; specifically focuses on testing and version selection of dependencies in a sandbox.
  • Dynamic Code Delivery SystemsSystems that push targeted code updates to specific user segments for staged rollouts and A/B testing. **Distinct from Update Delivery Systems:** Broadens from Electron-specific updates to a general framework for targeted dynamic code delivery.
  • Notification IntegrationsSpecific integrations for adding notification capabilities to Electron-based applications. **Distinct from Electron Integrations:** Focuses on native alert integration rather than general Electron build tools or automation.
  • Update Delivery Systems1 Sub-TagImplementation of the backend and client-side logic required to deliver software updates to installed applications. **Distinct from Electron Integrations:** Focuses on the delivery mechanism for Electron apps specifically, distinct from general update managers