MyGit

ockam_v0.94.0

build-trust/ockam

版本发布时间: 2023-09-23 14:53:19

build-trust/ockam最新发布版本:ockam_v0.129.0(2024-07-03 22:30:59)

Note: If you already have ockam installed on your machine. This release requires an ockam reset before you can use this version.

Ockam.app

We're building a desktop system tray App for Ockam. If you're feeling adventurous, in this release you can try a super early version on macOS or linux by running:

brew install --cask build-trust/ockam/ockam-app --no-quarantine

Let us know what you think.

Install

You can also install on Linux and MacOS systems using curl.

curl --proto '=https' --tlsv1.2 -sSfL https://install.command.ockam.io | bash

This will download a precompiled binary and add it to your path.

Homebrew

To install this release using Homebrew:

$ brew install build-trust/ockam/ockam

Docker

To use the Docker OCI package:

docker pull ghcr.io/build-trust/ockam:0.94.0

Precompiled Binaries

# download sha256sums.txt
curl --proto '=https' --tlsv1.2 -sSfL -O \
  https://github.com/build-trust/ockam/releases/download/ockam_v0.94.0/sha256sums.txt

# download sha256sums.txt.sig
curl --proto '=https' --tlsv1.2 -sSfL -O \
  https://github.com/build-trust/ockam/releases/download/ockam_v0.94.0/sha256sums.txt.sig

# download our release public key
curl --proto '=https' --tlsv1.2 -sSfL -o ockam.pub \
  https://raw.githubusercontent.com/build-trust/ockam/develop/tools/docker/cosign.pub

# verify signatures
cosign verify-blob --key ockam.pub --signature sha256sums.txt.sig sha256sums.txt

# download ockam command binary for your architecture
curl --proto '=https' --tlsv1.2 -sSfL -O \
  https://github.com/build-trust/ockam/releases/download/ockam_v0.94.0/ockam.x86_64-unknown-linux-gnu

# verify that the sha256 hash of the downloaded binary is the same as
# the corresponding hash mentioned in sha256sums.txt
cat sha256sums.txt | grep ockam.x86_64-unknown-linux-gnu | sha256sum -c

# rename the download binary and give it permission to execute
mv ockam.x86_64-unknown-linux-gnu ockam
chmod u+x ockam

Rust Crates

To use Ockam as a Rust library, run the following command within your project directory:

cargo add ockam@0.94.0

The following crates were published as part of this release:

Contributors

The following people contributed to this release, thank you all 🥳

@adrianbenavides @CEMcNEill @davide-baldo @etorreborre @glenngillen @Ippolito72 @mattgreg @metaclips @mrinalwadhwa @nazmulidris @polvorin @SanjoDeundiak @snandam @hseeberger

New Contributors

The following people made their very first contribution 🥳

@snandam @CEMcNEill @hseeberger

Full Changelog

https://github.com/build-trust/ockam/compare/ockam_v0.92.0...ockam_v0.94.0

相关地址:原始地址 下载(tar) 下载(zip)

1、 ockam.aarch64-apple-darwin 39.62MB

2、 ockam.aarch64-apple-darwin.sig 97B

3、 ockam.aarch64-unknown-linux-musl 50.16MB

4、 ockam.aarch64-unknown-linux-musl.sig 97B

5、 ockam.app.aarch64-apple-darwin.dmg 13.81MB

6、 ockam.app.aarch64-apple-darwin.dmg.sig 97B

7、 ockam.app.x86_64-apple-darwin.dmg 14.03MB

8、 ockam.app.x86_64-apple-darwin.dmg.sig 97B

9、 ockam.app.x86_64-unknown-linux-gnu.deb 21.55MB

10、 ockam.app.x86_64-unknown-linux-gnu.deb.sig 97B

11、 ockam.armv7-unknown-linux-musleabihf 47.95MB

12、 ockam.armv7-unknown-linux-musleabihf.sig 97B

13、 ockam.x86_64-apple-darwin 40.4MB

14、 ockam.x86_64-apple-darwin.sig 97B

15、 ockam.x86_64-unknown-linux-gnu 52.21MB

16、 ockam.x86_64-unknown-linux-gnu.sig 97B

17、 ockam.x86_64-unknown-linux-musl 50.65MB

18、 ockam.x86_64-unknown-linux-musl.sig 97B

19、 sha256sums.txt 1.77KB

20、 sha256sums.txt.sig 97B

查看:2023-09-23发行的版本