/Wox

Launcher for Windows, an alternative to Alfred and Launchy.

Primary LanguageC#MIT LicenseMIT

WoX

Maintenance Build status GitHub release (latest by date) GitHub Release Date Github All Releases

WoX is a launcher for Windows that simply works. It's an alternative to Alfred and Launchy. You can call it Windows omni-eXecutor if you want a long name.

demo

Features

  • Search for everything—applications, UWP, folders, files and more.
  • Use pinyin to search for programs / 支持用 拼音 搜索程序
    • wyy / wangyiyun → 网易云音乐
  • Keyword plugin search g search_term
  • Search youtube, google, twitter and many more
  • Build custom themes at http://www.wox.one/theme/builder
  • Install plugins from http://www.wox.one/plugin
  • Portable mode
  • Auto-complete text suggestion
  • Highlighting of how results are matched during query search

Installation

Download Wox-xxx.exe from releases.

Windows may complain about security due to code not being signed. This will be fixed later.

Versions marked as pre-release are unstable pre-release versions.

  • Requirements:
    • .net >= 4.6.2
    • If you want to integrate with everything: .exe installer + use x64 if your windows is x64 + everything service is running. Version >= 1.3.4.686 is supported.
    • If you use python plugins, install python3: .exe installer + add it to %PATH% or set it in WoX settings

Usage

  • Launch: Alt+Space
  • Context Menu: Ctrl+O
  • Cancel/Return: Esc
  • Install/Uninstall plugin: type wpm install/uninstall
  • Reset: delete %APPDATA%\Wox
  • Log: %APPDATA%\Wox\Logs

Contribution

  • First and most importantly, star it!
  • Read Coding Style
  • Send PR to dev branch
  • I'd appreciate if you could solve help_needed labeled issue
  • Don't hesitate to ask questions in the issues

Build

Install Visual Studio 2019 with .NET desktop development and Universal Windwos Platform development

Documentation