Go to file
qianlifeng 7793308f27 feat(bookmark): add support for loading Edge bookmarks across platforms #4232
* Implemented loading of Edge bookmarks for macOS, Windows, and Linux.
* Added functionality to remove duplicate bookmarks based on name and URL.
* Enhanced the bookmark loading process with a more robust regex pattern for both Chrome and Edge formats.
* Created unit tests to verify the loading and deduplication of bookmarks.
2025-07-13 00:55:36 +08:00
.github feat(instructions): add comprehensive project and coding standards documentation 2025-05-10 22:13:53 +08:00
.husky refactor(ai): improve ai agent functionality 2025-04-24 21:40:59 +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(bookmark): add support for loading Edge bookmarks across platforms #4232 2025-07-13 00:55:36 +08:00
wox.plugin.host.nodejs refactor(ui): Refactor ToolbarInfo handling 2025-05-29 22:52:44 +08:00
wox.plugin.host.python refactor(python_host): improve python module load 2025-05-29 22:51:17 +08:00
wox.plugin.nodejs Refactor plugin host 2024-12-22 22:24:04 +08:00
wox.plugin.python Fix icon issues for python plugin 2024-12-23 22:48:21 +08:00
wox.ui.flutter/wox feat(setting): add custom Python and Node.js path configuration, fix #4220 2025-07-09 19:54:01 +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