Install script
To install Ockam Command using our install script:
curl --proto '=https' --tlsv1.2 -sSfL https://install.command.ockam.io | bash
Homebrew
To install Ockam Command using Homebrew:
brew install build-trust/ockam/ockam
Docker
To use Ockam as a docker container:
docker pull ghcr.io/build-trust/ockam:0.147.0
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.147.0
(Documentation, CHANGELOG)ockam_abac 0.78.0
(Documentation, CHANGELOG)ockam_api 0.90.0
(Documentation, CHANGELOG)ockam_app_lib 0.147.0
(Documentation, CHANGELOG)ockam_command 0.147.0
(Documentation, CHANGELOG)ockam_core 0.124.0
(Documentation, CHANGELOG)ockam_executor 0.93.0
(Documentation, CHANGELOG)ockam_identity 0.132.0
(Documentation, CHANGELOG)ockam_macros 0.37.0
(Documentation, CHANGELOG)ockam_multiaddr 0.69.0
(Documentation, CHANGELOG)ockam_node 0.137.0
(Documentation, CHANGELOG)ockam_transport_ble 0.99.0
(Documentation, CHANGELOG)ockam_transport_core 0.101.0
(Documentation, CHANGELOG)ockam_transport_tcp 0.135.0
(Documentation, CHANGELOG)ockam_transport_udp 0.79.0
(Documentation, CHANGELOG)ockam_transport_uds 0.64.0
(Documentation, CHANGELOG)ockam_transport_websocket 0.126.0
(Documentation, CHANGELOG)ockam_vault 0.130.0
(Documentation, CHANGELOG)ockam_vault_aws 0.56.0
(Documentation, CHANGELOG)