explaingit

flow-launcher/flow.launcher

Analysis updated 2026-06-24 · repo last pushed 2026-05-21

14,665C#Audience · generalComplexity · 2/5MaintainedLicenseSetup · easy

TLDR

Keyboard-driven app and file launcher for Windows that searches files, the web, and system commands and runs plugins, in the spirit of macOS Alfred.

Mindmap

mindmap
  root((Flow-Launcher))
    Inputs
      Typed query
      Hotkey
      Plugins
    Outputs
      App launch
      File results
      Web search
      Calculator output
    Use Cases
      Open apps faster
      Search files everywhere
      Run web queries
      Drive Windows settings
    Tech Stack
      CSharp
      WPF
      Windows
      Everything
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Launch any installed Windows app with a few keystrokes from a global hotkey

USE CASE 2

Search file contents across the disk using the Everything indexer

USE CASE 3

Run a quick calculator or shell command without leaving the keyboard

USE CASE 4

Extend the launcher with a custom plugin in C# or Python

What is it built with?

C#WPFWindowsEverything

How does it compare?

flow-launcher/flow.launcherdotnet/efcoreduplicati/duplicati
Stars14,66514,65014,538
LanguageC#C#C#
Last pushed2026-05-21
MaintenanceMaintained
Setup difficultyeasymoderatemoderate
Complexity2/54/53/5
Audiencegeneraldeveloperops devops

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

First launch may trigger a Windows SmartScreen prompt because the build is not code-signed.

MIT lets you use, modify, and ship this in commercial products as long as you keep the copyright notice.

In plain English

Flow Launcher is a quick file search and application launcher for Windows. Instead of clicking through the Start menu or File Explorer, the user opens a small search bar with a keyboard shortcut, types a few letters, and Flow shows matching apps, files, and other actions to run. The README compares it in spirit to Alfred on macOS and presents it as community-driven and open-source. Installation is offered in several ways. There is a regular Windows 10 or later installer, a portable version that runs without installing, and one-line commands for the popular Windows package managers Winget, Scoop, and Chocolatey. An early access build is also available through a separate prereleases repository. The README warns that the first launch may trigger a Windows security prompt because the build is not code-signed. The features section lists what Flow can search and do. It finds applications, files, and file contents, working with the Everything indexer or the built-in Windows Index, and it understands environment variable paths. It can run web searches, open URLs, and find browser bookmarks. It exposes Windows system commands like shutdown, lock, and settings, runs a built-in calculator whose result can be copied to the clipboard, and runs batch or PowerShell commands, including a Ctrl Shift Enter shortcut to run as Administrator. More practical features include saving file and folder locations for quick access, jumping to a path inside an Open or Save As dialog, dragging a result into File Explorer or Discord with Ctrl or Shift to switch between copy and move, and a preview panel toggled with F1 that shows media files as large images and other files with an icon and full path. Plugin result order can be reordered by priority. Flow can be customized in look and behavior. The README mentions adjustable window size, animations, sounds, dark mode, and many themes that users can also write themselves. It supports many languages, including English, Chinese, Japanese, Korean, French, German, Dutch, Polish, and several others, with Pinyin search for Chinese, and accepts translation contributions through Crowdin. The full README is longer than what was shown.

Copy-paste prompts

Prompt 1
Give me a 5-minute install guide for Flow Launcher on Windows with Winget
Prompt 2
Show me how to configure Flow Launcher to search file contents via the Everything indexer
Prompt 3
Walk me through writing a simple Flow Launcher plugin that converts currencies
Prompt 4
How do I change the global hotkey and add a custom web search keyword in Flow Launcher
Prompt 5
Explain how the Ctrl Shift Enter shortcut runs a command as Administrator and when to use it

Frequently asked questions

What is flow.launcher?

Keyboard-driven app and file launcher for Windows that searches files, the web, and system commands and runs plugins, in the spirit of macOS Alfred.

What language is flow.launcher written in?

Mainly C#. The stack also includes C#, WPF, Windows.

Is flow.launcher actively maintained?

Maintained — commit in last 6 months (last push 2026-05-21).

What license does flow.launcher use?

MIT lets you use, modify, and ship this in commercial products as long as you keep the copyright notice.

How hard is flow.launcher to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is flow.launcher for?

Mainly general.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.