SarvTools Desktop
The complete 558+ offline-first developer toolkit in a dedicated, high-performance native desktop app. 100% air-gapped, zero cloud dependencies, instant startup.
v3.7.0 Release · Open Source MIT · SHA-256 Verified
Desktop App Pro & Offline Plans
Dedicated license for the native Electron application. Unlock full offline power, OS integrations, local AI pipelines, and hardware acceleration.
🆓 Desktop Community
Standard offline native desktop app for Windows, Mac & Linux.
- ✓ All 558 developer utilities offline
- ✓ 100% Air-Gapped & Private
- ✓ Basic OS hotkey palette
- ✓ Community GitHub updates
🚀 Desktop Pro
RECOMMENDEDUnlock full native performance, hardware acceleration, background automation, and dedicated local LLMs.
- ✓ Everything in Community
- ✓ 100% Ad-Free Native Experience
- ✓ Unlimited Local AI (Ollama, DeepSeek, Local Llama)
- ✓ Global Floating OS Hotkey (Ctrl+Shift+Space)
- ✓ File Explorer / Finder Context Menu Integration
- ✓ Multi-threaded Hardware V8 Acceleration
- ✓ Silent Automatic Background Updates
- ✓ 1 Dedicated Desktop License Key (Auto-activates offline)
UPI · Cards · NetBanking · GST Invoice Available
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)