- This project is still in development with more features coming soon
- Please report any bugs or suggestions in issues
- Visit the Releases page
- Download the
DeepSeekChat-windows.zip
file - Extract the zip file
- Run
DeepSeekChat.exe
- Run
auto-update.bat
to update the app
This desktop application enhances your DeepSeek chat experience with:
- 🎨 Custom UI Elements:
- Custom footer text
- Forced "Inter" font throughout the interface
- ⏰ Dynamic Greetings:
- Time-based messages (Good Morning/Afternoon/Evening)
- Smooth fade transitions between messages
- ✨ Animations:
- Typing animation with sphere cursor
- Self-healing UI components via MutationObservers
- 🧹 Clean Interface:
- Removed unnecessary UI elements
- Persistent styling across navigation
- 🌙 Dark Titlebar Support:
- Automatically matches Windows system theme
- Manual override options available
- 🔃 Auto Updater
- 🔄 Real-time Synchronization:
- Beautiful frosted glass refresh button with auto-hide functionality
- URL path preservation on refresh to maintain navigation state
- Loading indicators and refresh popup with smooth animations
- Welcome tooltip for user guidance on first interaction
- 📝 Enhanced Markdown Rendering
- Full markdown content rendering in user messages
- System theme detection for code blocks (light/dark mode)
- JetBrains Mono font for improved code readability
- Security sanitization with DOMPurify to prevent XSS attacks
- Fixed spacing issues after headings and other elements
- Proper handling for code blocks and inline code elements
For advanced users, you can customize the application behavior:
# Force dark titlebar regardless of system theme
DeepSeekChat.exe --dark-titlebar
# Force light titlebar regardless of system theme
DeepSeekChat.exe --light-titlebar
# Run in release mode (disable debug tools)
DeepSeekChat.exe --release
The titlebar will automatically match your Windows system theme by default. If you have Windows set to dark mode, the titlebar will be dark. If you have Windows set to light mode, the titlebar will be light.
-
Dark titlebar support✅ Completed! - Custom theme support for the entire interface
- Keyboard shortcuts
- Cross-platform builds (Mac/Linux)
- System tray integration