Go to file
qianlifeng b0a1405d12
feat(updater): implement platform-specific update mechanisms for Windows, macOS, and Linux
* Added `MacOSUpdater` to handle DMG extraction and application updates on macOS.
* Introduced `LinuxUpdater` for managing application updates on Linux systems.
* Implemented `WindowsUpdater` for executing batch scripts to replace the application on Windows.
* Each updater utilizes a shell script or batch file to manage the update process seamlessly.
2025-05-27 11:04:17 +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: improve README and documentation structure 2025-03-01 22:11:35 +08:00
screenshots docs(README): add more screenshots 2025-04-18 10:12:53 +08:00
wox.core feat(updater): implement platform-specific update mechanisms for Windows, macOS, and Linux 2025-05-27 11:04:17 +08:00
wox.plugin.host.nodejs feat(chat): Implement chat input focus functionality and enhance chat data structure 2025-03-25 15:10:27 +08:00
wox.plugin.host.python Refactor plugin loading mechanism in Python host and streamline launcher view handling in Flutter UI 2024-12-30 15:40:56 +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(ui): enhance input method switching on query box focus 2025-05-26 09:22:22 +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 fix(test): Exclude TestCalculatorTime from test suite to streamline testing 2025-03-21 23:23:50 +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 feat(updater): add download URLs and checksums for version 2.0.0-beta.2 2025-04-27 22:14:31 +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