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
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 a signed, version-pinned release with one click.
What Gets Installed
The installer deploys the following services:- CaseBender Web App - Main application
- PostgreSQL - Database
- Redis - Authenticated cache and message queue
- OpenSearch - Authenticated search service
- Workflow Processor - Background job processing
- MISP Processor - Threat intelligence integration
- MinIO - Object storage for attachments
- Nginx - The only host-facing service (ports 80 and 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 - Complete activation - Follow the local
/setuppage to create the first administrator
First administrator
The installer generates installation-specific infrastructure secrets. It does not create a shared production administrator password. Use the short-lived code displayed by the installer on the/setup page, then
choose the administrator email and password. Store the password in your
enterprise password manager and enroll MFA. See
First-run setup.
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”