Installation
Prerequisites
Before installing Conduit, ensure you have:
- Docker - Install Docker and configure it to run without sudo
- Docker Compose - Conduit's CLI supports both v2 and v1 (v2 comes pre-installed with Docker Desktop)
Quick Install with CLI
The fastest way to get Conduit running locally:
- npx (Recommended)
- Native Package
# Basic setup with latest stable release
npx @conduitplatform/cli deploy setup
# Interactive setup with module selection
npx @conduitplatform/cli deploy setup --config
# Install CLI
sh <(curl -s https://getconduit.dev/bootstrap)
# Deploy Conduit
conduit deploy setup --config
Upon completion, the admin panel will open in your browser.
Default credentials: admin / admin
Alternative Installation Methods
- From Source - Build from source
- Container Images - Pre-built images on DockerHub and GitHub Container Registry
- Kubernetes - See Deploy with Kubernetes guide
Version Compatibility
Don't mix different major versions of Conduit, modules, or the Admin Panel.
Verify Installation
After installation, verify Conduit is running:
- Open the Admin Panel at
http://localhost:8080 - Login with
admin/admin - You should see the dashboard with available modules
What's Next?
- Explore the Admin Panel interface
- Build your First App
- Learn about Core Concepts