Skip to main content

Python

Install the core package with no optional dependencies:
pip install attesta

Requirements

  • Python 3.11 or later
  • No required dependencies for the core package
  • Optional: rich for the terminal UI, pyyaml for YAML config

TypeScript

npm install @kyberon/attesta
Or with your preferred package manager:
# yarn
yarn add @kyberon/attesta

# pnpm
pnpm add @kyberon/attesta

Requirements

  • Node.js 18 or later
  • TypeScript 5.0+ (recommended)

No-Code Platforms

For no-code platforms, install the platform-specific package:
PlatformInstallation
n8nnpm install n8n-nodes-attesta
Flowisenpm install flowise-nodes-attesta
Langflowpip install langflow-attesta
DifyInstall via Dify plugin marketplace

Verify Installation

import attesta
print(attesta.__version__)