Editions Modules Use Cases Architecture Community Download Get Started →

Download

Install the Conduvia OSS edition and start governing your platform boundary in minutes.

Installation

Install the Conduvia OSS edition using one of the supported methods below:

# Via package manager $ curl -sSL https://get.conduvia.dev | sh # macOS / Linux via Homebrew $ brew install conduvia # Debian / Ubuntu $ apt-get install conduvia

After installation, run conduvia init to create your first project.

Quickstart

# 1. Initialize $ conduvia init my-platform $ cd my-platform # 2. Configure aliases and policies $ vi conduvia.yaml # 3. Start $ conduvia start

System Requirements

  • Java 17 or later
  • Apache Kafka 3.x (for async mode)
  • PostgreSQL, MySQL, or H2 (for config store)
  • 512 MB minimum RAM (Edge), 1 GB (Worker)

Core Stack

  • Java + Spring Boot
  • Apache Kafka (internal backbone)
  • Drools (executable model, optional PBAC engine)
  • Apache Camel (bounded execution layer)
  • networknt/json-schema-validator