🧠BrainyAI is a completely free Chrome browser extension. Users only need to log in once to various AI websites, and then they can bring the capabilities of large models into their daily work habits and scenarios using BrainyAI. With a convenient sidebar, BrainyAI offers features such as AI chat aggregation, AI search, AI reading, and enhanced AI web browsing.
When using BrainyAI, users don’t need to leave their current web page. They can leverage advanced large language models like GPT-4, GPT-4o, Claude, Gemini, Moonshot, and LLaMA3 for tasks such as conversation, search, summarizing web pages, and reading files—all completely free. BrainyAI is a free alternative to similar products like Sider AI, Monica, Merlin, and MaxAI. 🌐
Features | Screenshot |
---|---|
Group Chat | |
Multiple Answers from Top-Tier AI Search Engines | |
Web/YouTube summaries |
LLMs | Provider | status |
---|---|---|
Gpt3.5 | chatgpt.com | Supported |
Gpt4 | chatgpt.com | Supported |
Gpt4o | chatgpt.com | Supported |
Gpt4 | copilot.microsoft.com | Supported |
Gemini | gemini.google.com | Supported |
Moonshot | kimi.moonshot.cn | Supported |
LLama 3 | perplexity.ai | Supported |
Claude 3 haiku | perplexity.ai | Supported |
Gemma-7b | perplexity.ai | Supported |
llava-v1.6 | perplexity.ai | Supported |
Mistral-8×22b | perplexity.ai | Supported |
Claude 3 | claude.ai | Soon |
More is coming.
At BrainyAI, we prioritize user privacy and take every measure to safeguard your personal information. We never upload or share any sensitive data, including but not limited to:
All chat history, settings, and login data are securely stored locally on your device. We never collect or access this information from our servers.
To enhance your BrainyAI experience, we gather anonymous usage data using GA4 that helps us understand user preferences and optimize our product. This data includes:
This anonymous usage data is essential for continuous improvement and does not reveal any personally identifiable information.
First, install the dependencies:
npm install pnpm -g
pnpm install
Then, start the development server:
pnpm dev
Open your browser and load the appropriate development build. For example, if you are developing for the chrome browser, using manifest v3, use: build/chrome-mv3-dev
.
For further guidance, visit plasmo Documentation
Run the following:
pnpm build
This should create a production bundle for your extension, ready to be zipped and published to the stores.
Run the following:
pnpm build:staing
mv .env.example .env
and then add your GA4 Measurement ID and API Secret in the .env file