0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)HTML5,026 stars (5,026 stars)568 forks (568 forks)batch import
help wanted
Description
任何开发建议、交流学习都可以
希望可以支持win on arm,感觉转译的有点卡,尝试自己编译没有成功
Contributor guide
- Tech stack
- electronjavascriptnodejs
- Domain
- desktopperformance
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 4
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- over 1 week
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- Familiarity with Electron build processAccess to Windows ARM device/emulator
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- Investigate whether Electron already supports Windows ARM64 natively (it does since v27). Check rubick's build configuration and CI scripts to see if ARM64 target is included. Test building with electron builder or similar, specifying 'win' target with 'arm64' arch. If successful, submit a PR to add ARM64 binary to releases. If not, open an issue upstream or adjust build dependencies.