Wox is a cross-platform launcher that provides native application and file searching with a keyboard-first interface across macOS, Linux, and Windows.
The tool addresses the need for a lightweight, always-available application launcher by combining local search capabilities with an extensible plugin system, all within a single focused input field. Rather than relying on Electron or browser-based rendering, Wox uses fully native GPU rendering on each platform, allowing it to maintain a minimal memory footprint of around 150 MB during typical use. This native approach enables the launcher to remain resident in the background without becoming a resource drain on the system.
Wox suits developers and power users who want a keyboard-driven alternative to system-level launchers and are comfortable with a plugin-based architecture. The tool supports extending functionality through Node.js, Python, or script plugins available from its plugin store, making it adaptable to different workflows. Those evaluating adoption should note that Wox positions itself against heavier Electron-based alternatives by emphasizing native performance and low memory usage, though the README does not provide direct comparisons to other specific launchers.
The project maintains active community engagement through multiple channels including Reddit, Discord, and GitHub discussions, with contributions welcomed through issues and pull requests. The codebase is written in Go and includes automated build workflows that track release status.