A multi-project terminal dashboard for developers. Manage multiple projects, terminals, and Claude Code sessions from a single app.
Go to Releases and download the installer for your platform:
| Platform | File |
|---|---|
| Windows | .msi or .exe (NSIS) |
| macOS | .dmg |
| Linux | .AppImage or .deb |
- Download and install Pandash
- Open the app
- Add your projects (folders) from the sidebar
- Each project gets its own terminals and Claude Code sessions
- All your data is saved locally — projects persist across restarts
- Multi-project workspace with sidebar navigation
- Multiple terminal tabs per project (PowerShell, CMD, Bash)
- Claude Code integration with usage tracking
- Project stats and git status at a glance
- Quick switcher (Ctrl+K) and command palette (Ctrl+Shift+P)
- Auto-updates — new versions are detected and installed automatically
When a new version is published, Pandash will prompt you to update on launch. Your projects and settings are preserved — only the app binary is replaced.
# Install dependencies
npm install
# Run in development
npm run tauri dev
# Build installer
npm run tauri buildOpen source.