Skip to content

electron/release-status

This branch is up to date with main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8cdffcf · Mar 24, 2025

History

98 Commits
Feb 3, 2025
Nov 23, 2024
Mar 24, 2025
Sep 13, 2022
Jun 12, 2023
Oct 29, 2020
Feb 7, 2023
Apr 5, 2024
Mar 11, 2025
Mar 11, 2025

Repository files navigation

releases.electronjs.org

This repository contains code for https://releases.electronjs.org, which provides release status information for the Electron project.

Getting started

The website is a simple Node.js app built using Express and Handlebars.js.

Installation

To run the app locally, install dependencies and run the start script:

yarn
yarn start

When developing locally, you may want to use the watch script instead, which watches for file changes using nodemon.

GitHub Authentication

The app pulls release information from GitHub, and local usage (especially going through pages of past releases) may hit the rate limit for anonymous GitHub usage. You can provide a GitHub Personal Access Token (PAT) by setting the GITHUB_TOKEN environment variable before running the app locally, which will have higher rate limits.

License

Distributed under the MIT License.