Open-source helpdesk and ticketing system.
# Clone the repository
git clone https://github.com/SafariDesk-OS/safaridesk.git
cd safaridesk
# Copy environment template
cp .env.example .env
# Edit .env with your values
# See docs for configuration details
# Start all services
docker compose up -dDefault admin login: Check your .env values for SUPERUSER_* credentials.
Full documentation: docs.safaridesk.io
- Backend: Django, Celery, PostgreSQL, Redis
- Frontend: React, TypeScript, Vite
- AI: Google Gemini (optional)
AGPL-3.0 - See LICENSE