Skip to content

zrok.io

Geo-scale, next-generation peer-to-peer sharing platform built on top of OpenZiti.

Package Information

  • Domain: zrok.io
  • Name: zrok.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +zrok.io -- $SHELL -i

Programs

This package provides the following executable programs:

  • zrok
  • copyto
  • pastefrom

Aliases

This package can also be accessed using these aliases:

  • zrok

Available Versions

Show all 38 versions
  • 1.0.6, 1.0.5, 1.0.4, 1.0.3, 1.0.2
  • 1.0.1, 1.0.0, 0.4.49, 0.4.48, 0.4.47
  • 0.4.46, 0.4.45, 0.4.44, 0.4.42, 0.4.41
  • 0.4.40, 0.4.39, 0.4.38, 0.4.37, 0.4.36
  • 0.4.35, 0.4.34, 0.4.33, 0.4.32, 0.4.31
  • 0.4.30, 0.4.29, 0.4.27, 0.4.26, 0.4.25
  • 0.4.24, 0.4.23, 0.4.22, 0.4.20, 0.4.19
  • 0.4.18, 0.4.17, 0.4.16

Latest Version: 1.0.6

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +zrok.io@1.0.6 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.zrokio

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.