Next-generation AI chat assistant desktop app — Feature-rich, Local-first, Excellent experience
- Multi-model Support - OpenAI, Claude, Gemini, Qwen, DeepSeek, Ollama local models, and more
- Local-first - Data stored locally, privacy protected
- Streaming Response - Real-time AI reply display
- Multi-tab - Manage multiple conversations simultaneously
- System Tray - Background running, quick access
- Cross-platform - Windows / macOS / Linux
| Category | Technology |
|---|---|
| Desktop Framework | Electron 33 |
| Frontend Build | Vite 6 |
| UI Framework | React 19 |
| UI Components | shadcn/ui |
| Styling | Tailwind CSS 3.4 |
| State Management | Zustand 5 |
| Local Database | SQLite (better-sqlite3) |
| ORM | Drizzle |
| AI SDK | @ai-sdk/openai |
See the docs/ directory for detailed documentation:
Project is under development, stay tuned...
# Clone the repository
git clone https://github.com/your-username/PrismaX-Desktop.git
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Start Electron development environment
pnpm dev:electron
# Package application
pnpm packageContributions are welcome! Please see Contributing Guide for details.