🗂️ BinHub

Universal Binary Distribution Platform

📋 What is BinHub?

BinHub is a centralized platform for distributing pre-compiled binaries across multiple architectures. We host popular command-line tools and utilities, making them easily accessible for automated deployments, CI/CD pipelines, and development environments.

11 binaries available

🚀 Quick Start

Download binaries directly using curl or wget:

# Download the latest version of a binary
curl -L https://binhub.dev/j/jq/1.6/linux-amd64/jq -o jq
chmod +x jq

# Download GitHub CLI
curl -L https://binhub.dev/g/gh/2.40.1/linux-amd64/gh -o gh
chmod +x gh

📡 Hierarchical API

Discover binaries through our hierarchical API structure:

GET /api.json

Lists all available first letters/numbers

GET /j/api.json

Lists all binaries starting with 'j'

GET /j/jq/api.json

Shows jq metadata and available versions

GET /j/jq/1.6/api.json

Shows architectures and download URLs for jq v1.6

🏗️ Directory Structure

Binaries are organized in a predictable nested structure:

/{{first_letter}}/{{binary_name}}/{{version}}/{{os-architecture}}/{{binary}}

Examples:
/j/jq/1.6/linux-amd64/jq
/g/gh/2.40.1/darwin-arm64/gh
/k/kubectl/1.28.0/windows-amd64/kubectl.exe

🤝 Contributing

Want to add a binary to BinHub? It's easy!

  1. Fork the repository
  2. Add a YAML file in the appropriate directory (e.g., binaries/g/gh.yaml)
  3. Follow the schema with download URLs, checksums, and metadata
  4. Submit a pull request

📚 Available Binaries

bat
Cat clone with syntax highlighting and Git integration
v0.25.0 - 5 architectures
docker
Container runtime and toolset
v27.1.1 - 5 architectures
envsubst
Environment variables substitution for Go.
v1.4.3 - 5 architectures
gh
GitHub CLI - GitHub's official command line tool
v2.78.0 - 6 architectures
helm
Kubernetes package manager
v3.18.6 - 6 architectures
jq
Command-line JSON processor
v1.6 - 2 architectures
kubectl
Kubernetes command-line tool
v1.33.4 - 5 architectures
node
JavaScript runtime built on Chrome's V8 JavaScript engine
v24.6.0 - 5 architectures
opentofu
Open source infrastructure as code tool, fork of Terraform
v1.10.5 - 5 architectures
ripgrep
Fast line-oriented search tool that recursively searches directories for a regex pattern
v14.1.1 - 5 architectures
terraform
Infrastructure as code tool for building, changing, and versioning infrastructure
v1.13.1 - 5 architectures