Ohbin – uv wrapper for installing tools from GitHub
11–20 of 20 posts
Re: Ohbin – uv wrapper for installing tools from GitHub
#12But why? Mise does this and more. It can install binaries from github, gitlab, uv, npm, and many more.
Re: Ohbin – uv wrapper for installing tools from GitHub
#13I am more used to uv than pixi or mise so it would be an easier addition to my workflow.
However I do think it would probably be nicer if this kind of approach used conda packages as a source of truth. So kind of like pixi but without pixi!
Re: Ohbin – uv wrapper for installing tools from GitHub
#14Isn't this the problem bazel's supposed to solve?
Re: Ohbin – uv wrapper for installing tools from GitHub
#15Re: Ohbin – uv wrapper for installing tools from GitHub
#16But why? Mise does this and more. It can install binaries from github, gitlab, uv, npm, and many more.
Re: Ohbin – uv wrapper for installing tools from GitHub
#17Re: Ohbin – uv wrapper for installing tools from GitHub
#18But why? Mise does this and more. It can install binaries from github, gitlab, uv, npm, and many more.
Re: Ohbin – uv wrapper for installing tools from GitHub
#19Re: Ohbin – uv wrapper for installing tools from GitHub
#20But isn't this built into uv already? Just point the sources table to GitHub. https://docs.astral.sh/uv/concepts/projects/dependencies/#pr...
AFAIK uv installs python packages only. This fetches and runs binaries from Github.