icon

ChatWise

The second fastest AI chatbot™

preview

Core Features

Any LLM
ChatWise supports any LLM model, including GPT-4, Claude, Gemini, and more.
Performance
ChatWise is built with performance in mind, and is optimized for desktop experience.
Privacy
All your data is stored locally, and never leaves your device (except for sending chat requests to your LLM provider).
Simplicity
Simple yet powerful, ChatWise is designed to be easy to use, without the bloat.
Multi-modal
Chat with audio, PDF, images, text files, and more.
Web search
Search the web with Tavily or local browsers for free.

Artifacts

Render HTML/React/Charts/Documents

Web Search That Works

Get realtime info using Tavily's Search API or your local browser for free

Connect to anything with MCP

Make AI use tools like Notion, Google Sheets, Browsers and more

Changelog

v0.8.11

6 days ago
  • MCP: support image results return by tools
  • MCP: now you can use env variables $HOME and $TMPDIR in the command
  • Fix screenshot when the chat response contains images
  • Fix OpenAI o1-pro

v0.8.10

7 days ago
  • Support Gemini image generation: choose the model Gemini 2.0 Flash Exp (Image Gen), currently only support the official Google AI provider
  • Fix a web search issue related to port being used.
  • Improve the LLM response performance (detail: previously I was using Tauri events to get streaming response, now it's replaced with Tauri channel)
  • MCP: handle tool result with type: 'resource', like the repomix mcp and others

v0.8.9

7 days ago
  • Account: you can now log in with email + verification code
  • OpenRouter: use DeepSeek V3 (free) to generate chat title and search keywords by default
  • Text-to-Speech: add new OpenAI TTS model: gpt-4o-mini-tts and make it the default, you can also fine tune the voice with custom instructions now <img alt="tts" src="https://cdn.jsdelivr.net/gh/egoist-bot/images@main/uPic/g5uhhW.png" width="700">
  • Add a button to expand system instruction editor <img alt="system instruction" src="https://cdn.jsdelivr.net/gh/egoist-bot/images@main/uPic/25moMZ.png">
  • Data settings: you can now export and import chat history <img alt="chat history export" src="https://cdn.jsdelivr.net/gh/egoist-bot/images@main/uPic/vGHt7Z.png" width="700">

v0.8.8

8 days ago
  • Fix: google (free) web search sometimes returns 0 results
  • Add OpenAI o1 pro model, the most expensive model so far
  • Fix: prompt caching

v0.8.7

9 days ago
  • Fix: weird UX behavior when updating prompts / tools, fix #155
  • Fix: toggling dark mode should apply to code blocks too
  • Fix: MCP tool parsing error