Blazingly-Fast, Open-source, and Free AI Chat App.
- Open Source
- Privacy first (all data stored locally in your browser)
- Bring your own API keys (we don't store them)
- Chat Navigator - Easily Navigate to any message in the chat
- Multi-model support - Google Gemini, OpenAI, DeepSeek and more will be added soon
- Optimized React codebase (No Unnecessary re-renders)
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the project
- Create your feature branch
- Commit your changes
- Push to the branch
- Open a Pull Request
To run Chat0 locally, you'll need to follow these steps:
-
Clone the repository:
git clone https://github.com/senbo1/chat0.git cd chat0
-
Install dependencies: We use
pnpm
for package management.pnpm install
-
Run the development server:
pnpm dev
-
Open your browser: Navigate to http://localhost:3000 to see the application in action.
If you encounter any issues or have questions, please open an issue on GitHub.