2016-05-19 20:56:40 -04:00
WoX
===
2019-09-22 21:38:20 +10:00

2019-09-22 21:54:44 +10:00
[](https://github.com/jjw24/Wox/releases/latest)
2019-09-22 21:38:20 +10:00


2018-12-25 14:32:33 +08:00
[](https://ci.appveyor.com/project/happlebao/wox/branch/master)
2016-04-18 23:17:11 +01:00
[](https://github.com/Wox-launcher/Wox/releases)
2016-07-05 22:44:14 +08:00
[](https://github.com/LunaGao/BlessYourCodeTag)
2015-12-15 20:41:41 +00:00
2016-05-19 20:56:40 -04:00
**WoX** is a launcher for Windows that simply works. It's an alternative to [Alfred ](https://www.alfredapp.com/ ) and [Launchy ](http://www.launchy.net/ ). You can call it Windows omni-eXecutor if you want a long name.
2016-04-24 16:29:38 +01:00
2015-12-14 00:21:03 +00:00

2015-11-03 23:34:59 +08:00
2016-05-19 20:56:40 -04:00
Features
--------
2017-03-02 00:29:18 +00:00
- Search for everything—applications, **uwp ** , folders, files and more.
2016-05-19 20:56:40 -04:00
- Use * pinyin * to search for programs / 支持用 **拼音 ** 搜索程序
2017-12-24 17:08:14 +08:00
- wyy / wangyiyun → 网易云音乐
2016-05-19 20:56:40 -04:00
- Keyword plugin search
- search google with `g search_term`
2018-02-25 02:18:35 +08:00
- Build custom themes at http://www.wox.one/theme/builder
- Install plugins from http://www.wox.one/plugin
2016-04-24 16:29:38 +01:00
2016-11-11 22:12:55 +01:00
2016-05-19 20:56:40 -04:00
Installation
------------
2016-04-24 16:29:38 +01:00
2019-11-08 05:47:54 +11:00
View new features released from this fork since Wox v1.3.524: [new releases ](https://github.com/jjw24/Wox/releases )
2019-09-30 22:58:02 +10:00
To install this fork's version of Wox, you can **download ** it [here ](https://github.com/jjw24/Wox/releases/latest ).
2019-09-22 20:41:37 +10:00
To install the upstream version:
2018-12-22 12:48:16 +08:00
Download `Wox-xxx.exe` from [releases ](https://github.com/Wox-launcher/Wox/releases ). Latest as of now is [`1.3.524` ](https://github.com/Wox-launcher/Wox/releases/download/v1.3.524/Wox-1.3.524.exe ) ([`1.3.578` ](https://github.com/Wox-launcher/Wox/releases/download/v1.3.578/Wox-1.3.578.exe ) for preview channel)
2016-11-11 12:41:33 +01:00
Windows may complain about security due to code not being signed. This will be fixed later.
2016-05-18 15:02:29 +01:00
2016-05-19 20:56:40 -04:00
Versions marked as **pre-release ** are unstable pre-release versions.
2016-05-18 15:02:29 +01:00
- Requirements:
- .net >= 4.5.2
2016-06-11 00:18:49 +01:00
- [everything ](https://www.voidtools.com/ ): `.exe` installer + use x64 if your windows is x64 + everything service is running
- [python3 ](https://www.python.org/downloads/ ): `.exe` installer + add it to `%PATH%` or set it in WoX settings
2015-11-03 23:21:27 +00:00
2016-05-19 20:56:40 -04:00
Usage
-----
2015-11-04 10:04:54 +08:00
- Launch: <kbd>Alt</kbd>+<kbd>Space</kbd>
2019-12-24 20:16:27 +11:00
- Context Menu: <kbd>Ctrl</kbd>+<kbd>O</kbd>
- Cancel/Return: <kbd>Esc</kbd>
2015-11-03 23:21:27 +00:00
- Install/Uninstall plugin: type `wpm install/uninstall`
2016-08-21 01:56:35 +01:00
- Reset: delete `%APPDATA%\Wox`
2017-03-02 00:30:06 +00:00
- Log: `%APPDATA%\Wox\Logs`
2017-03-02 00:27:16 +00:00
2016-05-19 20:56:40 -04:00
Contribution
------------
2016-05-12 00:54:40 +01:00
- First and most importantly, star it!
2017-03-02 00:16:58 +00:00
- Read [Coding Style ](https://github.com/Wox-launcher/Wox/wiki/Coding-Style )
2016-05-09 22:05:38 +01:00
- Send PR to **dev ** branch
2016-05-09 22:08:55 +01:00
- I'd appreciate if you could solve [help_needed ](https://github.com/Wox-launcher/Wox/issues?q=is%3Aopen+is%3Aissue+label%3Ahelp_needed ) labeled issue
2016-05-09 22:05:38 +01:00
- Don't hesitate to ask questions in the [issues ](https://github.com/Wox-launcher/Wox/issues )
2016-05-19 20:56:40 -04:00
2017-03-31 11:39:20 +01:00
Build
-----
2019-08-20 06:30:25 +10:00
Install Visual Studio 2015/2017/2019
2019-08-20 06:44:51 +10:00
This project requires Windows 10 SDK:
VS 2015:
2019-08-20 06:30:25 +10:00
- Tick all Windows 10 sdk options
2019-08-20 06:44:51 +10:00
VS 2017/2019 and later:
2019-08-20 06:30:25 +10:00
- Last Windows 10 SDK which [supported ](https://github.com/Wox-launcher/Wox/pull/1827#commitcomment-26475392 ) UwpDesktop is version 10.0.14393.795. It is needed to compile "Programs" Plugin (UWP.cs), you will see the "References" of Plugin.Programs as broken if you use a later SDK version.
- This SDK cannot be installed via VS 2019 installer.
- Download and install [Windows 10 SDK version 10.0.14393.795 ](https://go.microsoft.com/fwlink/p/?LinkId=838916 ).
2019-06-24 18:01:00 +03:00
2016-05-19 20:56:40 -04:00
Documentation
-------------
2017-03-02 00:29:18 +00:00
- [Wiki ](https://github.com/Wox-launcher/Wox/wiki )
2018-02-25 02:18:35 +08:00
- Outdated doc: [WoX doc ](http://doc.wox.one ).
2019-08-20 06:30:25 +10:00
- Just ask questions in [issues ](https://github.com/Wox-launcher/Wox/issues ) for now.