This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Description
Describe the bug
Cortex's single executable file (installers) does not bundle other executable binaries, such as CPUInfo, as it is a standalone C++ program that helps detect supported CPU instructions
Embedding standalone C++ executable binaries within the Cortex bundle does not seem like a good approach. Instead, it would be better to build them as a Node-GYP module.
To Reproduce
Steps to reproduce the behavior:
- Install cortex using installers
- Run cortex init -s
- See error
Expected behavior
Should detect CPU instructions