A modern, glassy file explorer for Windows built with Electron, React, and Vite. Features a reverse index search powered by SQLite FTS5.
Full documentation, including installation steps and troubleshooting, is available in the Documentation file.
- Glassy UI: Acrylic/Mica effect on Windows 11.
- Fast Search: Reverse index search for instant results.
- Modern Design: Clean, dark-themed UI with Tailwind CSS.
- Theme Studio: Custom visual theme editor with presets.
- Drag & Drop: Native file drag and drop support.
Gh3sp Finder includes a built-in "About" page with version information and credits.
-
Install dependencies:
npm install
-
Run in development mode:
npm run dev
-
Build for production:
npm run build
- Main Process: Handles window creation, SQLite database, and file indexing.
- Renderer Process: React UI with Tailwind CSS.
- IPC: Communication between Main and Renderer for search and file operations.
- Database:
better-sqlite3with FTS5 for full-text search.
- Native Modules: If you encounter errors with
better-sqlite3, ensure you have build tools installed or runnpm rebuild. - Acrylic Effect: Requires Windows 10/11. On older versions, it might fall back to transparent or opaque.