Skip to content

ronakpjain/mofi

Repository files navigation

mofi

A spotlight replacement.

Overview

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.

Features

  • Fast and lightweight search
  • User-friendly, responsive interface (Svelte)
  • Easily extensible for additional features

Prerequisites

Installation

git clone https://github.com/ronakpjain/mofi.git
cd mofi
npm install

Development

To start the app in development mode:

npm run tauri dev

Building for Production

npm run tauri build

Configuration

Colors defined in .config/mofi/colors.toml, default:

background = "#1e1e2e"
border = "#fab387"
text = "#fab387"
selected_bg = "#fab387"
selected_text = "#1e1e2e"

Coming (Hopefully)

  • Support for other system apps (Mostly finder)
  • Other features (translations, calculator, maybe files)
  • Customization (other than color, like UI style)

About

spotlight replacement

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published