<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Setting up AI Developer Edition on</title><link>https://developer.docs.protegrity.com/1.1.0/docs/install/</link><description>Recent content in Setting up AI Developer Edition on</description><generator>Hugo</generator><language>en</language><lastBuildDate>Thu, 25 Jun 2026 05:24:41 +0000</lastBuildDate><atom:link href="https://developer.docs.protegrity.com/1.1.0/docs/install/index.xml" rel="self" type="application/rss+xml"/><item><title>Prerequisites</title><link>https://developer.docs.protegrity.com/1.1.0/docs/install/deved_prereq/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://developer.docs.protegrity.com/1.1.0/docs/install/deved_prereq/</guid><description>&lt;h2 id="general-requirements">General requirements&lt;/h2>
&lt;p>The system requirements for the AI Developer edition are provided here.&lt;/p>
&lt;h3 id="hardware-requirements">Hardware requirements&lt;/h3>


&lt;!-- tabbed panes for 1 start-->
 
 
&lt;!-- 1 end -->
 
 &lt;!-- tabbed panes for 2 start-->
 
 
&lt;!-- 2 end -->

&lt;!-- tabbed panes for 2 start-->
 
 
&lt;!-- 2 end -->
&lt;ul class="nav nav-tabs" id="tabs-0" role="tablist">
 &lt;li class="nav-item">
 &lt;button class="nav-link active"
 id="tabs-00-00-tab" data-bs-toggle="tab" data-bs-target="#tabs-00-00" role="tab"
 data-td-tp-persist="linux" aria-controls="tabs-00-00" aria-selected="true">
 Linux
 &lt;/button>
 &lt;/li>&lt;li class="nav-item">
 &lt;button class="nav-link"
 id="tabs-00-01-tab" data-bs-toggle="tab" data-bs-target="#tabs-00-01" role="tab"
 data-td-tp-persist="windows" aria-controls="tabs-00-01" aria-selected="false">
 Windows
 &lt;/button>
 &lt;/li>&lt;li class="nav-item">
 &lt;button class="nav-link"
 id="tabs-00-02-tab" data-bs-toggle="tab" data-bs-target="#tabs-00-02" role="tab"
 data-td-tp-persist="macos" aria-controls="tabs-00-02" aria-selected="false">
 macOS
 &lt;/button>
 &lt;/li>
&lt;/ul>

&lt;div class="tab-content" id="tabs-0-content">
 &lt;div class="tab-body tab-pane fade show active"
 id="tabs-00-00" role="tabpanel" aria-labelled-by="tabs-00-00-tab" tabindex="0">
 &lt;!--Content-->
&lt;p>For the local docker deployment mode, a machine with the following specifications will enable you to experiment with the main features:&lt;/p></description></item><item><title>Optional - Obtaining access to the AI Developer Edition API Service</title><link>https://developer.docs.protegrity.com/1.1.0/docs/install/deved_register/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://developer.docs.protegrity.com/1.1.0/docs/install/deved_register/</guid><description>&lt;p>Registration is only required for running the APIs to protect, unprotect, and reprotect data. The find and redact that uses Data Discovery, Semantic Guardrail, and Synthetic Data features can be used without registration. Skip this section if find and protect that uses the tokenization and encryption feature is not required.&lt;/p>
&lt;h2 id="registering-for-access">Registering for access&lt;/h2>
&lt;p>Sign up for access to the AI Developer Edition API Service. This is required for obtaining access to use the APIs.&lt;/p></description></item><item><title>Setting up the packages</title><link>https://developer.docs.protegrity.com/1.1.0/docs/install/deved_install/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://developer.docs.protegrity.com/1.1.0/docs/install/deved_install/</guid><description>&lt;h2 id="obtaining-the-package">Obtaining the package&lt;/h2>


&lt;!-- tabbed panes for 1 start-->
 

&lt;!-- 1 end -->
 
 &lt;!-- tabbed panes for 2 start-->
 

&lt;!-- 2 end -->

&lt;ul class="nav nav-tabs" id="tabs-0" role="tablist">
 &lt;li class="nav-item">
 &lt;button class="nav-link active"
 id="tabs-00-00-tab" data-bs-toggle="tab" data-bs-target="#tabs-00-00" role="tab"
 data-td-tp-persist="fresh setup" aria-controls="tabs-00-00" aria-selected="true">
 Fresh setup
 &lt;/button>
 &lt;/li>&lt;li class="nav-item">
 &lt;button class="nav-link"
 id="tabs-00-01-tab" data-bs-toggle="tab" data-bs-target="#tabs-00-01" role="tab"
 data-td-tp-persist="upgrade" aria-controls="tabs-00-01" aria-selected="false">
 Upgrade
 &lt;/button>
 &lt;/li>
