|
1 | 1 | --- |
2 | 2 | title: What is an iApp? |
3 | | -description: Privacy-first applications that run on decentralized infrastructure |
| 3 | +description: |
| 4 | + Learn about iExec Applications (iApps) - confidential computing apps that |
| 5 | + process sensitive data in secure TEE environments. Build privacy-preserving |
| 6 | + AI, data analysis, and Web3 apps. |
| 7 | +keywords: |
| 8 | + iApp, iExec application, confidential computing, TEE, trusted execution |
| 9 | + environment, privacy-preserving apps, secure data processing, Web3 development |
4 | 10 | --- |
5 | 11 |
|
6 | 12 | # 🚀 What is an iApp? |
7 | 13 |
|
8 | 14 | An iExec Application (iApp) brings Turnkey Privacy to your regular application |
9 | | -code (Python script, AI model, data processor, ...) enabling it to securely |
10 | | -process protected data (created by [DataProtector](/manage-data/dataProtector)) |
11 | | -inside a confidential computing environment called TEE (a Trusted Execution |
12 | | -Environment). |
| 15 | +code. Your Python scripts, AI models, or data processors can securely process |
| 16 | +protected data inside a TEE (Trusted Execution Environment). |
13 | 17 |
|
14 | 18 | ## Why iApps Matter ? |
15 | 19 |
|
16 | | -iApps provide Turnkey Privacy capabilities that let you process sensitive data |
17 | | -while keeping it private and secure. |
| 20 | +iApps provide Turnkey Privacy capabilities. Process sensitive data while keeping |
| 21 | +it private and secure. |
18 | 22 |
|
19 | 23 | Imagine you want to build: |
20 | 24 |
|
@@ -170,9 +174,11 @@ Try our [Hello World](/overview/helloWorld) for a quick start, or check the |
170 | 174 |
|
171 | 175 | ::: details 🔧 What programming languages are supported? |
172 | 176 |
|
173 | | -iApps can be built in any language that runs in Docker (Python, JavaScript, R, |
| 177 | +You can build iApps in any language that runs in Docker (Python, JavaScript, R, |
174 | 178 | Java, Go, etc.). However, **iApp Generator** currently supports only Python and |
175 | | -Node.js for simplified development. |
| 179 | +uns in Docker (Python, JavaScript, R, Java, Go, etc.). However, **iApp |
| 180 | +Generator** currently supports only Python and Node.js for simplified |
| 181 | +development. |
176 | 182 |
|
177 | 183 | ::: |
178 | 184 |
|
|
0 commit comments