https://github.com/chila254/auramusic-v1
YouTube Music client for Android
https://github.com/chila254/auramusic-v1
android foss innertube jetpack-compose kotlin kotlin-android material-design material-ui material3 music music-player-foss newpipe newpipe-extractor streamingapp youtube youtube-music-client ytmusic
Last synced: 5 months ago
JSON representation
YouTube Music client for Android
- Host: GitHub
- URL: https://github.com/chila254/auramusic-v1
- Owner: chila254
- License: gpl-3.0
- Created: 2026-03-05T09:37:03.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-03-06T13:09:50.000Z (5 months ago)
- Last Synced: 2026-03-06T17:21:29.347Z (5 months ago)
- Topics: android, foss, innertube, jetpack-compose, kotlin, kotlin-android, material-design, material-ui, material3, music, music-player-foss, newpipe, newpipe-extractor, streamingapp, youtube, youtube-music-client, ytmusic
- Language: Kotlin
- Homepage:
- Size: 1.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Auramusic

A modern Android music player with YouTube Music integration, powerful audio features, and a beautiful Material 3 interface.




## Features
| Category | Description |
|----------|-------------|
| **Playback** | Background playback, audio normalization, tempo/pitch adjustment, skip silence |
| **Streaming** | YouTube Music integration, offline downloads |
| **Customization** | Material 3 design, dynamic theming, light/dark/black themes |
| **Audio** | Equalizer, audio focus handling |
| **Social** | Discord Rich Presence, Listen Together (collaborative) |
| **Search** | Multi-source search across platforms |
| **Lyrics** | Live lyrics from Kugou, LRCLib, YouTube |
## Tech Stack
- **Language:** Kotlin
- **UI:** Jetpack Compose + Material 3
- **Audio:** Media3 ExoPlayer
- **DI:** Hilt
- **Database:** Room
- **Networking:** Ktor
- **Image Loading:** Coil
## Requirements
- Android 8.0+ (API 26)
- Android Studio Ladybug
- JDK 21
## Quick Start
```bash
# Clone the repository
git clone https://github.com/chila254/Auramusic-v1.git
cd Auramusic-v1
# Setup API keys (optional)
cp local.properties.example local.properties
# Build debug APK
./gradlew assembleDebug
```
## Build Variants
| Variant | Description |
|---------|-------------|
| `foss` | F-Droid compatible, no Google Play Services |
| `gms` | With Google Cast support |
**ABI Variants:** universal, arm64, armeabi, x86, x86_64
## License
GNU General Public License v3.0 (GPL-3.0) - see [LICENSE](LICENSE) file
---
**Developed by [chila254](https://github.com/chila254)**