# Summary ## Problem We want to make the CLI available to developers through package ecosystems. ### Impact Without distribution, a developer would need to build from source of download a binary from GitHub, which isn't ideal. ## Solution A few distributions we would like to support: - Homebrew - Flatpak - Cargo - Scoop or Chocalety for Windows - Needs more investigation, WSL2 might be enough *NB*: We'll want to generate these distributions via CI on each release.
Summary
Problem
We want to make the CLI available to developers through package ecosystems.
Impact
Without distribution, a developer would need to build from source of download a binary from GitHub, which isn't ideal.
Solution
A few distributions we would like to support:
NB: We'll want to generate these distributions via CI on each release.