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

bug: CPU Info not found #814

@louis-jan

Description

@louis-jan

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:

  1. Install cortex using installers
  2. Run cortex init -s
  3. See error

Expected behavior
Should detect CPU instructions

Metadata

Metadata

Assignees

Labels

type: bugSomething isn't working

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions