Convert Figma logo to code with AI

Flow-Launcher logoFlow.Launcher

:mag: Quick file search & app launcher for Windows with community-made plugins

7,674
301
7,674
214

Top Related Projects

24,325

A cross-platform launcher that simply works

7,191

A fast and flexible keyboard launcher

3,201

An 'alt+space' launcher for Windows, built with Electron

13,019

Rofi: A window switcher, application launcher and dmenu replacement

Quick Overview

Flow Launcher is an open-source, fast, and customizable launcher for Windows. It allows users to quickly search for and launch applications, files, and perform various actions through a simple keyboard interface. Flow Launcher is inspired by Alfred for macOS and aims to provide a similar experience for Windows users.

Pros

  • Fast and responsive search functionality
  • Highly customizable with plugins and themes
  • Active community and regular updates
  • Lightweight and resource-efficient

Cons

  • Limited to Windows operating system
  • Some advanced features may require technical knowledge
  • Plugin ecosystem not as extensive as some competitors
  • May require initial setup and configuration for optimal use

Getting Started

To get started with Flow Launcher:

  1. Download the latest release from the GitHub releases page.
  2. Run the installer and follow the installation wizard.
  3. Launch Flow Launcher using the default hotkey (Alt + Space).
  4. Begin typing to search for applications, files, or use built-in plugins.
  5. Explore settings and available plugins by clicking the gear icon in the search bar.

For developers interested in creating plugins:

  1. Clone the repository: git clone https://github.com/Flow-Launcher/Flow.Launcher.git
  2. Open the solution in Visual Studio.
  3. Explore the Plugins directory for examples and documentation.
  4. Create a new plugin project using the provided templates.

Competitor Comparisons

24,325

A cross-platform launcher that simply works

Pros of Wox

  • Established project with a longer history and larger user base
  • More extensive plugin ecosystem due to its longer existence
  • Better documentation and community resources

Cons of Wox

  • Development has slowed down, with fewer recent updates
  • Some reported performance issues, especially with larger plugin sets
  • Less active community support and slower bug fixes

Code Comparison

Wox (Python plugin example):

from wox import Wox

class HelloWorld(Wox):
    def query(self, query):
        return [{"Title": "Hello World", "SubTitle": "Query: {}".format(query)}]

if __name__ == "__main__":
    HelloWorld()

