Skip to content

cloudflared

Cloudflare Tunnel client (formerly Argo Tunnel)

Package Information

  • Domain: cloudflare.com/cloudflared
  • Name: cloudflared
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install cloudflared

Programs

This package provides the following executable programs:

  • cloudflared

Available Versions

Show all 31 versions
  • 2025.8.1, 2025.8.0, 2025.7.0, 2025.6.1, 2025.6.0
  • 2025.5.0, 2025.4.2, 2025.4.0, 2025.2.1, 2025.2.0
  • 2025.1.1, 2025.1.0, 2024.12.2, 2024.12.1, 2024.12.0
  • 2024.11.1, 2024.11.0, 2024.10.1, 2024.10.0, 2024.9.1
  • 2024.9.0, 2024.8.3, 2024.8.2, 2024.7.3, 2024.6.1
  • 2024.6.0, 2024.5.0, 2024.4.1, 2024.4.0, 2024.3.0
  • 2024.2.1

Latest Version: 2025.8.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) cloudflared -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.cloudflared

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.