Overview
Bitwarden provides a public Software Development Kit (SDK) for Secrets Manager and an internal SDK for the Bitwarden Password Manager. The SDK is written in Rust and provides bindings for multiple languages.
Requirements
- Latest stable version of Rust, preferably installed via rustup.
- Node and npm.
See the Tools and Libraries page for more information.
Setup instructions
- Clone the repository:
git clone https://github.com/bitwarden/sdk.gitcd sdk- Install the dependencies:
npm ciBuilding the SDK
To build the SDK, run the following command:
cargo buildFor more information on how to use the SDK, see the repository.