Flow.Launcher (C# plugin example):

public class HelloWorld : IPlugin
{
    public List<Result> Query(Query query)
    {
        return new List<Result> { new Result { Title = "Hello World", SubTitle = $"Query: {query.Search}" } };
    }
}

Both Wox and Flow.Launcher offer similar functionality for creating launcher plugins. Wox uses Python, which may be more accessible for some developers, while Flow.Launcher uses C#, potentially offering better performance and tighter integration with Windows.

Flow.Launcher is a fork of Wox, aiming to address some of its limitations and provide more frequent updates. It has gained popularity among users looking for an actively maintained alternative to Wox.

7,191

A fast and flexible keyboard launcher

Pros of Albert

  • Cross-platform support (Linux, macOS, Windows)
  • Extensible plugin system with a wide range of available plugins
  • Lightweight and fast performance

Cons of Albert

  • Less active development compared to Flow.Launcher
  • Smaller community and fewer contributors
  • Limited theming options

Code Comparison

Albert (C++):

void MainWindow::show()
{
    QWidget::show();
    if (QApplication::platformName() != "offscreen")
        this->raise();
    this->activateWindow();
}

Flow.Launcher (C#):

public void ShowApp()
{
    if (!_viewModel.MainWindowVisibility)
    {
        _viewModel.MainWindowVisibility = true;
        _mainWindow.Show();
    }
    _mainWindow.Activate();
}

Both projects aim to provide quick application launchers and file search functionality. Albert offers broader platform support and a more extensive plugin ecosystem. However, Flow.Launcher has a more active development cycle and a larger community. The code snippets demonstrate similar window activation approaches, with Albert using C++ and Qt framework, while Flow.Launcher utilizes C# and WPF.

3,201

An 'alt+space' launcher for Windows, built with Electron

Pros of Hain

  • Cross-platform support (Windows, macOS, Linux)
  • Built with web technologies, making it easier for web developers to contribute
  • Extensible plugin system with a wide range of community-developed plugins

Cons of Hain

  • Less actively maintained (last commit over 4 years ago)
  • Smaller user base and community compared to Flow.Launcher
  • May have performance issues on older hardware due to Electron framework

Code Comparison

Hain (JavaScript):

const hain = require('hain-plugin-api');

module.exports = (context) => {
  const shell = context.shell;
  function search(query, res) {
    // Search implementation
  }
};

Flow.Launcher (C#):

using Flow.Launcher.Plugin;

public class Main : IPlugin
{
    public List<Result> Query(Query query)
    {
        // Query implementation
    }
}

Both projects offer extensible launcher functionality, but Flow.Launcher is more actively maintained and optimized for Windows. Hain provides cross-platform support but may have performance drawbacks. Flow.Launcher's C# codebase may be more familiar to Windows developers, while Hain's JavaScript approach caters to web developers. Flow.Launcher has a larger, more active community, potentially leading to better long-term support and feature development.

13,019

Rofi: A window switcher, application launcher and dmenu replacement

Pros of Rofi

  • Lightweight and fast, with minimal resource usage
  • Highly customizable through theming and scripting
  • Supports various modes beyond application launching (e.g., window switching, SSH connections)

Cons of Rofi

  • Limited to Linux systems, not cross-platform
  • Steeper learning curve for advanced customization
  • Less user-friendly for non-technical users

Code Comparison

Rofi configuration (example):

rofi.theme: /path/to/theme.rasi
rofi.modi: window,run,ssh
rofi.width: 50
rofi.lines: 15
rofi.columns: 1

Flow Launcher settings (example):

{
  "Theme": "Light",
  "MaxResultsToShow": 5,
  "IgnoreHotkeysOnFullscreen": true,
  "OpenResultModifiers": "Alt"
}

While both launchers offer customization, Rofi's configuration is typically done through command-line options or configuration files, whereas Flow Launcher uses a more user-friendly JSON format for settings. Rofi's approach allows for more granular control but may be less intuitive for some users.

Convert Figma logo designs to code with AI

Visual Copilot

Introducing Visual Copilot: A new AI model to turn Figma designs to high quality code using your components.

Try Visual Copilot

README



A quick file search and app launcher for Windows with community-made plugins.

Dedicated to making your work flow more seamless. Search everything from applications, files, bookmarks, YouTube, Twitter and more. Flow will continue to evolve, designed to be open and built with the community at heart.

Remember to star it, flow will love you more :)

Getting Started • Features • Plugins • Hotkeys • Sponsors • Questions/Suggestions • Development • Docs

🚗 Getting Started

Installation

Windows 7+ Installer or Portable Version

Winget

winget install "Flow Launcher"

Scoop

scoop install Flow-Launcher

Chocolatey

choco install Flow-Launcher

When installing for the first time Windows may raise an issue about security due to code not being signed, if you downloaded from this repo then you are good to continue the set up.

Or download the early access version.

🎁 Features

Applications & Files

  • Search for apps, files or file contents.
  • Supports Everything and Windows Index.
  • Support search using environment variable paths.

Web Searches & URLs

Browser Bookmarks

System Commands

Calculator

  • Do mathematical calculations and copy the result to clipboard.

Shell Command

  • Run batch and PowerShell commands as Administrator or a different user.
  • Ctrl+Shift+Enter to Run as Administrator.

Explorer

  • Save file or folder locations for quick access.

Drag & Drop

  • Drag a file/folder to File Explorer, or even Discord.
  • Copy/move behavior can be change via Ctrl or Shift, and the operation is displayed on the mouse cursor.

Windows & Control Panel Settings

  • Search for Windows & Control Panel settings.

Priority

  • Prioritise the order of each plugin's results.

Preview Panel

  • Use F1 to toggle the preview panel.
  • Media files will be displayed as large images, otherwise a large icon and full path will be displayed.
  • Turn on preview permanently via Settings (Always Preview).
  • Use Ctrl++/- and Ctrl+[/] to adjust search window width and height quickly if the preview area is too narrow.

Customizations

  • Window size adjustment, animation, and sound
  • Color Scheme (aka Dark Mode)
  • There are various themes and you also can make your own.

Date & Time Display In Search Window

  • Display date and time in search window.

💬 Languages

  • Supports languages from Chinese to Italian and more.
  • Supports Pinyin (拼音) search.
  • Crowdin support for language translations.
Supported languages
  • English
  • 中文
  • 中文(繁体)
  • Українська
  • Русский
  • Français
  • 日本語
  • Dutch
  • Polski
  • Dansk
  • de, Deutsch
  • ko, 한국어
  • Srpski
  • Português
  • Português (Brasil)
  • Spanish
  • es-419, Spanish (Latin America)
  • Italiano
  • Norsk BokmÃ¥l
  • Slovenčina
  • Türkçe
  • čeÅ¡tina
  • اللغة العربية
  • Tiếng Việt

Portable

  • Fully portable.
  • Type flow user data to open your saved user settings folder. They are located at:
    • If using roaming: %APPDATA%\FlowLauncher
    • If using portable, by default: %localappdata%\FlowLauncher\app-<VersionOfYourFlowLauncher>\UserData
    • Type open log location to open your logs folder, they are saved along with your user settings folder.

🎮 Game Mode

  • Pause hotkey activation when you are playing games.
  • When in search window use Ctrl+F12 to toggle on/off.
  • Type Toggle Game Mode

📦 Plugins

  • Support wide range of plugins. Visit here for our plugin portfolio.
  • Publish your own plugin to flow! Create plugins in:

SpotifyPremium

Steam Search

Clipboard History

Home Assistant Commander

Colors

GitHub

Window Walker

......and more!

🛒 Plugin Store

  • You can view the full plugin list or quickly install a plugin via the Plugin Store menu inside Settings

  • or type pm install/uninstall/update + the plugin name in the search window,

⌨️ Hotkeys

HotkeyDescription
Alt+SpaceOpen search window (default and configurable)
EnterExecute
Ctrl+EnterOpen containing folder
Ctrl+Shift+EnterRun as admin
↑/↓, Shift+Tab/TabPrevious / Next result
←/→Back to result / Open Context Menu
Ctrl+O , Shift+EnterOpen Context Menu
Ctrl+TabAutocomplete
F1Toggle Preview Panel (default and configurable)
EscBack to results / hide search window
Ctrl+CCopy folder / file
Ctrl+Shift+CCopy folder / file path
Ctrl+IOpen Flow's settings
Ctrl+RRun the current query again (refresh results)
F5Reload all plugin data
Ctrl+F12Toggle Game Mode when in search window
Ctrl++,-Adjust maximum results shown
Ctrl+[,]Adjust search window width
Ctrl+HOpen search history
Ctrl+BackspaceBack to previous directory
PageUp/PageDownPrevious / Next Page

System Command List

CommandDescription
ShutdownShutdown computer
RestartRestart computer
Restart With Advanced Boot OptionsRestart the computer with Advanced Boot option for safe and debugging modes
Log Off/Sign OutLog off
LockLock computer
SleepPut computer to sleep
HibernateHibernate computer
Empty Recycle BinEmpty recycle bin
Open Recycle BinOpen recycle bin
ExitClose Flow Launcher
Save SettingsSave all Flow Launcher settings
Restart Flow LauncherRestart Flow Launcher
SettingsTweak this app
Reload Plugin DataRefreshes plugin data with new content
Check For UpdateCheck for new Flow Launcher update
Open Log LocationOpen Flow Launcher's log location
Index OptionOpen Windows Search Index window
Flow Launcher TipsVisit Flow Launcher's documentation for more help and how to use tips
Flow Launcher UserData FolderOpen the location where Flow Launcher's settings are stored
Toggle Game ModeToggle Game Mode

💁‍♂️ Tips

Sponsors

Coderabbit Logo

Appwrite Logo

Mentions

❔ Questions/Suggestions

Yes please, let us know in the Q&A section. Join our community on Discord!

Development

New changes

All changes to flow are captured via pull requests. Some new changes will have been merged but still pending release, this means whilst a change may not exist in the current release, it may very well have been accepted and merged into the dev branch and available as a pre-release download. It is therefore a good idea that before you start to make changes, search through the open and closed pull requests to make sure the change you intend to make is not already done.

Each of the pull requests will be marked with a milestone indicating the planned release version for the change.

Contributing

Contributions are very welcome, in addition to the main project(C#) there are also documentation(md), website(html/css) and others that can be contributed to. If you are unsure of a change you want to make, let us know in the Discussions, otherwise feel free to put in a pull request.

You will find the main goals of flow placed under the Projects board, so feel free to contribute on that. If you would like to make small incremental changes, feel free to do so as well.

Get in touch if you like to join the Flow-Launcher Team and help build this great tool.

Developing/Debugging

  • Flow Launcher's target framework is .Net 7

  • Install Visual Studio 2022

  • Install .Net 7 SDK

    • via Visual Studio installer
    • via winget winget install Microsoft.DotNet.SDK.7
    • Manually from here