gemini-cli
gemini-cli copied to clipboard
Consumer: Native Executable Install
GOAL
Make sure we can ship cli as a native package without requiring NPM. We need a solution for 🐧 🍏 and 🪟. They don't have to be the same solution, but that would be nice.
First step is figure how to package. 2nd step how/where to distribute. Github packages and attached to the release on github seems like a logical first step.
Related:
- https://github.com/oven-sh/bun/issues/21189