A native macOS media player built with SwiftUI and AVKit. It connects to Xtream Codes-compatible servers for live TV, movies, and series.
- Xtream Codes login (server URL + username/password)
- Live TV, Movies, and Series browsing with categories
- Dark theme with poster cards and smooth animations
- Native player with PiP, fullscreen, and keyboard shortcuts (arrow keys to skip 10s)
- Continue Watching — automatically saves and resumes playback position
- Favorites and smart search (diacritic-insensitive)
- Custom categories and quality filters (4K, FHD, HD, etc.)
- macOS 14.0+ (Sonoma)
- Xcode 15+ (only if building from source)
Download the latest .dmg from Releases, open it, and drag CabritApp to your Applications folder.
Since the app isn't signed with an Apple Developer certificate, macOS may block it the first time. To open it: right-click the app > Open, or go to System Settings > Privacy & Security > Open Anyway.
git clone https://github.com/Gael-OC/CabritApp.git
cd CabritApp
open CabritApp.xcodeprojSelect "My Mac" as target and press Cmd+R.
CabritApp/
├── CabritAppApp.swift # Entry point
├── Models.swift # Data models
├── AppViewModel.swift # Business logic
├── XtreamService.swift # API client
├── Persistence.swift # Local storage
├── LoginView.swift # Login screen
├── ContentView.swift # Root view
├── DashboardView.swift # Main UI
├── PlayerView.swift # Video player
├── CarouselSectionView.swift # Carousel component
├── ContentDetailView.swift # Detail sheet
├── CategoryManagerView.swift # Category manager
└── CachedAsyncImage.swift # Image cache
This application is a generic media player. It does not include, provide, or distribute any media content, playlists, or streaming URLs. The user is solely responsible for the content they access. This software is provided "as is", without warranty of any kind. The developer is not affiliated with any IPTV service provider.
Un reproductor multimedia nativo para macOS hecho con SwiftUI y AVKit. Se conecta a servidores compatibles con Xtream Codes para ver TV en vivo, películas y series.
- Login con Xtream Codes (URL del servidor + usuario/contraseña)
- TV en vivo, películas y series organizadas por categorías
- Tema oscuro con tarjetas tipo póster y animaciones suaves
- Reproductor nativo con PiP, pantalla completa y atajos de teclado (flechas para saltar 10s)
- Continuar viendo — guarda y retoma la posición automáticamente
- Favoritos y búsqueda inteligente (ignora acentos)
- Categorías personalizadas y filtros de calidad (4K, FHD, HD, etc.)
- macOS 14.0+ (Sonoma)
- Xcode 15+ (solo si compilas desde el código)
Descarga el .dmg más reciente de Releases, ábrelo y arrastra CabritApp a tu carpeta de Aplicaciones.
Como la app no está firmada con un certificado de Apple Developer, macOS puede bloquearla la primera vez. Para abrirla: clic derecho > Abrir, o ir a Ajustes del Sistema > Privacidad y Seguridad > Abrir de todos modos.
git clone https://github.com/Gael-OC/CabritApp.git
cd CabritApp
open CabritApp.xcodeprojSelecciona "My Mac" como destino y presiona Cmd+R.
Esta aplicación es un reproductor multimedia genérico. No incluye, provee ni distribuye contenido multimedia, listas de reproducción ni URLs de streaming. El usuario es el único responsable del contenido al que accede. Este software se proporciona "tal cual", sin garantía de ningún tipo. El desarrollador no está afiliado a ningún proveedor de servicios IPTV.
MIT License — see LICENSE.
Bug reports, feature suggestions, and pull requests are welcome.
Los reportes de bugs, sugerencias y pull requests son bienvenidos.