Unofficial desktop client for Perplexity AI on Linux. Built with Electron to provide native desktop integration for Perplexity's AI-powered search interface.
Disclaimer: This is a community-developed project and is not affiliated with, endorsed by, or connected to Perplexity AI.
- Native Linux desktop application
- Global keyboard shortcut (Ctrl+Shift+P) for quick window access
- External links automatically open in system browser
- Available as .deb and AppImage packages
- Full integration with desktop environment
Download the latest release from the releases section https://github.com/fconidi/P-AI-Desktop/releases.
sudo dpkg -i p-ai-desktop_1.0.0_amd64.deb
chmod +x P-AI-Desktop-1.0.0.AppImage
./P-AI-Desktop-1.0.0.AppImage
- Node.js 18+
- npm
git clone https://github.com/fconidi/P-AI-Desktop.git
cd P-AI-Desktop
npm install
npm run build
Packages will be generated in the dist/ directory.
npm start
- Electron 28+
- electron-builder for packaging
- Native Linux desktop integration
- System tray integration
- Custom keyboard shortcuts configuration
- Flatpak and Snap packaging
- Multi-account support
MIT License - See LICENSE file for details.
Contributions are welcome. Please open an issue or submit a pull request.
All trademarks, logos, and brand names are the property of their respective owners. This project uses a custom icon and branding to avoid confusion with official Perplexity AI products.