1,456 questions
0
votes
0
answers
35
views
Transparent, unfocusable and clickable BrowserWindow in Electron
I am creating a button that is clickable but doesn't bring the app to the foreground. To achieve this I implemented the button as a separate BrowserWindow with focusable: false and its parent set to ...
3
votes
2
answers
164
views
IPC delay from main process to renderer with Claude Integration [closed]
I have written a simple Electron Project with Claude integration.
Idea here is to use Claude-code npm package to access terminal and make the query to claude to get the required results and display it ...
1
vote
0
answers
34
views
Auto-update not installing after quit and reopen on macOS 13 Ventura (Electron)
Environment
Electron: 25.x (tested)
electron-builder / electron-updater: tested with electron-builder 23.x / electron-updater (versions may vary)
macOS: 13.x Ventura
Relevant code (main process/...
3
votes
0
answers
341
views
How to add custom app icon to my Electron app with Electron-Vite
I am having hard time setting up a custom app icon to my electron app running on Windows. And i've looked up different posts but none of them solves my question.
I am using Electron-Vite to create the ...
1
vote
1
answer
702
views
Cannot find module electron.js in app.asar
I am trying to package my react app with electron (first time). Everything was fine when running the development build. I packaged it and it created the dist file with no errors logged.
However, when ...
0
votes
0
answers
32
views
Pass base URL to .exe installer when downloading it
I have my Azure pipeline generating a .exe installer file to be downloaded by user when clicking a download button in web application. The user will be able to install the electron application through ...
66
votes
17
answers
117k
views
Electron - Not allowed to load local resource
Evening,
I'm looking into using electron to package an existing angular2 build. I thought I had a dry run working but the actual packaging seems to be failing (see final step below) and I want to ...
149
votes
5
answers
67k
views
electron-builder vs electron-packager [closed]
What is main difference between electron-builder and electron-packager. Is there some example projects for both? Which is better for standalone .exe application build?
-1
votes
1
answer
314
views
Getting Error can not find module call-bind-apply-helper in window electron js production build
error message
I have tried electron js production build in linux it is working fine but when creating build in production it is giveing me error, It was stopping suddenly and giving error,
for this i ...
1
vote
0
answers
99
views
Electron with Webpack, React & TypeScript - __dirname is not defined in Renderer Process
I’m building an Electron app using the following stack: Webpack, TypeScript and React.
I manually build the app using:
npx webpack --config webpack.main.config.ts
npx webpack --config webpack.renderer....
0
votes
1
answer
398
views
How to include tailwindcss styles in Electron app using electron-builer?
I'm developing a simple electron app. I'm using React with vite for the frontend of the app. After adding tailwindcss to the project the application shows just a white page when built as a production ...
0
votes
0
answers
282
views
Electron app with bundled Node.js server fails to load Vite app on systems without Node.js
I'm developing an Electron application that bundles a Node.js server to serve a Vite-built React application. The goal is for the application to be self-contained and work correctly on systems that ...
1
vote
1
answer
280
views
Unable to sign mac electron app with electron-builder
I've been wrestling with this all day, it seems like in most cases this is supposed to "just work" but won't for me.
I'm trying to use electron-builder to sign a mac app, on mac. The app ...
20
votes
7
answers
33k
views
"GPU process isn't usable. Goodbye."
I'm experimenting with building a Windows and Mac OS app using Electron and have hit a snag.
In short, if I try to run the application directly with Electron on Mac OS Big Sur (as opposed to building ...
1
vote
1
answer
141
views
Electron app process is named after app description
When making an Electron based desktop app for Windows, I noticed that upon building it with electron-builder and launching the executable (portable), the process name in Task Manager is the app's ...
0
votes
0
answers
36
views
how to enable interaction only for one item and disable for others
so im trying to implement transparent window with Electron, which should be un-interactable, except of one item, it can be some input or button etc...
So currently, im disabling frame and saying that ...
-1
votes
1
answer
129
views
How to register electron app for 'tel' protocol at the time of installation?
Electron version 30
Using Electron builder (25.0.0-alpha.9)
At the time of installation, I want my app to get registered for handling the 'tel' protocol. My application should be listed in the ...
0
votes
1
answer
278
views
Why is my notarized and signed macOS .dmg rejected by Gatekeeper during installation?
I'm trying to distribute my macOS application (a .dmg file) to customers, and I've followed all the steps to sign and notarize the application. However, when I try to install the .dmg containing the ...
-1
votes
2
answers
683
views
Electron Apple Notarisation
I am runnning persistent notarization issues with my macOS Electron application.
Despite multiple attempts to resolve these issues, the notarization status remains "Invalid," and the errors ...
0
votes
0
answers
231
views
How should I configure electron-builder.yml to include arbitrary file in build output?
I am writing electron app which has to use standalone database (sqlite3 but it could be anything else). Database structure (metadata, SQL script or whatever else) is in a text file that I want ...
0
votes
0
answers
72
views
React + Electron Builder v25.1.8 Code Signing and Notarizing Stuck
I have React Project Web Application, wrapping with Electron to build as Desktop Application. I am trying to code signing & notarizing with following documentation https://www.electron.build/code-...
0
votes
0
answers
77
views
Custom install and start windows service when using electron-builder
I've figured out how to install a windows service that manages a server (server.exe) when the user install the app via the ElectronBuilder.exe created when I package the app.
However, the Windows ...
2
votes
0
answers
637
views
[ERR_REQUIRE_ESM]: require() of ES Module ... is not supported
Project setup
Electron app using electron-builder, which uses vite as build system. The build system is still almost identical to the template.
TypeScript, with the .ts file extension
ESM and import ...
0
votes
1
answer
855
views
Error: Failed to staple your application with code: 65 Electron App
Im having an issue with notarizing my app for Mac Os where it keeps throwing two main errors at me:
Error: Failed to staple your application with code: 65
and the other:
CloudKit query for Ringer.app ...
0
votes
0
answers
59
views
custom icon not appearing in windows appx build
I am creating a react / electron desktop app for mac/windows/linux. When I run my electron-builder command npm run build it creates the dist/ folder containing my windows builds. It creates windows ...