The name "Cerebr" comes from a Latin root related to "brain" or "cerebrum". This etymology reflects our vision: to integrate powerful AI capabilities from Claude, OpenAI, and others, making Cerebr your second brain for deep reading and understanding. Cerebr is a powerful Chrome browser AI assistant extension focused on enhancing your work efficiency and learning experience.
Born from a need for a clean, efficient browser AI assistant, Cerebr stands out with its minimalist design and powerful features. While other solutions often come with limitations or cluttered interfaces, Cerebr focuses on delivering a seamless, distraction-free experience for your web browsing needs.
- ๐ฏ Smart Sidebar - Quick access via hotkey (Windows:
Alt+Z
/ Mac:Ctrl+Z
) to chat with AI anytime, anywhere - ๐ Multiple API Support - Configure multiple APIs to flexibly switch between different AI assistants
- ๐ Config Sync - Cross-browser API configuration synchronization for seamless device switching
- ๐ Comprehensive Q&A - Support webpage content Q&A, PDF document Q&A, image Q&A and more
- ๐จ Elegant Rendering - Perfect support for Markdown text rendering and LaTeX math formula display
- โก Real-time Response - Stream output for instant AI replies
- โน๏ธ Flexible Control - Support stopping generation at any time, sending new messages will stop the current generation
- ๐ Theme Switching - Support light/dark themes to protect your eyes
- ๐ Web Version - Support web version, no installation required, accessable from any browser, support vercel, GitHub Pages and cloudflare pages deployment
- ๐พ State Persistence - Automatically save chat history, sidebar status, etc.
- ๐ Config Sync - Cross-device configuration sharing through browser's native sync API
- ๐ Smart Extraction - Automatically identify and extract webpage/PDF content
- โจ๏ธ Shortcut Operations - Support hotkey to clear chat (Windows:
Alt+X
/ Mac:Ctrl+X
), up/down keys for quick history recall - ๐ Secure & Reliable - Support multiple API key management with local data storage
- ๐ญ High Compatibility - Support mainstream browsers, adapt to various webpage environments
-
๐ Configure API
- Click the settings button
- Fill in API Key, Base URL and model name
- Support adding multiple API configurations
-
๐ฌ Start Chatting
- Use hotkey Windows:
Alt+Z
/ Mac:Ctrl+Z
to summon sidebar - Input questions and send
- Support image upload for visual Q&A
- Use hotkey Windows:
-
๐ Webpage/PDF Q&A
- Enable webpage Q&A switch
- Automatically identify and extract current page content
- Support intelligent PDF file Q&A
- ๐ Right-click Copy - Support right-click to directly copy message text
- ๐ History Records - Use up/down arrow keys to quickly recall historical questions
- โน๏ธ Stop Generation - Show stop button when generating messages, can stop generation at any time
- ๐ผ๏ธ Image Preview - Click images to view full size
- โ๏ธ Custom Settings - Support customizing hotkeys, themes and more
- You can quickly deploy the web version of Cerebr to Vercel with one click:
- You can deploy to Cloudflare Pages:
# Install Wrangler CLI
npm install -g wrangler
# Login to Cloudflare
wrangler login
# Deploy to Cloudflare Pages with SSL configuration
wrangler pages deploy . --project-name cerebr --branch main
- You can also deploy to GitHub Pages:
# Fork this repository
# Then go to your repository's Settings -> Pages
# In the "Build and deployment" section:
# - Select "Deploy from a branch" as Source
# - Choose your branch (main/master) and root (/) folder
# - Click Save
The deployment will be automatically handled by GitHub Actions. You can access your site at https://<your-username>.github.io/cerebr
- ๐ Access Cerebr from any browser without installation
- ๐ป Same powerful features as the Chrome extension
- โ๏ธ Deploy your own instance for better control
- ๐ Secure and private deployment
After installing the dmg file, you need to execute the following command:
sudo xattr -r -d com.apple.quarantine /Applications/Cerebr.app
This project uses Pake to pack the dmg file, the command is as follows:
iconutil -c icns icon.iconset
pake https://xxx/ --name Cerebr --hide-title-bar --icon ./icon.icns
https://github.com/tw93/Pake
- ๐ Added image Q&A functionality
- ๐ Optimized webpage content extraction algorithm
- ๐ Fixed math formula rendering issues
- โก Improved overall performance and stability
This project is developed using Chrome Extension Manifest V3, with main tech stack:
- ๐จ Native JavaScript + CSS
- ๐ฆ Chrome Extension API
- ๐ง PDF.js + KaTeX + Marked.js
Welcome to submit Issues and Pull Requests to help improve the project. Before submitting, please ensure:
- ๐ You have searched related issues
- โ Follow existing code style
- ๐ Provide clear description and reproduction steps
This project is licensed under the MIT License