A spotlight replacement.
mofi is an open-source spotlight replacement built with Svelte and Tauri v2, designed to provide fast, intuitive, and customizable search capabilities for your desktop environment.
- Fast and lightweight search
- User-friendly, responsive interface (Svelte)
- Easily extensible for additional features
- Node.js (v14+ recommended)
- npm or yarn
- Rust (required by Tauri)
- Tauri CLI v2
git clone https://github.com/ronakpjain/mofi.git
cd mofi
npm installTo start the app in development mode:
npm run tauri devnpm run tauri buildColors defined in .config/mofi/colors.toml, default:
background = "#1e1e2e"
border = "#fab387"
text = "#fab387"
selected_bg = "#fab387"
selected_text = "#1e1e2e"- Support for other system apps (Mostly finder)
- Other features (translations, calculator, maybe files)
- Customization (other than color, like UI style)