Open-source customer support software built on Laravel and ShadCN.
- Multi-tenant — Run multiple organizations from one installation
- Microsoft 365 & Google Workspace — Native OAuth integration, no IMAP hacks
- Real threading — Conversations stay together like they should
- Customer portal — Self-service for customers to submit and track tickets
- Familiar UI — If you've used Outlook, you already know how to use this
git clone https://github.com/FluxDesk/FluxDesk.git
cd FluxDesk
composer install
npm install && npm run build
php artisan serveVisit http://localhost:8000 — the installation wizard takes it from there.
- PHP 8.2+
- Node.js 18+
- SQLite, MySQL 8.0+, or PostgreSQL 13+
Head over to the Discussions tab.
MIT License. See LICENSE for details.
