# π¬ Dispatcharr β Your Ultimate IPTV & Stream Management Companion
---
## π What is Dispatcharr?
Dispatcharr is an **open-source powerhouse** for managing IPTV streams and EPG data with elegance and control.\
Born from necessity and built with passion, it started as a personal project by **[OkinawaBoss](https://github.com/OkinawaBoss)** and evolved with contributions from legends like **[dekzter](https://github.com/dekzter)**, **[SergeantPanda](https://github.com/SergeantPanda)** and **Bucatini**.
> Think of Dispatcharr as the \*arr familyβs IPTV cousin β simple, smart, and designed for streamers who want reliability and flexibility.
---
## π§ͺ Whatβs New in Beta
Dispatcharr has officially entered **BETA**, bringing powerful new features and improvements across the board:
β¨ **Proxy Streaming Engine** β Optimize bandwidth, reduce provider connections, and increase stream reliability\
π **Real-Time Stats Dashboard** β Live insights into stream health and client activity\
π§ **EPG Auto-Match** β Match program data to channels automatically\
βοΈ **Streamlink + FFmpeg Support** β Flexible backend options for streaming and recording\
π¬ **VOD Management** β Full Video on Demand support with movies and TV series\
π§Ό **UI & UX Enhancements** β Smoother, faster, more responsive interface\
π **Output Compatibility** β HDHomeRun, M3U, and XMLTV EPG support for Plex, Jellyfin, and more
---
## β¨ Why You'll Love Dispatcharr
β
**Full IPTV Control** β Import, organize, proxy, and monitor IPTV streams on your own terms\
β
**Smart Playlist Handling** β M3U import, filtering, grouping, and failover support\
β
**VOD Content Management** β Organize movies and TV series with metadata and streaming\
β
**Reliable EPG Integration** β Match and manage TV guide data with ease\
β
**Clean & Responsive Interface** β Modern design that gets out of your way\
β
**Fully Self-Hosted** β Total control, zero reliance on third-party services
---
# Screenshots





# π Get Started in Minutes
### π³ Quick Start with Docker (Recommended)
```bash
docker pull ghcr.io/dispatcharr/dispatcharr:latest
docker run -d \
-p 9191:9191 \
--name dispatcharr \
-v dispatcharr_data:/data \
ghcr.io/dispatcharr/dispatcharr:latest
```
> Customize ports and volumes to fit your setup.
---
### π³ Docker Compose Options
| Use Case | File | Description |
| --------------------------- | ------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
| **All-in-One Deployment** | [docker-compose.aio.yml](docker/docker-compose.aio.yml) | β Recommended! A simple, all-in-one solution β everything runs in a single container for quick setup. |
| **Modular Deployment** | [docker-compose.yml](docker/docker-compose.yml) | Separate containers for Dispatcharr, Celery, and Postgres β perfect if you want more granular control. |
| **Development Environment** | [docker-compose.dev.yml](docker/docker-compose.dev.yml) | Developer-friendly setup with pre-configured ports and settings for contributing and testing. |
---
### βοΈ Building from Source (For the Adventurous)
> β οΈ **Warning**: Not officially supported β but if you're here, you know what you're doing!
If you are running a Debian based operating system you can install using the `debian_install.sh` script. If you are on another operating system and come up with a script let us know! We would love to add it here!
---
## π€ Want to Contribute?
We welcome **PRs, issues, ideas, and suggestions**!\
Hereβs how you can join the party:
- Follow our coding style and best practices.
- Be respectful, helpful, and open-minded.
- Respect the **CC BY-NC-SA license**.
> Whether itβs writing docs, squashing bugs, or building new features, your contribution matters! π
---
## π Roadmap & Documentation
- π **Roadmap:** Coming soon!
- π **Documentation:** [Dispatcharr Docs](https://dispatcharr.github.io/Dispatcharr-Docs/)
---
## β€οΈ Shoutouts
A huge thank you to all the incredible open-source projects and libraries that power Dispatcharr. We stand on the shoulders of giants!
---
## βοΈ License
> Dispatcharr is licensed under **CC BY-NC-SA 4.0**:
- **BY**: Give credit where creditβs due.
- **NC**: No commercial use.
- **SA**: Share alike if you remix.
For full license details, see [LICENSE](https://creativecommons.org/licenses/by-nc-sa/4.0/).
---
## βοΈ Connect With Us
Have a question? Want to suggest a feature? Just want to say hi?\
β‘οΈ **[Open an issue](https://github.com/Dispatcharr/Dispatcharr/issues)** or reach out on [Discord]( https://discord.gg/Sp45V5BcxU).
---
### π *Happy Streaming! The Dispatcharr Team*