Skip to content

🛠 Getting Started

🕕 Prerequisites

Before using the iApp Generator, make sure you have:

📦 Node.js v20+
Download →
🐳 Docker installed
Download →
🐳 DockerHub Account
Sign Up →

🔍 Verify Docker Compatibility

bash
docker buildx inspect --bootstrap | grep -i platforms

If linux/amd64 is not listed, update your Docker installation.

📦 Installation

sh
npm install -g @iexec/iapp
sh
yarn global add @iexec/iapp
sh
pnpm add -g @iexec/iapp
sh
bun add -g @iexec/iapp

Once installed, generate the auto-completion script and add it to your shell by following the instructions:

bash
iapp completion