Skip to content

Releases: srnnkls/phora

0.1.2 - 2026-07-01

Choose a tag to compare

@github-actions github-actions released this 01 Jul 13:38

Release Notes

Bug Fixes

  • (source) Keep a staging dir when its mtime is unreadable (#55)
  • (source) Re-fetch a locked source when its mirror cache is gone
  • (source) Self-heal a corrupt mirror and sweep orphaned staging dirs

Install phora 0.1.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/srnnkls/phora/releases/download/v0.1.2/phora-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install srnnkls/phora/phora

Download phora 0.1.2

File Platform Checksum
phora-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
phora-x86_64-apple-darwin.tar.xz Intel macOS checksum
phora-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
phora-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
phora-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
phora-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo srnnkls/phora

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

0.1.1 - 2026-06-30

Choose a tag to compare

@github-actions github-actions released this 30 Jun 15:22

Release Notes

Bug Fixes

  • (release) Define [profile.dist] for cargo-dist builds

Install phora 0.1.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/srnnkls/phora/releases/download/v0.1.1/phora-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install srnnkls/phora/phora

Download phora 0.1.1

File Platform Checksum
phora-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
phora-x86_64-apple-darwin.tar.xz Intel macOS checksum
phora-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
phora-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
phora-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
phora-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo srnnkls/phora

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>