Experience music streaming reimagined with cutting-edge technology and thoughtful design.
π Website: https://sausico.pages.dev
Current Version: v1.0.1
Choose the build that matches your device architecture.
| Build Variant | Device Compatibility | Download |
|---|---|---|
| arm64-v8a | Modern Android devices (2015+) | |
| armeabi-v7a | Older Android devices (pre-2015) | |
| x86_64 | Emulators and x86-based devices | |
| x86 | Legacy emulators |
Quick Guide: Download arm64-v8a first. If it installs successfully, you've got the right one. If installation fails, try armeabi-v7a instead.
- ποΈ Production-Ready Architecture β Built for scale and maintainability
- β‘ Blazing Fast β Optimized with MMKV storage and efficient state management
- π¨ Beautiful UI/UX β Dynamic theming and smooth animations
- π Professional Playback β Background audio, queue management, and rich controls
- π§ͺ Modern Stack β React 19, Expo SDK 54, React Native 0.81
|
|
|
|
Home Feed Trending content and suggestions |
Full Player Immersive playback experience |
Downloads Offline content management |
Search Interface Full text search over categories |
Search Results Categorized results with quick filters |
Voice Search On-Device Voice Search |
Album View Complete album information |
Artist Profile Top tracks & discography |
Playlist View Curated & custom playlists |
Favorites Liked songs & albums |
Collections Organized library sections |
Custom Collection User-defined music collections |
Track Menu Context menu with rich actions |
Audio Quality High fidelity playback options |
History List of recently played tracks |
Before you begin, ensure you have the following installed:
| Requirement | Version | Download |
|---|---|---|
| Node.js | 18.x or higher | nodejs.org |
| Java JDK | 17 (recommended) | Oracle JDK |
| Android SDK | Latest | Via Android Studio |
| Android Device/Emulator | API 21+ | Android Studio |
β οΈ Important NoticeThis project uses native modules and cannot run in Expo Go. You must build and run a development client.
- Clone the repository
git clone https://github.com/saavn-labs/app.git
cd app- Install dependencies
# Using npm
npm install
# Using yarn
yarn install
# Using bun
bun install- Build and run development client
# Build and install on connected Android device/emulator
npm run android
# Start the Metro bundler
npx expo start --dev-client- Launch the app
Open the installed development client on your device and it will automatically connect to Metro.
App crashes on launch
Solution:
# Rebuild the development client
npm run android
# Clear Metro cache
npx expo start -cNo audio playback
Possible causes:
- Development client not properly installed
- Android audio focus not granted
- Service not registered in
AndroidManifest.xml
Solution:
# Reinstall with clean build
cd android && ./gradlew clean
cd .. && npm run androidBuild errors with Gradle
Solution:
# Clean Gradle cache
cd android
./gradlew clean
rm -rf .gradle
cd ..
# Rebuild
npm run androidMetro bundler issues
Solution:
# Clear all caches
npx expo start -c
watchman watch-del-all # If using watchman
rm -rf node_modules && npm installThis is an unofficial application.
- Not affiliated with, endorsed by, or connected to JioSaavn
- Does not host, store, or redistribute any copyrighted content
- All media data and URLs are fetched from publicly accessible APIs
- Usage compliance is the sole responsibility of the end user
This project is intended for educational and personal use only. Please respect copyright laws and support artists by using official platforms.
MIT Β© 2026 Saavn Labs
See LICENSE for details.
Built by Saavn Labs with a focus on correctness and longevity.














