Describe the bug
Today, installing GitHub Copilot CLI requires the user to install and manage NodeJS versions, which isn't a great experience for inexperienced users.
Expected behavior
One idea is that perhaps copilot could be distributed as a single executable binary, which essentially distributes NodeJS along with the application logic and dependencies. If successful, it would lower the barrier to using copilot and allow use of release assets.
Describe the bug
Today, installing GitHub Copilot CLI requires the user to install and manage NodeJS versions, which isn't a great experience for inexperienced users.
Expected behavior
One idea is that perhaps
copilotcould be distributed as a single executable binary, which essentially distributes NodeJS along with the application logic and dependencies. If successful, it would lower the barrier to usingcopilotand allow use of release assets.