Local development on M1 machine using Intel process #835

Closed
opened 2026-01-29 16:49:47 +00:00 by claunia · 1 comment
Owner

Originally created by @lukasportal on GitHub (Nov 19, 2022).

  • Version: 13.5.1
  • Target: .net 6 mac arm64 (Mac M1 pro)

Steps to Reproduce:

  1. Start a brand new ASP.NET Core 6 project
  2. Add Electron.NET
  3. Run it on a Mac M1 (electronize start /watch)

It runs fine, but laggy since it's using an Intel process with Rosetta instead of native Apple Silicon
image

How do I get to run a development envinronment with Apple Silicion process instead of Intel?

Originally created by @lukasportal on GitHub (Nov 19, 2022). * **Version**: 13.5.1 * **Target**: .net 6 mac arm64 (Mac M1 pro) Steps to Reproduce: 1. Start a brand new ASP.NET Core 6 project 2. Add Electron.NET 3. Run it on a Mac M1 (`electronize start /watch`) It runs fine, but laggy since it's using an Intel process with Rosetta instead of native Apple Silicon <img width="862" alt="image" src="https://user-images.githubusercontent.com/5941939/202825504-515419d6-6431-4fca-8790-36dd31fbafe0.png"> How do I get to run a development envinronment with Apple Silicion process instead of Intel?
claunia added the bug label 2026-01-29 16:49:47 +00:00
Author
Owner

@theolivenbaum commented on GitHub (Nov 24, 2022):

I don't think this is yet supported as it needs integration with the Arm version of electron to work correctly

@theolivenbaum commented on GitHub (Nov 24, 2022): I don't think this is yet supported as it needs integration with the Arm version of electron to work correctly
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#835