# packages Primary and community-submitted packages for [https://webinstall.dev](webinstall.dev) # Guidelines - Should install to `./local/opt/-` - Should not need `sudo` (except perhaps for a one-time `setcap`, etc) - Follow the example of - Note: the version handling is nasty, we'd like to move this to an API # Roadmap - Wrap release APIs to unify and expose - [ ] Golang - [ ] Node - [ ] Flutter - Started at - [ ] git - Note: do all platforms expose tar/zip releases with the same URLs? - [ ] npm - [ ] github (NOT until `git` is supported) - [ ] Support git urls (i.e. `@github.com/node/node`) - (maybe `ghi node/node` for github specifically)