🔒

100% Air-Gapped & Offline

All 558 tools are bundled directly in the desktop binary. No telemetry, no external network requests, zero cloud tracking.

Global OS Hotkey

Summon your toolkit anytime with Ctrl+Shift+Space or Cmd+Shift+Space as an instant floating command palette.

📁

Context Menu Integration

Right-click files in Windows Explorer / macOS Finder to process with SarvTools Desktop directly.

🚀

V8 Hardware Acceleration

Process massive datasets and 100MB+ PDF documents in milliseconds with native multi-threading and local memory access.

📦

Local Project Storage

Keep infinite local workspaces, pinned favorites, command histories, and encrypted JSON backups directly on disk.

🔄

Silent Background Updates

Stay ahead with new tools and engine improvements with non-intrusive differential updates.

🛠️ Run or Build from Source

Developers can easily run the Electron application locally or build standalone distributables:

# 1. Clone repository
git clone https://github.com/soniarya94/sarvtools.git
cd sarvtools/desktop

# 2. Install dependencies
npm install

# 3. Launch in development mode
npm start

# 4. Package binaries for your OS
npm run dist:win   # Windows (.exe installer)
npm run dist:mac   # macOS (.dmg)
npm run dist:linux # Linux (.AppImage / .deb)