Skip to main content
Musika is available for Android devices. Follow the steps below to install the app on your device.

Download from GitHub Releases

1

Visit the Releases Page

Navigate to the Musika Releases Page on GitHub to download the latest version.
2

Download the APK

Download the latest APK file from the release assets. The file will be named something like Musika-vX.X.X.apk.
Make sure to download the APK from the official GitHub releases page to ensure you’re getting the authentic, safe version of Musika.
3

Enable Unknown Sources

Before installing, you may need to enable installation from unknown sources on your Android device:
  1. Go to Settings > Security (or Privacy)
  2. Enable Install unknown apps or Unknown sources
  3. Select your browser or file manager and allow installation from this source
Only enable unknown sources for trusted applications. Remember to disable this setting after installation if you prefer.
4

Install the APK

  1. Open your device’s file manager or Downloads folder
  2. Tap on the downloaded Musika APK file
  3. Follow the on-screen prompts to complete the installation
  4. Tap Install and wait for the process to complete
5

Launch Musika

Once installed, tap Open to launch Musika, or find the app icon in your app drawer.

System Requirements

  • Platform: Android
  • Minimum Android Version: Android 6.0 (Marshmallow) or higher recommended
  • Storage: At least 100 MB free space for the app (additional space needed for offline downloads)
  • Internet Connection: Required for streaming (optional for offline playback)

Alternative: Build from Source

If you prefer to build Musika from source, you can follow these steps:
1

Clone the Repository

git clone https://github.com/jed1boy/Musika.git
cd Musika
2

Configure Android SDK

echo "sdk.dir=/path/to/your/android/sdk" > local.properties
Replace /path/to/your/android/sdk with the actual path to your Android SDK installation.
3

Firebase Configuration (Optional)

Firebase is required for analytics and reliable imports. See the FIREBASE_SETUP.md file in the repository for instructions on adding your google-services.json.
This step is optional if you’re building for personal use without analytics.
4

Build the APK

Build for your device architecture:
# For ARM64 devices (most modern Android phones)
./gradlew :app:assembleArm64Debug

# For x86_64 devices (emulators, some tablets)
./gradlew :app:assembleX86_64Debug
The APK will be generated in the app/build/outputs/apk/ directory.

Next Steps

Once you’ve installed Musika, proceed to the Setup guide to configure the app for your first use.

Build docs developers (and LLMs) love