Releases: build-trust/ockam
Ockam v0.106.0
Ockam.app
We're building a desktop system tray App for Ockam. If you have questions and want to learn more join us on discord https://discord.ockam.io
If you're feeling adventurous, in this release you can try a super early version on macOS by running:
brew install --cask build-trust/ockam/ockam-app --no-quarantine
Let us know what you think.
Ockam Command
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.106.0
Precompiled Binaries
# download sha256sums.txt
curl --proto '=https' --tlsv1.2 -sSfL -O \
https://github.com/build-trust/ockam/releases/download/ockam_v0.106.0/sha256sums.txt
# download sha256sums.txt.sig
curl --proto '=https' --tlsv1.2 -sSfL -O \
https://github.com/build-trust/ockam/releases/download/ockam_v0.106.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.106.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 [email protected]
The following crates were published as part of this release:
ockam 0.106.0
(Documentation, CHANGELOG)ockam_abac 0.40.0
(Documentation, CHANGELOG)ockam_api 0.49.0
(Documentation, CHANGELOG)ockam_app_lib 0.10.0
(Documentation, CHANGELOG)ockam_command 0.106.0
(Documentation, CHANGELOG)ockam_core 0.94.0
(Documentation, CHANGELOG)ockam_executor 0.62.0
(Documentation, CHANGELOG)ockam_identity 0.94.0
(Documentation, CHANGELOG)ockam_multiaddr 0.38.0
(Documentation, CHANGELOG)ockam_node 0.99.0
(Documentation, CHANGELOG)ockam_transport_ble 0.61.0
(Documentation, CHANGELOG)ockam_transport_core 0.67.0
(Documentation, CHANGELOG)ockam_transport_tcp 0.97.0
(Documentation, CHANGELOG)ockam_transport_udp 0.40.0
(Documentation, CHANGELOG)ockam_transport_uds 0.26.0
(Documentation, CHANGELOG)ockam_transport_websocket 0.88.0
(Documentation, CHANGELOG)ockam_vault 0.92.0
(Documentation, CHANGELOG)ockam_vault_aws 0.17.0
(Documentation, CHANGELOG)
Contributors
The following people contributed to this release, thank you all 🥳
@adrianbenavides @CEMcNEill @ckhrysze @colin-lyon @davide-baldo @etorreborre @glenngillen @Ippolito72 @mattgreg @metaclips @mrinalwadhwa @nazmulidris @polvorin @SanjoDeundiak @snandam @Lumexralph @Darioazzali @parkercouch
New Contributors
The following people made their very first contribution 🥳
Full Changelog
Ockam v0.105.0
Ockam.app
We're building a desktop system tray App for Ockam. If you have questions and want to learn more join us on discord https://discord.ockam.io
If you're feeling adventurous, in this release you can try a super early version on macOS by running:
brew install --cask build-trust/ockam/ockam-app --no-quarantine
Let us know what you think.
Ockam Command
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.105.0
Precompiled Binaries
# download sha256sums.txt
curl --proto '=https' --tlsv1.2 -sSfL -O \
https://github.com/build-trust/ockam/releases/download/ockam_v0.105.0/sha256sums.txt
# download sha256sums.txt.sig
curl --proto '=https' --tlsv1.2 -sSfL -O \
https://github.com/build-trust/ockam/releases/download/ockam_v0.105.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.105.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 [email protected]
The following crates were published as part of this release:
ockam 0.105.0
(Documentation, CHANGELOG)ockam_abac 0.39.0
(Documentation, CHANGELOG)ockam_api 0.48.0
(Documentation, CHANGELOG)ockam_app_lib 0.9.0
(Documentation, CHANGELOG)ockam_command 0.105.0
(Documentation, CHANGELOG)ockam_identity 0.93.0
(Documentation, CHANGELOG)ockam_transport_ble 0.60.0
(Documentation, CHANGELOG)ockam_transport_udp 0.39.0
(Documentation, CHANGELOG)
Contributors
The following people contributed to this release, thank you all 🥳
@adrianbenavides @CEMcNEill @ckhrysze @colin-lyon @davide-baldo @etorreborre @glenngillen @Ippolito72 @mattgreg @metaclips @mrinalwadhwa @nazmulidris @polvorin @SanjoDeundiak @snandam
Full Changelog
Ockam v0.104.0
Ockam.app
We're building a desktop system tray App for Ockam. If you have questions and want to learn more join us on discord https://discord.ockam.io
If you're feeling adventurous, in this release you can try a super early version on macOS by running:
brew install --cask build-trust/ockam/ockam-app --no-quarantine
Let us know what you think.
Ockam Command
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.104.0
Precompiled Binaries
# download sha256sums.txt
curl --proto '=https' --tlsv1.2 -sSfL -O \
https://github.com/build-trust/ockam/releases/download/ockam_v0.104.0/sha256sums.txt
# download sha256sums.txt.sig
curl --proto '=https' --tlsv1.2 -sSfL -O \
https://github.com/build-trust/ockam/releases/download/ockam_v0.104.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.104.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 [email protected]
The following crates were published as part of this release:
ockam 0.104.0
(Documentation, CHANGELOG)ockam_abac 0.38.0
(Documentation, CHANGELOG)ockam_api 0.47.0
(Documentation, CHANGELOG)ockam_app_lib 0.8.0
(Documentation, CHANGELOG)ockam_command 0.104.0
(Documentation, CHANGELOG)ockam_identity 0.92.0
(Documentation, CHANGELOG)ockam_transport_ble 0.59.0
(Documentation, CHANGELOG)ockam_transport_udp 0.38.0
(Documentation, CHANGELOG)
Contributors
The following people contributed to this release, thank you all 🥳
@adrianbenavides @CEMcNEill @ckhrysze @colin-lyon @davide-baldo @etorreborre @glenngillen @Ippolito72 @mattgreg @metaclips @mrinalwadhwa @nazmulidris @polvorin @SanjoDeundiak @snandam @TropicalDog17
New Contributors
The following people made their very first contribution 🥳
Full Changelog
Ockam v0.103.0
Ockam.app
We're building a desktop system tray App for Ockam. If you have questions and want to learn more join us on discord https://discord.gg/RAbjRr3kds
If you're feeling adventurous, in this release you can try a super early version on macOS by running:
brew install --cask build-trust/ockam/ockam-app --no-quarantine
Let us know what you think.
Ockam Command
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.103.0
Precompiled Binaries
# download sha256sums.txt
curl --proto '=https' --tlsv1.2 -sSfL -O \
https://github.com/build-trust/ockam/releases/download/ockam_v0.103.0/sha256sums.txt
# download sha256sums.txt.sig
curl --proto '=https' --tlsv1.2 -sSfL -O \
https://github.com/build-trust/ockam/releases/download/ockam_v0.103.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.103.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 [email protected]
The following crates were published as part of this release:
ockam 0.103.0
(Documentation, CHANGELOG)ockam_abac 0.37.0
(Documentation, CHANGELOG)ockam_api 0.46.0
(Documentation, CHANGELOG)ockam_app_lib 0.7.0
(Documentation, CHANGELOG)ockam_command 0.103.0
(Documentation, CHANGELOG)ockam_core 0.93.0
(Documentation, CHANGELOG)ockam_executor 0.61.0
(Documentation, CHANGELOG)ockam_identity 0.91.0
(Documentation, CHANGELOG)ockam_multiaddr 0.37.0
(Documentation, CHANGELOG)ockam_node 0.98.0
(Documentation, CHANGELOG)ockam_transport_ble 0.58.0
(Documentation, CHANGELOG)ockam_transport_core 0.66.0
(Documentation, CHANGELOG)ockam_transport_tcp 0.96.0
(Documentation, CHANGELOG)ockam_transport_udp 0.37.0
(Documentation, CHANGELOG)ockam_transport_uds 0.25.0
(Documentation, CHANGELOG)ockam_transport_websocket 0.87.0
(Documentation, CHANGELOG)ockam_vault 0.91.0
(Documentation, CHANGELOG)ockam_vault_aws 0.16.0
(Documentation, CHANGELOG)
Ockam v0.102.0
Ockam.app
We're building a desktop system tray App for Ockam. If you have questions and want to learn more join us on discord https://discord.gg/RAbjRr3kds
If you're feeling adventurous, in this release you can try a super early version on macOS by running:
brew install --cask build-trust/ockam/ockam-app --no-quarantine
Let us know what you think.
Ockam Command
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.102.0
Precompiled Binaries
# download sha256sums.txt
curl --proto '=https' --tlsv1.2 -sSfL -O \
https://github.com/build-trust/ockam/releases/download/ockam_v0.102.0/sha256sums.txt
# download sha256sums.txt.sig
curl --proto '=https' --tlsv1.2 -sSfL -O \
https://github.com/build-trust/ockam/releases/download/ockam_v0.102.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.102.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 [email protected]
The following crates were published as part of this release:
ockam 0.102.0
(Documentation, CHANGELOG)ockam_abac 0.36.0
(Documentation, CHANGELOG)ockam_api 0.45.0
(Documentation, CHANGELOG)ockam_app_lib 0.6.0
(Documentation, CHANGELOG)ockam_command 0.102.0
(Documentation, CHANGELOG)ockam_core 0.92.0
(Documentation, CHANGELOG)ockam_executor 0.60.0
(Documentation, CHANGELOG)ockam_identity 0.90.0
(Documentation, CHANGELOG)ockam_multiaddr 0.36.0
(Documentation, CHANGELOG)ockam_node 0.97.0
(Documentation, CHANGELOG)ockam_transport_ble 0.57.0
(Documentation, CHANGELOG)ockam_transport_core 0.65.0
(Documentation, CHANGELOG)ockam_transport_tcp 0.95.0
(Documentation, CHANGELOG)ockam_transport_udp 0.36.0
(Documentation, CHANGELOG)ockam_transport_uds 0.24.0
(Documentation, CHANGELOG)ockam_transport_websocket 0.86.0
(Documentation, CHANGELOG)ockam_vault 0.90.0
(Documentation, CHANGELOG)ockam_vault_aws 0.15.0
(Documentation, CHANGELOG)
Ockam v0.101.0
Ockam.app
We're building a desktop system tray App for Ockam. If you have questions and want to learn more join us on discord https://discord.gg/RAbjRr3kds
If you're feeling adventurous, in this release you can try a super early version on macOS by running:
brew install --cask build-trust/ockam/ockam-app --no-quarantine
Let us know what you think.
Ockam Command
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.101.0
Precompiled Binaries
# download sha256sums.txt
curl --proto '=https' --tlsv1.2 -sSfL -O \
https://github.com/build-trust/ockam/releases/download/ockam_v0.101.0/sha256sums.txt
# download sha256sums.txt.sig
curl --proto '=https' --tlsv1.2 -sSfL -O \
https://github.com/build-trust/ockam/releases/download/ockam_v0.101.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.101.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 [email protected]
The following crates were published as part of this release:
ockam 0.101.0
(Documentation, CHANGELOG)ockam_abac 0.35.0
(Documentation, CHANGELOG)ockam_api 0.44.0
(Documentation, CHANGELOG)ockam_app_lib 0.5.0
(Documentation, CHANGELOG)ockam_command 0.101.0
(Documentation, CHANGELOG)ockam_identity 0.89.0
(Documentation, CHANGELOG)ockam_multiaddr 0.35.0
(Documentation, CHANGELOG)ockam_transport_ble 0.56.0
(Documentation, CHANGELOG)ockam_transport_udp 0.35.0
(Documentation, CHANGELOG)
What's Changed
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 @colin-lyon
@mrkirthi-24 @mickm3n @KekmaTime @0xkelvin @MJoaaquin @priyanshu9899 @Salonikansal2 @axd99 @Darioazzali
New Contributors
The following people made their very first contribution 🥳
Full Changelog
Ockam v0.100.0
Ockam.app
We're building a desktop system tray App for Ockam. If you have questions and want to learn more join us on discord https://discord.gg/RAbjRr3kds
If you're feeling adventurous, in this release you can try a super early version on macOS by running:
brew install --cask build-trust/ockam/ockam-app --no-quarantine
Let us know what you think.
Ockam Command
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.100.0
Precompiled Binaries
# download sha256sums.txt
curl --proto '=https' --tlsv1.2 -sSfL -O \
https://github.com/build-trust/ockam/releases/download/ockam_v0.100.0/sha256sums.txt
# download sha256sums.txt.sig
curl --proto '=https' --tlsv1.2 -sSfL -O \
https://github.com/build-trust/ockam/releases/download/ockam_v0.100.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.100.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 [email protected]
The following crates were published as part of this release:
ockam 0.100.0
(Documentation, CHANGELOG)ockam_abac 0.34.0
(Documentation, CHANGELOG)ockam_api 0.43.0
(Documentation, CHANGELOG)ockam_app_lib 0.4.0
(Documentation, CHANGELOG)ockam_command 0.100.0
(Documentation, CHANGELOG)ockam_core 0.91.0
(Documentation, CHANGELOG)ockam_executor 0.59.0
(Documentation, CHANGELOG)ockam_identity 0.88.0
(Documentation, CHANGELOG)ockam_multiaddr 0.34.0
(Documentation, CHANGELOG)ockam_node 0.96.0
(Documentation, CHANGELOG)ockam_transport_ble 0.55.0
(Documentation, CHANGELOG)ockam_transport_core 0.64.0
(Documentation, CHANGELOG)ockam_transport_tcp 0.94.0
(Documentation, CHANGELOG)ockam_transport_udp 0.34.0
(Documentation, CHANGELOG)ockam_transport_uds 0.23.0
(Documentation, CHANGELOG)ockam_transport_websocket 0.85.0
(Documentation, CHANGELOG)ockam_vault 0.89.0
(Documentation, CHANGELOG)ockam_vault_aws 0.14.0
(Documentation, CHANGELOG)
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 @0scvr @A-5ingh @AnshKumar200 @AshwinKul28 @Asymtode712 @Celeo @Chandram-Dutta @DIlkhush00 @Darioazzali @Dhanush0369 @KekmaTime @Lucif3r-in @Lumexralph @MaheshMoholkar @Michaelin007 @PanGan21 @Rage-cmd @Ritish134 @Salonikansal2 @Suraj-kumar00 @Tashuuuu @Technmad @Virtual4087 @Zapix @abhiraj-mengade @adeyinkaezra123 @adiSuper94 @amoghak-ds @axd99 @cyberdad68 @dhruvmehtaaa @engineerakki @ironspec07 @jltorresm @kriogenia @lordB8r @makeittotop @melissa-kun-li @metaclips @mickm3n @milinddethe15 @mklawa @mrkirthi-24 @nabeel001 @nayaldivya @niss36 @paulozulato @racnan @rghdrizzle @rojin254 @sayyedarib @sivia1 @utkarsh1042005 @volcov @abhiramtilakiiit
New Contributors
The following people made their very first contribution 🥳
Full Changelog
Ockam v0.99.0
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 by running:
brew install --cask build-trust/ockam/ockam-app --no-quarantine
Let us know what you think.
Ockam Command
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.99.0
Precompiled Binaries
# download sha256sums.txt
curl --proto '=https' --tlsv1.2 -sSfL -O \
https://github.com/build-trust/ockam/releases/download/ockam_v0.99.0/sha256sums.txt
# download sha256sums.txt.sig
curl --proto '=https' --tlsv1.2 -sSfL -O \
https://github.com/build-trust/ockam/releases/download/ockam_v0.99.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.99.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 [email protected]
The following crates were published as part of this release:
ockam 0.99.0
(Documentation, CHANGELOG)ockam_abac 0.33.0
(Documentation, CHANGELOG)ockam_api 0.42.0
(Documentation, CHANGELOG)ockam_app_lib 0.3.0
(Documentation, CHANGELOG)ockam_command 0.99.0
(Documentation, CHANGELOG)ockam_core 0.90.0
(Documentation, CHANGELOG)ockam_executor 0.58.0
(Documentation, CHANGELOG)ockam_identity 0.87.0
(Documentation, CHANGELOG)ockam_multiaddr 0.33.0
(Documentation, CHANGELOG)ockam_node 0.95.0
(Documentation, CHANGELOG)ockam_transport_ble 0.54.0
(Documentation, CHANGELOG)ockam_transport_core 0.63.0
(Documentation, CHANGELOG)ockam_transport_tcp 0.93.0
(Documentation, CHANGELOG)ockam_transport_udp 0.33.0
(Documentation, CHANGELOG)ockam_transport_uds 0.22.0
(Documentation, CHANGELOG)ockam_transport_websocket 0.84.0
(Documentation, CHANGELOG)ockam_vault 0.88.0
(Documentation, CHANGELOG)ockam_vault_aws 0.13.0
(Documentation, CHANGELOG)
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 @0scvr @A-5ingh @AnshKumar200 @AshwinKul28 @Asymtode712 @Celeo @Chandram-Dutta @DIlkhush00 @Darioazzali @Dhanush0369 @KekmaTime @Lucif3r-in @Lumexralph @MaheshMoholkar @Michaelin007 @PanGan21 @Rage-cmd @Ritish134 @Salonikansal2 @Suraj-kumar00 @Tashuuuu @Technmad @Virtual4087 @Zapix @abhiraj-mengade @adeyinkaezra123 @adiSuper94 @amoghak-ds @axd99 @cyberdad68 @dhruvmehtaaa @engineerakki @ironspec07 @jltorresm @kriogenia @lordB8r @makeittotop @melissa-kun-li @metaclips @mickm3n @milinddethe15 @mklawa @mrkirthi-24 @nabeel001 @nayaldivya @niss36 @paulozulato @racnan @rghdrizzle @rojin254 @sayyedarib @sivia1 @utkarsh1042005 @volcov
New Contributors
The following people made their very first contribution 🥳
@Darioazzali @KekmaTime @Michaelin007 @PanGan21 @cyberdad68 @lordB8r @mrkirthi-24 @niss36 @sivia1
Full Changelog
Ockam v0.98.0
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 by running:
brew install --cask build-trust/ockam/ockam-app --no-quarantine
Let us know what you think.
Ockam Command
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.98.0
Precompiled Binaries
# download sha256sums.txt
curl --proto '=https' --tlsv1.2 -sSfL -O \
https://github.com/build-trust/ockam/releases/download/ockam_v0.98.0/sha256sums.txt
# download sha256sums.txt.sig
curl --proto '=https' --tlsv1.2 -sSfL -O \
https://github.com/build-trust/ockam/releases/download/ockam_v0.98.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.98.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 [email protected]
The following crates were published as part of this release:
ockam 0.98.0
(Documentation, CHANGELOG)ockam_abac 0.32.0
(Documentation, CHANGELOG)ockam_api 0.41.0
(Documentation, CHANGELOG)ockam_app_lib 0.2.0
(Documentation, CHANGELOG)ockam_command 0.98.0
(Documentation, CHANGELOG)ockam_core 0.89.0
(Documentation, CHANGELOG)ockam_executor 0.57.0
(Documentation, CHANGELOG)ockam_identity 0.86.0
(Documentation, CHANGELOG)ockam_macros 0.32.0
(Documentation, CHANGELOG)ockam_multiaddr 0.32.0
(Documentation, CHANGELOG)ockam_node 0.94.0
(Documentation, CHANGELOG)ockam_transport_ble 0.53.0
(Documentation, CHANGELOG)ockam_transport_core 0.62.0
(Documentation, CHANGELOG)ockam_transport_tcp 0.92.0
(Documentation, CHANGELOG)ockam_transport_udp 0.32.0
(Documentation, CHANGELOG)ockam_transport_uds 0.21.0
(Documentation, CHANGELOG)ockam_transport_websocket 0.83.0
(Documentation, CHANGELOG)ockam_vault 0.87.0
(Documentation, CHANGELOG)ockam_vault_aws 0.12.0
(Documentation, CHANGELOG)
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 @0scvr @A-5ingh @AnshKumar200 @AshwinKul28 @Asymtode712 @Celeo @Chandram-Dutta @DIlkhush00 @Dhanush0369 @Lucif3r-in @Lumexralph @MaheshMoholkar @Rage-cmd @Ritish134 @Salonikansal2 @Suraj-kumar00 @Tashuuuu @Technmad @Virtual4087 @Zapix @abhiraj-mengade @adeyinkaezra123 @adiSuper94 @amoghak-ds @axd99 @dhruvmehtaaa @engineerakki @ironspec07 @jltorresm @kriogenia @makeittotop @melissa-kun-li @mickm3n @milinddethe15 @mklawa @nabeel001 @nayaldivya @paulozulato @racnan @rghdrizzle @rojin254 @sayyedarib @utkarsh1042005 @volcov
New Contributors
The following people made their very first contribution 🥳
@A-5ingh @AshwinKul28 @Asymtode712 @Celeo @DIlkhush00 @Dhanush0369 @Lucif3r-in @Lumexralph @MaheshMoholkar @Rage-cmd @Ritish134 @Suraj-kumar00 @Tashuuuu @Technmad @Virtual4087 @Zapix @abhiraj-mengade @adeyinkaezra123 @amoghak-ds @axd99 @dhruvmehtaaa @engineerakki @ironspec07 @makeittotop @melissa-kun-li @nabeel001 @racnan @rojin254 @sayyedarib @utkarsh1042005 @volcov
Full Changelog
Ockam v0.97.0
This release patches a bug in v0.96.0 that was making Ockam Command fail when creating background nodes.
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 by running:
brew install --cask build-trust/ockam/ockam-app --no-quarantine
Let us know what you think.
Ockam Command
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
Precompiled Binaries
# download sha256sums.txt
curl --proto '=https' --tlsv1.2 -sSfL -O \
https://github.com/build-trust/ockam/releases/download/ockam_v0.97.0/sha256sums.txt
# download sha256sums.txt.sig
curl --proto '=https' --tlsv1.2 -sSfL -O \
https://github.com/build-trust/ockam/releases/download/ockam_v0.97.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.97.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 [email protected]
The following crates were published as part of this release:
ockam 0.97.0
(Documentation, CHANGELOG)ockam_abac 0.31.0
(Documentation, CHANGELOG)ockam_api 0.40.0
(Documentation, CHANGELOG)ockam_command 0.97.0
(Documentation, CHANGELOG)ockam_core 0.88.0
(Documentation, CHANGELOG)ockam_executor 0.56.0
(Documentation, CHANGELOG)ockam_identity 0.85.0
(Documentation, CHANGELOG)ockam_multiaddr 0.31.0
(Documentation, CHANGELOG)ockam_node 0.93.0
(Documentation, CHANGELOG)ockam_transport_ble 0.52.0
(Documentation, CHANGELOG)ockam_transport_core 0.61.0
(Documentation, CHANGELOG)ockam_transport_tcp 0.91.0
(Documentation, CHANGELOG)ockam_transport_udp 0.31.0
(Documentation, CHANGELOG)ockam_transport_uds 0.20.0
(Documentation, CHANGELOG)ockam_transport_websocket 0.82.0
(Documentation, CHANGELOG)ockam_vault 0.86.0
(Documentation, CHANGELOG)ockam_vault_aws 0.11.0
(Documentation, CHANGELOG)
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 @janithjeewantha @jltorresm @Chandram-Dutta @kriogenia @FreemRL @0scvr @paulozulato@adiSuper94
New Contributors
The following people made their very first contribution 🥳