&lt;/ul>

&lt;div class="tab-content" id="tabs-0-content">
 &lt;div class="tab-body tab-pane fade show active"
 id="tabs-00-00" role="tabpanel" aria-labelled-by="tabs-00-00-tab" tabindex="0">
 &lt;!--Content-->
&lt;ol>
&lt;li>
&lt;p>Navigate to the &lt;a href="https://github.com/Protegrity-Developer-Edition">Protegrity AI Developer Edition&lt;/a> repository.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Clone or download the repositories on your local system.&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://github.com/Protegrity-Developer-Edition/protegrity-developer-edition.git">&lt;strong>protegrity-developer-edition&lt;/strong>&lt;/a>: Contains the files to launch the required containers. It also contains the sample applications and files.&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-fallback" data-lang="fallback">&lt;span style="display:flex;">&lt;span>git clone https://github.com/Protegrity-Developer-Edition/protegrity-developer-edition.git
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>To customize the Python modules, clone and use the source from the &lt;a href="https://github.com/Protegrity-Developer-Edition/protegrity-developer-python.git">&lt;strong>protegrity-developer-python&lt;/strong>&lt;/a> repository.&lt;/p></description></item><item><title>Verifying the files in the Protegrity AI Developer Edition package</title><link>https://developer.docs.protegrity.com/1.1.0/docs/install/deved_verify/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://developer.docs.protegrity.com/1.1.0/docs/install/deved_verify/</guid><description>&lt;h2 id="protegrity-developer-edition-repository">protegrity-developer-edition repository&lt;/h2>
&lt;p>This repository contains the files for obtaining and running the sample application.&lt;/p>
&lt;ul>
&lt;li>&lt;strong>CHANGELOG.md&lt;/strong>: It tracks version updates and changes are tracked here.&lt;/li>
&lt;li>&lt;strong>CONTRIBUTIONS.md&lt;/strong>: The guidelines for contributing to the project.&lt;/li>
&lt;li>&lt;strong>LICENSE&lt;/strong>: The license file with the terms and conditions for using the application.&lt;/li>
&lt;li>&lt;strong>README.md&lt;/strong>: The readme file specifying the steps to set up the product.&lt;/li>
&lt;li>&lt;strong>docker-compose.yml&lt;/strong>: This file contains the configuration for deploying the containers.&lt;/li>
&lt;li>&lt;strong>data-discovery&lt;/strong>: The directory with the sample application and scripts for Data Discovery.&lt;/li>
&lt;li>&lt;strong>semantic-guardrail&lt;/strong>: The directory with the sample scripts for Semantic Guardrail.&lt;/li>
&lt;li>&lt;strong>samples&lt;/strong>: The directory with the sample application and scripts for the testing the features.
&lt;ul>
&lt;li>&lt;strong>java&lt;/strong>: The directory with the sample scripts for testing the features using Java.&lt;/li>
&lt;li>&lt;strong>python&lt;/strong>: The directory with the sample scripts for testing the features using Python.
&lt;ul>
&lt;li>&lt;strong>sample-app-semantic-guardrails&lt;/strong>: The directory with the sample notebook for testing the Semantic Guardrails feature.&lt;/li>
&lt;li>&lt;strong>sample-app-synthetic-data&lt;/strong>: The directory with the sample notebook and datastore for testing the Synthetic Data feature.&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>&lt;strong>sample-data&lt;/strong>: The directory with the input file for the scripts.&lt;/li>
&lt;li>&lt;strong>config.json&lt;/strong>: The configuration file for working with the scripts.&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
 &lt;!--
 - **sample-classification-commands.sh**: A file with the sample curl command for identifying sensitive data.
 - **sample-classification-python.py**: A sample Python module for identifying sensitive data. 
-->
 &lt;!--
 - **sample-guardrail-python.py**: A sample Python module for submitting multi-turn conversation with semantic and PII processors. 
-->
&lt;h2 id="protegrity-developer-python-repository">protegrity-developer-python repository&lt;/h2>
&lt;p>This repository contains the source files for customizing and building the Python module.&lt;/p></description></item></channel></rss>