# Download Guardian library file

{% hint style="warning" %}
🚧 This feature is currently in development.
{% endhint %}

Download our **Guardian Library** files for your preferred language, platform, and architecture.

## What is Guardian library?

Guardian Library is a lightweight software package that integrates into your medical devices to provide cryptographic security capabilities. The library acts as the bridge between your device and the Guardian Cloud platform, handling all the complex security operations behind a simple API. It handles key generation, certificate requests, and secure connections without requiring complex cryptographic expertise from your development team.

### What Guardian library does

* **Generates cryptographic keys** directly on your device for maximum security
* **Requests and manages certificates** from Guardian Cloud automatically
* **Provides easy-to-use APIs** for device authentication, secure communication, and data signing
* **Handles provisioning workflows** including initial setup and reprovisioning
* **Manages the complete certificate lifecycle** without manual intervention

### How it works

After integration, Guardian Library reads a secure configuration profile and automatically requests certificates from Guardian Cloud. Once your device is provisioned, the library enables secure device-to-device communication (East-West) and secure connections to cloud services (North-South) using industry-standard cryptographic protocols.

You can download your Guardian Library file either during your system creation and configuration, or at any time from the **Downloads** item in the sidebar.

### Download Guardian library files

1. If you are creating a new system, you can download the Guardian library as a part of this setup process. If not, click the **Downloads** item on the sidebar.
2. Select the version and configuration that meets your needs, then click **Download**.

#### Filter files

* **Version:** Select the latest version or a previous version
* **Status:**&#x20;
  * Actively supported: Current versions received regular updates and full support
  * Beta: Pre-release versions
  * Alpha: Early access versions
  * Nearing end-of-support: These versions will not be supported after the specified date.
  * No longer supported (EOS): Legacy versions that are no longer updated or supported.
* **Language:** C, C++, C#, Java, and Python
* **Platform:** Windows, Linux, QNX, FreeBSD
* **Architecture:** x86, x86\_64, ARM, aarch64

### Verify file integrity

Checksums are provided for file integrity verification. Hover over the checksum to display the copy icon, then copy the value for verification.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.medcrypt.com/get-started/quickstart-process/download-guardian-library-file.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
