A standalone GTK4 application launcher for Linux with a liquid glass aesthetic, inspired by macOS Spotlight.
- Native GTK4 and Libadwaita implementation.
- Liquid glass UI with transparency and blur.
- Search across system applications, Flatpaks, and Snaps.
- Persistent view preference (Grid or List mode).
- Frameless, always-on-top window with auto-hide on blur.
Download the latest .deb package from the Releases section and install it:
sudo apt install ./spotlight-python.debOnce installed, pin "Spotlight" to your dock or assign a global keyboard shortcut to /usr/bin/spotlight-python.
To run the application from source:
- Install dependencies:
pip install PyGObject libadwaita
- Run the application:
python3 spotlight-python/main.py
spotlight-python/: Main stable version (Recommended).src-tauri/: Experimental Tauri 2 + Astro implementation..github/workflows/: Automation for building and releasing.debpackages.
