ockam_v0.123.0
版本发布时间: 2024-05-01 06:45:25
build-trust/ockam最新发布版本:ockam_v0.129.0(2024-07-03 22:30:59)
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 👉
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 ockam@0.123.0
The following crates were published as part of this release:
-
ockam 0.123.0
(Documentation, CHANGELOG) -
ockam_abac 0.56.0
(Documentation, CHANGELOG) -
ockam_api 0.66.0
(Documentation, CHANGELOG) -
ockam_app_lib 0.123.0
(Documentation, CHANGELOG) -
ockam_command 0.123.0
(Documentation, CHANGELOG) -
ockam_core 0.108.0
(Documentation, CHANGELOG) -
ockam_executor 0.77.0
(Documentation, CHANGELOG) -
ockam_identity 0.110.0
(Documentation, CHANGELOG) -
ockam_multiaddr 0.52.0
(Documentation, CHANGELOG) -
ockam_node 0.115.0
(Documentation, CHANGELOG) -
ockam_transport_ble 0.77.0
(Documentation, CHANGELOG) -
ockam_transport_core 0.81.0
(Documentation, CHANGELOG) -
ockam_transport_tcp 0.113.0
(Documentation, CHANGELOG) -
ockam_transport_udp 0.57.0
(Documentation, CHANGELOG) -
ockam_transport_uds 0.42.0
(Documentation, CHANGELOG) -
ockam_transport_websocket 0.104.0
(Documentation, CHANGELOG) -
ockam_vault 0.108.0
(Documentation, CHANGELOG) -
ockam_vault_aws 0.34.0
(Documentation, CHANGELOG)
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
1、 libockam_rust_elixir_nifs-v0.123.0-nif-2.15-aarch64-apple-darwin.so.tar.gz 6.39MB
2、 libockam_rust_elixir_nifs-v0.123.0-nif-2.15-aarch64-apple-darwin.so.tar.gz.sig 97B
3、 libockam_rust_elixir_nifs-v0.123.0-nif-2.15-aarch64-unknown-linux-gnu.so.tar.gz 7.97MB
4、 libockam_rust_elixir_nifs-v0.123.0-nif-2.15-aarch64-unknown-linux-gnu.so.tar.gz.sig 97B
5、 libockam_rust_elixir_nifs-v0.123.0-nif-2.15-x86_64-apple-darwin.so.tar.gz 6.76MB
6、 libockam_rust_elixir_nifs-v0.123.0-nif-2.15-x86_64-apple-darwin.so.tar.gz.sig 97B
7、 libockam_rust_elixir_nifs-v0.123.0-nif-2.15-x86_64-unknown-linux-gnu.so.tar.gz 9.64MB
8、 libockam_rust_elixir_nifs-v0.123.0-nif-2.15-x86_64-unknown-linux-gnu.so.tar.gz.sig 97B
9、 ockam.aarch64-apple-darwin 71.98MB
10、 ockam.aarch64-apple-darwin.sig 97B
11、 ockam.aarch64-unknown-linux-musl 83.73MB
12、 ockam.aarch64-unknown-linux-musl.sig 97B
13、 ockam.app.aarch64-apple-darwin.dmg 39.46MB
14、 ockam.app.aarch64-apple-darwin.dmg.sig 97B
15、 ockam.app.x86_64-apple-darwin.dmg 42.48MB
16、 ockam.app.x86_64-apple-darwin.dmg.sig 97B
17、 ockam.armv7-unknown-linux-musleabihf 80.26MB
18、 ockam.armv7-unknown-linux-musleabihf.sig 97B
19、 ockam.x86_64-apple-darwin 76.25MB
20、 ockam.x86_64-apple-darwin.sig 97B
21、 ockam.x86_64-unknown-linux-gnu 86.62MB
22、 ockam.x86_64-unknown-linux-gnu.sig 97B
23、 ockam.x86_64-unknown-linux-musl 89.48MB
24、 ockam.x86_64-unknown-linux-musl.sig 97B
25、 sha256sums.txt 2.69KB
26、 sha256sums.txt.sig 97B