Back to Programs

End user applications

Electron

Cross-platform desktop apps with web technologies

c++chromiumjavascriptnode.jstypescript

Participation history

3 GSoC years

2025

2 projects

Official year page

Electron - Restore Electron Devtron Extension

Currently, the Devtron Extension is not in a functional state, primarily because, over the past 10 years, significant changes have occurred. Newer...

Save/Restore Window State API

Currently, Electron does not have any built-in mechanism for saving and restoring the state of BrowserWindows, but this is a very common need for...

2024

1 project

Official year page

API History in Electron Documentation

The Electron documentation currently doesn't feature API history for its functions, classes, etc. I aim to implement the missing API history in a...

2022

1 project

Official year page

Enable Context Isolation in Electron Fiddle

This project aims to get rid of the Node environment from the renderer process for Electron fiddle to enforce a stronger security model. Basically,...