Skip to content

🛠 Getting Started

🕕 Prerequisites

Before using the iApp Generator, make sure you have:

- Node.js version 20 or higher

- Docker

- Docker Buildx (for macOS users, check AMD64 compatibility)

🔍 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