Skip to content

Releases: BitpingApp/p2proxy

p2proxy v1.0.1

15 May 18:03
9b18df5

Choose a tag to compare

Install

Homebrew (macOS & Linux)

brew install --cask BitpingApp/tap/p2proxy

Debian / Ubuntu

# x86_64
curl -LO https://github.com/BitpingApp/p2proxy/releases/download/v1.0.1/p2proxy_1.0.1_amd64.deb
sudo dpkg -i p2proxy_1.0.1_amd64.deb

# arm64
curl -LO https://github.com/BitpingApp/p2proxy/releases/download/v1.0.1/p2proxy_1.0.1_arm64.deb
sudo dpkg -i p2proxy_1.0.1_arm64.deb

Fedora / RHEL

sudo rpm -i https://github.com/BitpingApp/p2proxy/releases/download/v1.0.1/p2proxy-1.0.1-1.x86_64.rpm
# or aarch64:
sudo rpm -i https://github.com/BitpingApp/p2proxy/releases/download/v1.0.1/p2proxy-1.0.1-1.aarch64.rpm

Alpine

curl -LO https://github.com/BitpingApp/p2proxy/releases/download/v1.0.1/p2proxy_1.0.1_x86_64.apk
sudo apk add --allow-untrusted p2proxy_1.0.1_x86_64.apk

Tarball (any Linux/macOS)

Pick the right archive for your OS/arch from the assets below, then:

tar -xJf p2proxy-1.0.1-<os>-<arch>.tar.xz
cd p2proxy-1.0.1-<os>-<arch>
./p2proxy --help

What's new

Changelog

Other

  • 60458822e200e1142f86f85664d3be4e718044a4 chore(p2proxy): bump version to 1.0.1

Verify your download against the bundled checksum file:

curl -LO https://github.com/BitpingApp/p2proxy/releases/download/v1.0.1/p2proxy-1.0.1_SHA256SUMS
sha256sum -c p2proxy-1.0.1_SHA256SUMS

Full changelog: ...v1.0.1

p2proxy is distributed under the PolyForm Shield 1.0.0 license.

p2proxy v1.0.0

15 May 16:33
9b18df5

Choose a tag to compare

Built from monorepo commit d908958c1fc15caf8e1e599bff5df7ef20716310.