Go to file
qianlifeng d6a2af6f94
feat(system): add ID field to SysCommand and update command handling
* Introduced an `ID` field to the `SysCommand` struct for better command identification.
* Updated command initialization in `Init` method to include unique IDs for each command.
* Modified context data handling to use `CommandID` instead of `CommandTitle` for command lookup.
* Enhanced error messages to reflect the use of command IDs.
2025-07-31 00:33:15 +08:00
.github feat(instructions): add comprehensive project and coding standards documentation 2025-05-10 22:13:53 +08:00
.husky refactor(setting): refactor settings management to use a unified store interface and migrate from JSON to SQLite database 2025-07-17 13:53:14 +08:00
.vscode feat(selection): Improve get selected text solution on macos, close #4022 2025-03-03 21:14:43 +08:00
assets Update icon to follow macOS icon design guidelines 2025-04-11 10:43:04 +08:00
ci Replace justfile with makefile and unify project naming 2024-12-19 23:12:38 +08:00
docs docs(plugin): update plugin development guides to indicate AI generation 2025-05-29 23:23:29 +08:00
screenshots docs(README): add more screenshots 2025-04-18 10:12:53 +08:00
wox.core feat(system): add ID field to SysCommand and update command handling 2025-07-31 00:33:15 +08:00
wox.plugin.host.nodejs feat(mru): Enhance nodejs/python plugin API with MRU restore functionality and dynamic setting improvements 2025-07-30 21:22:37 +08:00
wox.plugin.host.python feat(mru): Enhance nodejs/python plugin API with MRU restore functionality and dynamic setting improvements 2025-07-30 21:22:37 +08:00
wox.plugin.nodejs feat(mru): Enhance nodejs/python plugin API with MRU restore functionality and dynamic setting improvements 2025-07-30 21:22:37 +08:00
wox.plugin.python feat(mru): Enhance nodejs/python plugin API with MRU restore functionality and dynamic setting improvements 2025-07-30 21:22:37 +08:00
wox.ui.flutter/wox feat(system): add ID field to SysCommand and update command handling 2025-07-31 00:33:15 +08:00
.editorconfig Allow customize data location 2023-09-06 09:28:48 +08:00
.gitattributes force win style crlf 2020-04-21 03:39:25 +08:00
.gitignore Refactor plugin host 2024-12-22 22:24:04 +08:00
.lefthook.yml Prevent the error/beep sound when alt+number/letter is pressed on windows 2024-11-14 00:01:33 +08:00
LICENSE Change license to GPL 2023-12-05 13:57:34 +08:00
Makefile feat(test): Add comprehensive test suite for Wox plugins and core functionality 2025-06-08 00:25:32 +08:00
README.md docs(README): update link to screenshots directory 2025-04-18 10:13:54 +08:00
Wox.code-workspace feat(instructions): add comprehensive project and coding standards documentation 2025-05-10 22:13:53 +08:00
git-commit.mdc refactor(test): improve test setup and error reporting 2025-02-20 21:39:36 +08:00
store-ai-command.json chore: Update plugin store URLs to use new file names 2024-10-16 11:05:11 +08:00
store-plugin.json [Bot] Update plugin store manifests 2025-05-22 22:51:18 +08:00
store-theme.json Introducing dracula theme 2025-04-17 19:39:05 +08:00
updater.json chore(updater): update version to 2.0.0-beta.3 and fix update error handling 2025-06-23 21:48:57 +08:00

README.md

Wox

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

Wox is a cross-platform launcher that simply works. It's an alternative to Alfred and Launchy

Snapshot

More screenshots

Features

  • Search for applications, folders, files and more
  • AI Chat with MCP support
  • Plugins and AI Themes
  • Single executable file, no installation required
  • Develop plugins with Javascript, Python

Install

Platform Method Command/Instructions
All Platforms Manual Download from releases and run the single executable file
macOS Homebrew brew tap wox-launcher/wox && brew install wox
Arch Linux AUR yay -S wox-bin or use your preferred AUR helper

Linux Dependencies

Dependency Link Description Install
keybinder https://github.com/kupferlauncher/keybinder For recording the double modifier key hotkey apt install keybinder-3.0

Usages

Action Shortcut
Toggle App Alt/Command + Space
Show Actions Alt/Command + J
Cancel/Return Esc

Contribution

  • First and most importantly, star it!
  • Send PR
  • Join discussions

Documentation

Project Activity

Alt