Ockam Versions Save

Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between distributed applications – at massive scale.

ockam_v0.124.0

1 week ago

Ockam 0.124.0

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.124.0

Precompiled Binaries

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

# download sha256sums.txt.sig
curl --proto '=https' --tlsv1.2 -sSfL -O \
  https://github.com/build-trust/ockam/releases/download/ockam_v0.124.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.124.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_v0.123.0

2 weeks ago

Portals for Mac

Portals for Mac – A macOS app built in Swift that uses the Ockam Rust library to privately share a service on your Mac with anyone, anywhere. The service is shared securely over an end-to-end encrypted and mutually authenticated Ockam Portal. Your friends will have access to it on their localhost! This app is a great example of the kinds of things you can build with Ockam 👉

Portals for Mac

Install

brew install build-trust/ockam/portals

If you prefer to install the app manually, download and install it using the appropriate dmg file for your Mac:

  • If you have an Apple Silicon based Mac, download and install from this dmg file.
  • If you have an Intel based Mac, download and install from this dmg file.

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.123.0

Precompiled Binaries

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

# download sha256sums.txt.sig
curl --proto '=https' --tlsv1.2 -sSfL -O \
  https://github.com/build-trust/ockam/releases/download/ockam_v0.123.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.123.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:

Contributors

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

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

Full Changelog

https://github.com/build-trust/ockam/compare/ockam_v0.122.0...ockam_v0.123.0

ockam_v0.122.0

3 weeks ago

Portals for Mac

Portals for Mac – A macOS app built in Swift that uses the Ockam Rust library to privately share a service on your Mac with anyone, anywhere. The service is shared securely over an end-to-end encrypted and mutually authenticated Ockam Portal. Your friends will have access to it on their localhost! This app is a great example of the kinds of things you can build with Ockam 👉

Portals for Mac

Install

brew install build-trust/ockam/portals

If you prefer to install the app manually, download and install it using the appropriate dmg file for your Mac:

  • If you have an Apple Silicon based Mac, download and install from this dmg file.
  • If you have an Intel based Mac, download and install from this dmg file.

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.122.0

Precompiled Binaries

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

# download sha256sums.txt.sig
curl --proto '=https' --tlsv1.2 -sSfL -O \
  https://github.com/build-trust/ockam/releases/download/ockam_v0.122.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.122.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:

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 @Wryhder @pradovic

New Contributors

The following people made their very first contribution 🥳

@Wryhder

Full Changelog

https://github.com/build-trust/ockam/compare/ockam_v0.121.0...ockam_v0.122.0

ockam_v0.121.0

1 month ago

Portals for Mac

Portals for Mac – A macOS app built in Swift that uses the Ockam Rust library to privately share a service on your Mac with anyone, anywhere. The service is shared securely over an end-to-end encrypted and mutually authenticated Ockam Portal. Your friends will have access to it on their localhost! This app is a great example of the kinds of things you can build with Ockam 👉

Portals for Mac

Install

brew install build-trust/ockam/portals

If you prefer to install the app manually, download and install it using the appropriate dmg file for your Mac:

  • If you have an Apple Silicon based Mac, download and install from this dmg file.
  • If you have an Intel based Mac, download and install from this dmg file.

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.121.0

Precompiled Binaries

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

# download sha256sums.txt.sig
curl --proto '=https' --tlsv1.2 -sSfL -O \
  https://github.com/build-trust/ockam/releases/download/ockam_v0.121.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.121.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:

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 @Wryhder @pradovic

Full Changelog

https://github.com/build-trust/ockam/compare/ockam_v0.120.0...ockam_v0.121.0

ockam_v0.120.0

1 month ago

Portals for Mac

Portals for Mac – A macOS app built in Swift that uses the Ockam Rust library to privately share a service on your Mac with anyone, anywhere. The service is shared securely over an end-to-end encrypted and mutually authenticated Ockam Portal. Your friends will have access to it on their localhost! This app is a great example of the kinds of things you can build with Ockam 👉

Portals for Mac

Install

brew install build-trust/ockam/portals

If you prefer to install the app manually, download and install it using the appropriate dmg file for your Mac:

  • If you have an Apple Silicon based Mac, download and install from this dmg file.
  • If you have an Intel based Mac, download and install from this dmg file.

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.120.0

Precompiled Binaries

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

# download sha256sums.txt.sig
curl --proto '=https' --tlsv1.2 -sSfL -O \
  https://github.com/build-trust/ockam/releases/download/ockam_v0.120.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.120.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:

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 @pradovic

New Contributors

The following people made their very first contribution 🥳

@vuldin

Full Changelog

https://github.com/build-trust/ockam/compare/ockam_v0.119.0...ockam_v0.120.0

ockam_v0.119.0

1 month ago

Portals for Mac

Portals for Mac – A macOS app built in Swift that uses the Ockam Rust library to privately share a service on your Mac with anyone, anywhere. The service is shared securely over an end-to-end encrypted and mutually authenticated Ockam Portal. Your friends will have access to it on their localhost! This app is a great example of the kinds of things you can build with Ockam 👉

