A simple desktop app for quick access to files, links, and templates.
Built with Tauri + Vue 3.
- Copy to clipboard (HTML / plain text)
- Open links
- Open files and launch applications
- Global hotkeys support
- Drag & Drop support
- Local data storage
Download the latest version from the Releases
| Platform | Type | ⬇️ |
|---|---|---|
| Windows | Installer (NSIS) | Download |
| Windows | Installer (MSI) | Download |
| Windows | Portable | Download |
| macOS | Apple Silicon (arm64) | Download |
| macOS | Intel (x64) | Download |
| Linux | AppImage (x64) | Download |
- Windows 10/11 x64
- macOS 12+ (Apple Silicon or Intel)
- Linux x64 with WebKitGTK (Ubuntu 22.04+ recommended)
- Install or run the portable version
- Download the
.dmgfor your architecture (Apple Silicon or Intel) - Open the DMG and drag DeskPad to Applications
- Download the
.AppImage - Make executable and run:
chmod +x DeskPad*.AppImage
./DeskPad*.AppImage
- No data collection
- Everything is stored locally
- Node 20+
- Rust (stable)
- Tauri 2
npm install
npm run tauri dev
npm run tauri build
- Tauri 2
- Vue 3
- Pinia
- Naive UI
- SQLite
MIT

