Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 2.08 KB

File metadata and controls

63 lines (43 loc) · 2.08 KB

WinLauncher

Readme

A fast, keyboard-driven launcher for Windows 11 — built with Tauri v2, React, and Rust.

WinLauncher

Screenshots

File Search Settings Clipboard History OCR
Search Settings Clipboard OCR

Features

  • File Search — Incremental search across configured folders with frecency-based ranking
  • Calculator — Type expressions like 1000 + 200 for instant results
  • Clipboard History — Browse and restore text & image history with cb
  • OCR (Image to Text) — Paste an image (Ctrl+V) into the search box to extract text via Windows OCR, with mixed Japanese/English support
  • Web Search — Search Google directly from the launcher
  • System Commands — Shutdown, restart, or sleep with confirmation
  • Customizable Hotkey — Default Alt+Space, configurable from settings
  • System Tray — Runs silently in the background
  • Auto-Update — Checks for new versions on startup (configurable) or on demand via the tray menu

Installation

Download the installer from Releases.

winget support coming soon

Usage

Key Action
Alt+Space Open / close launcher
↑↓ Navigate results
Enter Launch / execute
Esc Close
Ctrl+S Open settings
cb Open clipboard history
Ctrl+V (with image) Extract text from clipboard image via OCR

Security Note

Clipboard text history is stored unencrypted in plain text on disk. Avoid copying sensitive information (passwords, tokens, etc.) while clipboard history is enabled, or disable the feature from settings if this is a concern.

Requirements

  • Windows 11 (x64)
  • No additional runtime required

Tech Stack

  • Tauri v2
  • React + TypeScript
  • Rust
  • Tailwind CSS

License

MIT