AirBeats isn't just for Android! You can enjoy the exact same seamless YouTube Music integration on Mac, Linux, and Windows.
Head over to our official desktop repository to get the desktop client: π d0x-dev/airbeats-desktop
AirBeats Desktop is officially available on the Snap Store!
sudo snap install airbeats- π΅ Seamless YouTube Music Integration - Full access to your favorite tracks
- π¨ Material Design 3 - Modern, elegant, and intuitive UI/UX
- π― Advanced Playback Controls - Fine-tune your music experience
- π Secure & Privacy-Focused - Your data stays yours
- β‘ Lightning Fast - Optimized performance and smooth animations
- π Dark Mode Support - Easy on the eyes, anytime
- π± Android 6.0+ - Works on a wide range of devices
| Link | Purpose |
|---|---|
| π Official Website | Learn more about AirBeats |
| π₯ Download APK | Get the latest version |
| πͺ Official Store | Alternative download source |
Darkboy - Full-Stack Android Developer
Venom - Creative Design Visionary
Ready to build AirBeats yourself? Follow our comprehensive guide below.
| Requirement | Version |
|---|---|
| Java Development Kit (JDK) | 21 |
| Android Studio | Ladybug or newer |
| Git | Latest |
Important
google-services.json) and Google API Key are not included in the repository for security reasons. You must configure these manually to build the project successfully.
- Visit Firebase Console
- Click Create a new project (or use existing)
- Once created, click the Android icon
- Register your app with these details:
- Package name:
com.darkxvenom.airbeats - App nickname:
AirBeats
- Package name:
- Click Register app
- Download the
google-services.jsonfile - Move it to
AirBeats/app/google-services.json
- Open
local.propertiesin the project root - Add your Google API Key:
google.api.key=YOUR_GOOGLE_API_KEY_HERE
# 1. Clone the repository
git clone https://github.com/d0x-dev/AirBeats.git
# 2. Navigate into the project
cd AirBeats
# 3. Clean build files
./gradlew clean
# 4. Build the Debug APK
./gradlew assembleDebug
# 5. Find your APK at:
# app/build/outputs/apk/debug/app-debug.apk# Build Release APK (requires signing key)
./gradlew assembleRelease
# Build and run on connected device
./gradlew installDebug
# Run tests
./gradlew testCopyright Β© 2025 Darkboy & Venom
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License.
We'd love your contributions! Here's how:
Help us translate AirBeats into your language! You don't need any coding experience to help. We use Crowdin to manage our translations.
- Go to our Crowdin Project Page.
- Create a free account.
- Select your native language and start translating! All translations will be automatically synced to our GitHub repository.
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- π§ Have questions? Open an Issue
- π Found a bug? Report it here
- π‘ Have a suggestion? We'd love to hear it!
β If you love AirBeats, please consider giving us a star on GitHub! β
