____ _ _ _ ____ _
| _ \ ___ _ __ _ __ | | _____ _(_) |_ _ _/ ___| ___ __ _ _ __ ___| |__
| |_) / _ \ '__| '_ \| |/ _ \ \/ / | __| | | \___ \ / _ \/ _` | '__/ __| '_ \
| __/ __/ | | |_) | | __/> <| | |_| |_| |___) | __/ (_| | | | (__| | | |
|_| \___|_| | .__/|_|\___/_/\_\_|\__|\__, |____/ \___|\__,_|_| \___|_| |_|
|_| |___/
A PowerToys Run plugin that enables quick searching using Perplexity AI.
This plugin allows you to quickly search the web using Perplexity AI directly from PowerToys Run. Simply type the activation keyword followed by your search query, and the plugin will open Perplexity AI with your search term.
- PowerToys (version 0.88.0 or later)
- Windows 10 or 11
- .NET 9.0 Runtime
Via ptr
ptr add PerplexitySearchShortcut 0x6f677548/PowerToys-Run-PerplexitySearchShortcut
- Download the latest release from the Releases page
- Extract the archive to
%LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins
- Restart PowerToys Run
If you want to build and deploy the plugin directly from source:
- Clone this repository
- Run the provided PowerShell script:
.\build\BuildAndDeploy.ps1
This script will:
- Build the plugin for your platform
- Copy the built files to the PowerToys Run plugins directory
- Restart PowerToys to apply changes
- Open PowerToys Run with
Alt+Space
(default hotkey) - Type
:p
followed by your search query (e.g.,:p how does quantum computing work
) - Press Enter to open Perplexity AI with your query
You can change the activation keyword in PowerToys Run settings.
This project is licensed under the MIT License.