Skip to content

Release v0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Nov 03:46
· 6 commits to master since this release
8a38900

Bun Docs MCP Proxy v0.3.0

Installation

Download the binary for your platform below, extract it, and make it executable (Linux/macOS).

Linux/macOS

# Download and extract (adjust URL for your platform)
curl -L https://github.com/kjanat/bun-docs-mcp-proxy/releases/download/v0.3.0/bun-docs-mcp-proxy-linux-x86_64.tar.gz | tar xz

# Make executable
chmod +x bun-docs-mcp-proxy

# Move to PATH (optional)
sudo mv bun-docs-mcp-proxy /usr/local/bin/

Windows

Download the .zip file, extract it, and add to your PATH.

Platforms

  • Linux x86_64: bun-docs-mcp-proxy-linux-x86_64.tar.gz
  • Linux ARM64: bun-docs-mcp-proxy-linux-aarch64.tar.gz
  • Linux x86_64 musl (static): bun-docs-mcp-proxy-linux-x86_64-musl.tar.gz
  • Linux ARM64 musl (static): bun-docs-mcp-proxy-linux-aarch64-musl.tar.gz
  • macOS Intel: bun-docs-mcp-proxy-macos-x86_64.tar.gz
  • macOS Apple Silicon: bun-docs-mcp-proxy-macos-aarch64.tar.gz
  • Windows x86_64: bun-docs-mcp-proxy-windows-x86_64.zip
  • Windows ARM64: bun-docs-mcp-proxy-windows-aarch64.zip

Verification

Automated Verification (Recommended)

All binaries are signed with GitHub's attestation system for supply chain security:

# Install GitHub CLI if needed
# gh --version

# Verify attestation (replace with your platform's filename)
gh attestation verify bun-docs-mcp-proxy-linux-x86_64.tar.gz --owner kjanat

Manual Verification

Download SHA256SUMS and verify checksums:

# Linux/macOS
sha256sum -c SHA256SUMS

# Or verify single file
sha256sum bun-docs-mcp-proxy-linux-x86_64.tar.gz

# Windows (PowerShell)
Get-FileHash bun-docs-mcp-proxy-windows-x86_64.zip -Algorithm SHA256

SHA256 Checksums

515680abb29c5fb45f30142497ce522df8d58031e727f0ac409d62999031f3cb  bun-docs-mcp-proxy-macos-x86_64.tar.gz
468d35ff8d3714323ef2f020154e74c6117cdc9f24888206f9f78062de8333a6  bun-docs-mcp-proxy-windows-x86_64.zip
cda10631f1c4116d2b96ce841e01dcb53850969b25cb3a41415ad1147823f0e7  bun-docs-mcp-proxy-macos-aarch64.tar.gz
c7af1cc3ae04efe1383fcffdcd908689f8cdc4dcb2a0c5877e8c8b6c6c4c34ec  bun-docs-mcp-proxy-windows-aarch64.zip
6cf55f4bd937dc7c36753e4dd4062d0fc1c8daf56fd60b32eac47d3c36fe99a4  bun-docs-mcp-proxy-linux-aarch64.tar.gz
1ef577d7fdd1e581b8d5048568e3a3c3558eb6c5946e3a57a5b50454c003a9d3  bun-docs-mcp-proxy-linux-aarch64-musl.tar.gz
8ed6e9a822e56f37f4d5184ecca651d564f79115ef946659ae16d36d5048147d  bun-docs-mcp-proxy-linux-x86_64-musl.tar.gz
346d7e141d06db1278c88c30e9a56a3dc870ca8159e8ef719a588e13248bf544  bun-docs-mcp-proxy-linux-x86_64.tar.gz