Portals for Mac

Install

brew install build-trust/ockam/portals

If you prefer to install the app manually, download and install it using the appropriate dmg file for your Mac:

  • If you have an Apple Silicon based Mac, download and install from this dmg file.
  • If you have an Intel based Mac, download and install from this dmg file.

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.119.0

Precompiled Binaries

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

# download sha256sums.txt.sig
curl --proto '=https' --tlsv1.2 -sSfL -O \
  https://github.com/build-trust/ockam/releases/download/ockam_v0.119.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.119.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_v0.118.0

1 month ago

Portals for Mac

Portals for Mac – A macOS app built in Swift that uses the Ockam Rust library to privately share a service on your Mac with anyone, anywhere. The service is shared securely over an end-to-end encrypted and mutually authenticated Ockam Portal. Your friends will have access to it on their localhost! This app is a great example of the kinds of things you can build with Ockam 👉

Portals for Mac

Install

brew install build-trust/ockam/portals

If you prefer to install the app manually, download and install it using the appropriate dmg file for your Mac:

  • If you have an Apple Silicon based Mac, download and install from this dmg file.
  • If you have an Intel based Mac, download and install from this dmg file.

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.118.0

Precompiled Binaries

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

# download sha256sums.txt.sig
curl --proto '=https' --tlsv1.2 -sSfL -O \
  https://github.com/build-trust/ockam/releases/download/ockam_v0.118.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.118.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:

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 @oguseynov @pradovic

New Contributors The following people made their very first contribution 🥳

@oguseynov @pradovic

Full Changelog

https://github.com/build-trust/ockam/compare/ockam_v0.117.0...ockam_v0.118.0

ockam_v0.117.0

2 months ago

Portals for Mac

Portals for Mac – A macOS app built in Swift that uses the Ockam Rust library to privately share a service on your Mac with anyone, anywhere. The service is shared securely over an end-to-end encrypted and mutually authenticated Ockam Portal. Your friends will have access to it on their localhost! This app is a great example of the kinds of things you can build with Ockam 👉

Portals for Mac

Install

brew install build-trust/ockam/portals

If you prefer to install the app manually, download and install it using the appropriate dmg file for your Mac:

  • If you have an Apple Silicon based Mac, download and install from this dmg file.
  • If you have an Intel based Mac, download and install from this dmg file.

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.117.0

Precompiled Binaries

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

# download sha256sums.txt.sig
curl --proto '=https' --tlsv1.2 -sSfL -O \
  https://github.com/build-trust/ockam/releases/download/ockam_v0.117.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.117.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:

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 @younes-io

Full Changelog

https://github.com/build-trust/ockam/compare/ockam_v0.116.0...ockam_v0.117.0

ockam_v0.116.0

4 months ago

Portals for Mac

Portals for Mac – A macOS app built in Swift that uses the Ockam Rust library to privately share a service on your Mac with anyone, anywhere. The service is shared securely over an end-to-end encrypted and mutually authenticated Ockam Portal. Your friends will have access to it on their localhost! This app is a great example of the kinds of things you can build with Ockam 👉

Portals for Mac

Install

brew install build-trust/ockam/portals

If you prefer to install the app manually, download and install it using the appropriate dmg file for your Mac:

  • If you have an Apple Silicon based Mac, download and install from this dmg file.
  • If you have an Intel based Mac, download and install from this dmg file.

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.116.0

Precompiled Binaries

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

# download sha256sums.txt.sig
curl --proto '=https' --tlsv1.2 -sSfL -O \
  https://github.com/build-trust/ockam/releases/download/ockam_v0.116.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.116.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:

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 @younes-io

New Contributors The following people made their very first contribution 🥳

@adincebic @eddiejaoude @nicklimmm @rahul007-bit

Full Changelog

https://github.com/build-trust/ockam/compare/ockam_v0.115.0...ockam_v0.116.0

ockam_v0.115.0

4 months ago

Portals for Mac

Portals for Mac – A macOS app built in Swift that uses the Ockam Rust library to privately share a service on your Mac with anyone, anywhere. The service is shared securely over an end-to-end encrypted and mutually authenticated Ockam Portal. Your friends will have access to it on their localhost! This app is a great example of the kinds of things you can build with Ockam 👉

Portals for Mac

Install

brew install build-trust/ockam/portals

If you prefer to install the app manually, download and install it using the appropriate dmg file for your Mac:

  • If you have an Apple Silicon based Mac, download and install from this dmg file.
  • If you have an Intel based Mac, download and install from this dmg file.

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.115.0

Precompiled Binaries

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

# download sha256sums.txt.sig
curl --proto '=https' --tlsv1.2 -sSfL -O \
  https://github.com/build-trust/ockam/releases/download/ockam_v0.115.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.115.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:

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 @shautvast

Full Changelog

https://github.com/build-trust/ockam/compare/ockam_v0.114.0...ockam_v0.115.0