pip binary factory
June 2, 2026 ยท View on GitHub
binary package with pip install
| package | url | version | pip version |
|---|---|---|---|
| micro-editor | https://github.com/micro-editor/micro | ||
| eget-py | https://github.com/zyedidia/eget | ||
| lazygit-py | https://github.com/jesseduffield/lazygit | ||
| fzf-bin | https://github.com/junegunn/fzf | ||
| go-task-bin | https://taskfile.dev https://github.com/go-task/task | ||
| zig-bin | https://ziglang.org https://github.com/ziglang/zig | ||
| pocketbase-bin | https://pocketbase.io https://github.com/pocketbase/pocketbase | ||
| act-bin | https://nektosact.com https://github.com/nektos/act | ||
| nats-server-bin | https://nats.io https://github.com/nats-io/nats-server | ||
| yazi-bin | https://github.com/sxyazi/yazi | ||
| seaweedfs-bin | https://github.com/seaweedfs/seaweedfs | ||
| juicefs-bin | https://juicefs.com https://github.com/juicedata/juicefs | ||
| xh-bin | https://github.com/ducaale/xh | ||
| rustup-init-bin | https://github.com/rust-lang/rustup | ||
| jaq-bin | https://github.com/01mf02/jaq | ||
| brush-bin | https://github.com/reubeno/brush | ||
| ripgrep-bin | https://github.com/BurntSushi/ripgrep |
pipx, uv
To install the packages listed above using pipx or uv, you can use the following commands:
| package | pipx | uv | binary name |
|---|---|---|---|
| micro-editor | pipx install micro-editor | uv tool install micro-editor | micro |
| eget-py | pipx install eget-py | uv tool install eget-py | eget |
| lazygit-py | pipx install lazygit-py | uv tool install lazygit-py | lazygit |
| fzf-bin | pipx install fzf-bin | uv tool install fzf-bin | fzf |
| go-task-bin | pipx install go-task-bin | uv tool install go-task-bin | task |
| zig-bin | pipx install zig-bin | uv tool install zig-bin | zig |
| pocketbase-bin | pipx install pocketbase-bin | uv tool install pocketbase-bin | pocketbase |
| act-bin | pipx install act-bin | uv tool install act-bin | act |
| nats-server-bin | pipx install nats-server-bin | uv tool install nats-server-bin | nats-server |
| yazi-bin | pipx install yazi-bin | uv tool install yazi-bin | yazi ya |
| seaweedfs-bin | pipx install seaweedfs-bin | uv tool install seaweedfs-bin | weed |
| juicefs-bin | pipx install juicefs-bin | uv tool install juicefs-bin | juicefs |
| xh-bin | pipx install xh-bin | uv tool install xh-bin | xh |
| rustup-init-bin | pipx install rustup-init-bin | uv tool install rustup-init-bin | rustup-init |
| jaq-bin | pipx install jaq-bin | uv tool install jaq-bin | jaq |
| brush-bin | pipx install brush-bin | uv tool install brush-bin | brush |
| ripgrep-bin | pipx install ripgrep-bin | uv tool install ripgrep-bin | rg |
Please note that you need to have pipx or uv installed on your system before running these commands.