The CaseBender Desktop Installer is the easiest way to deploy CaseBender on your local machine. It handles Docker setup, configuration, and service management automatically.Documentation Index
Fetch the complete documentation index at: https://docs.casebender.com/llms.txt
Use this file to discover all available pages before exploring further.
Download Installer
The installer automatically detects your system and configures CaseBender with optimal settings.
- macOS
- Windows
- Linux
For Apple Silicon (M1/M2/M3) and Intel MacsInstallation:
DMG Installer (Apple Silicon)
Recommended for M1/M2/M3 Macs
DMG Installer (Intel)
For Intel-based Macs
- Download the DMG file for your Mac
- Open the DMG and drag CaseBender Installer to Applications
- Launch from Applications folder
- If prompted about unidentified developer, right-click and select “Open”
System Requirements
| Component | Minimum | Recommended |
|---|---|---|
| RAM | 8 GB | 16 GB |
| Disk Space | 10 GB | 20 GB |
| Docker | 20.10+ | Latest |
| OS | macOS 10.15+, Windows 10+, Ubuntu 20.04+ | Latest LTS |
Features
One-Click Deploy
Deploy CaseBender with a single click. No command line required.
Auto Configuration
Automatically generates secure credentials and SSL certificates.
Service Management
Start, stop, and monitor all CaseBender services from a unified dashboard.
Easy Updates
Update to the latest version with one click.
What Gets Installed
The installer deploys the following services:- CaseBender Web App - Main application (port 3000)
- PostgreSQL - Database (port 5433)
- Redis - Cache and message queue (port 6379)
- Workflow Processor - Background job processing (port 3001)
- MISP Processor - Threat intelligence integration (port 3002)
- MinIO - Object storage for attachments (ports 9000, 9090)
- Nginx - SSL termination and reverse proxy (ports 80, 443)
First Launch
After installation:- Start Docker Desktop - Ensure Docker is running
- Launch the Installer - Open CaseBender Installer
- Click “Install” - The installer will pull images and configure services
- Access CaseBender - Open
https://local.casebender.comin your browser
Default Credentials
Troubleshooting
Docker Not Found
If the installer can’t find Docker:- Install Docker Desktop
- Start Docker Desktop
- Wait for Docker to fully initialize (green icon in system tray)
- Restart the CaseBender Installer
Port Conflicts
If you see port conflict errors:- Check which application is using the port:
lsof -i :PORT(macOS/Linux) ornetstat -ano | findstr :PORT(Windows) - Stop the conflicting application
- Retry the installation
macOS Gatekeeper Warning
If macOS blocks the app:- Right-click (or Control+click) on the app
- Select “Open” from the context menu
- Click “Open” in the dialog
Windows SmartScreen
If Windows blocks the installer:- Click “More info”
- Click “Run anyway”