A minimal Android launcher designed to boost focus and productivity by eliminating distractions through smart search and intelligent app blocking.
Shadow is a next-generation Android launcher that reimagines how you interact with your device. By combining powerful search capabilities with intelligent distraction blocking, Shadow helps you stay focused on what matters most.
Whether you're looking to minimize digital distractions, reclaim your attention, or simply enjoy a cleaner mobile experience, Shadow is your answer.
- 🔍 Intelligent Search - Find apps and content instantly without endless scrolling
- 🚫 Smart Blocking - Block distracting apps and delay access to reduce digital procrastination
- 📱 Minimal Design - Clean, distraction-free interface that puts focus first
- ⚡ Lightweight - Optimized performance with minimal resource usage
- 🎯 Focus Mode - Concentrate on your goals with built-in app restrictions
- 🎨 Customizable - Personalize your launcher experience to match your workflow
- Android 6.0 (API 23) or higher
- 50 MB free storage space
- Clone the repository
git clone https://github.com/Smthbig/Shadow.git
cd Shadow- Open in Android Studio and build
./gradlew build- Run the app
./gradlew installDebugShadow operates on a simple philosophy: less is more.
- Search-First Approach - Begin with a powerful search bar to find exactly what you need
- Distraction Detection - Identify and block time-wasting apps automatically
- Smart Delays - Set cooling-off periods before accessing blocked applications
- Focus Sessions - Create dedicated time blocks for deep work
// Activate focus mode with selected apps blocked
launcher.enableFocusMode(blockedApps, durationMinutes);// Quick search across all installed applications
List<App> results = launcher.search("keyword");// Delay access to distracting apps
launcher.setAppDelay(appName, delaySeconds);Shadow/
├── src/
│ ├── main/
│ │ ├── java/ # Java source code
│ │ ├── res/ # Resources (layouts, strings, drawables)
│ │ └── AndroidManifest.xml
│ └── test/ # Unit tests
├── gradle/ # Gradle wrapper
├── build.gradle # Build configuration
└── README.md # This file
We welcome contributions! Whether it's bug reports, feature requests, or code improvements, your help makes Shadow better.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Found a bug? Please open an issue with:
- Clear description of the problem
- Steps to reproduce
- Expected vs actual behavior
- Device info and Android version
This project is licensed under the MIT License - see the LICENSE file for details.
- Android community for inspiration and guidance
- Contributors who help improve Shadow
- Users providing valuable feedback
- 📧 Create an issue on GitHub
- 💬 Discussions available in GitHub Discussions
Made with ❤️ by Smthbig
Shadow: Focus on what matters.