Self-Hosted Deployment

Download Alesqui Intelligence

Limited Early Access Program

Deploy Alesqui Intelligence on your own infrastructure.

Join our early adopters and get priority support. Complete control over your data, full customization capabilities, and the ability to run in air-gapped environments.

⭐ RECOMMENDED

One-Command Install

Automated installation script that guides you through the setup process

bash
curl -fsSL https://get.alesqui.com/install.sh | bash

Automatic dependency checking

Verifies Docker, Docker Compose, and other requirements

Interactive configuration

Step-by-step prompts for all settings

Guided .env setup

Automatic configuration file generation

Automatic service startup

Launches all containers and services

Manual Download

Download the distribution package and install manually

Download alesqui-intelligence.tar.gz

Installation Instructions:

bash
# Extract the archive
tar -xzf alesqui-intelligence.tar.gz
cd alesqui-intelligence

# Run the setup script
./scripts/start-atlas.sh
# or for local MongoDB:
./scripts/start-local.sh

Note: You'll need to configure the .env file manually before running the scripts.

Choose Your Deployment Type

Select the deployment option that best fits your infrastructure and requirements

RECOMMENDED

Atlas Deployment

Uses MongoDB Atlas (cloud database)

  • Easier management and scalability
  • Automatic backups and monitoring
  • High availability by default
  • Reduced operational overhead

Best for:

Production environments, teams wanting managed database

Local Deployment

Includes local MongoDB container

  • Complete self-hosting
  • No external database dependency
  • Works in air-gapped environments
  • Full data sovereignty

Best for:

Development, testing, air-gapped environments

What You'll Need

Make sure you have these prerequisites before installation

Docker & Docker Compose

Required for container orchestration

4GB RAM minimum

8GB recommended for optimal performance

OpenAI API Key

Or Azure OpenAI credentials

Database Setup

MongoDB Atlas account OR Docker for local MongoDB

SMTP Server

For email notifications and user management

Network Access

Ports 3000 and 8080 available