Skip to main content

Installation

Get Juro up and running in minutes with our simple installation process.

Prerequisites

  • Node.js 18+
  • npm or yarn
  • Git

Quick Install

# Install Juro CLI globally
npm install -g @juro/cli

# Verify installation
juro --version

Docker Installation

# Pull the latest image
docker pull juro/compliance-platform

# Run the container
docker run -p 3000:3000 juro/compliance-platform

Next Steps