Skip to content

Electronite v22.0.1-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@PhotoNomad0 PhotoNomad0 released this 12 Jan 19:35
9ccfc8a

This is a test build of Electronite

Install:

  • to install do npm i electronite@22.0.1-graphite-beta or yarn add electronite@22.0.1-graphite-beta
  • then replace usages of require("electron") in your javascript code with require("electronite")

Summary:

Notes:

  • About Macos Builds:
    • these builds are not signed, so on macOS you may get warning that the app is damaged or suggestion to delete it when you try to run the app. To be able to run do xattr -r -d com.apple.quarantine <path_to_app>/electron.app
    • these are not Universal builds, but darwin-x64 will run on both Intel and Apple Silicon (using Rosetta). But darwin-arm64 will only run on Apple Silicon.