Skip to content

Commit

Permalink
Update readme and link
Browse files Browse the repository at this point in the history
  • Loading branch information
lilac committed Apr 4, 2024
1 parent 27f78fe commit 75db8ba
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
28 changes: 19 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,40 @@
<div align="center">
<img src="public/logo.svg" height="120">
<h1>AI Chat</h1>
<h3>ChatGPT in the menu Bar</h3>
<h3>AI Chatbots in the Menu Bar</h3>

[![MacOS M1/M2 Chip](https://img.shields.io/badge/-MacOS_M_Chip%20%E2%86%92-black?style=flat-square&logo=apple&logoColor=white)](https://github.com/rabrain/chat-bar-docs/releases)
[![MacOS x64](https://img.shields.io/badge/-MacOS_x86%20%E2%86%92-black?style=flat-square&logo=apple&logoColor=white)](https://github.com/rabrain/chat-bar-docs/releases)
[![Window x64](https://img.shields.io/badge/-Windows%20%E2%86%92-blue?style=flat-square&logo=windows&logoColor=white)](https://github.com/rabrain/chat-bar-docs/releases)
[![Linux](https://img.shields.io/badge/-Linux%20%E2%86%92-yellow?style=flat-square&logo=linux&logoColor=white)](https://github.com/rabrain/chat-bar-docs/releases)
[![MacOS M1/M2 Chip](https://img.shields.io/badge/-MacOS_M_Chip%20%E2%86%92-black?style=flat-square&logo=apple&logoColor=white)](https://github.com/rabrain/ai-chat/releases)
[![MacOS x64](https://img.shields.io/badge/-MacOS_x86%20%E2%86%92-black?style=flat-square&logo=apple&logoColor=white)](https://github.com/rabrain/ai-chat/releases)
[![Window x64](https://img.shields.io/badge/-Windows%20%E2%86%92-blue?style=flat-square&logo=windows&logoColor=white)](https://github.com/rabrain/ai-chat/releases)
[![Linux](https://img.shields.io/badge/-Linux%20%E2%86%92-yellow?style=flat-square&logo=linux&logoColor=white)](https://github.com/rabrain/ai-chat/releases)

<img src="public/screenshot.png" width="80%" alt="Screenshot">
<img src="public/screenshot-full.jpg" width="80%" alt="Screenshot">
</div>

<br />

**AI Chat is a cross-platform desktop application that provides quick access to ChatGPT from the tray (menu bar).**
**AI Chat is a cross-platform desktop application that provides quick access to chatbots like OpenAI ChatGPT from the menu bar (tray).**

By having it reside on the menu bar, we eliminate the need to switch between windows when using ChatGPT as our daily assistant. It also enables us to have a streamlined workflow, as we can easily multitask and communicate with the AI without interrupting our current tasks.

## All Chatbots in One Place
Quick access to chatbots of your choice, including
- [OpenAI ChatGPT](https://chat.openai.com)
- [Claude](https://claude.ai)
- [Google Gemini](https://gemini.google.com)
- [Microsoft Copilot](https://copilot.microsoft.com/)
- [Perplexity](https://www.perplexity.ai/)
- [Pi](https://pi.ai)
- [Poe](https://poe.com)

## Downloads

The application supports the following operating systems. Visit the [release page](https://github.com/rabrain/chat-bar-docs/releases) to download the app.
The application supports the following operating systems. Visit the [release page](https://github.com/rabrain/ai-chat/releases/latest) to download the app.

- Windows
- Mac OS X
- Linux

## Contact Us

For any questions or feedback, please reach out to us on the [discussion forum](https://github.com/rabrain/chat-bar-docs/discussions).
For any questions or feedback, please reach out to us on the [discussion forum](https://github.com/rabrain/ai-chat/discussions).
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import Apple from "super-tiny-icons/images/svg/apple.svg";
import IconLink from "@/components/IconLink";

export default function Home() {
const downloadUrl = "https://github.com/rabrain/chat-bar-docs/releases"
const downloadUrl = "https://github.com/rabrain/ai-chat/releases/latest"
return (
<main className="pt-24 lg:pt-28 antialiased">
<div className="relative container lg:w-4/5">
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Footer = () => {
// <Facebook key="f" className="social-link" />,
// <Instagram key="i" className="social-link" />,
<Twitter key="t" className="social-link" />,
<Link key="g" href="https://github.com/rabrain/chat-bar-docs" target="_blank">
<Link key="g" href="https://github.com/rabrain/ai-chat" target="_blank">
<Github className="social-link" />
</Link>,
// <Youtube key="y" className="social-link" />,
Expand Down

0 comments on commit 75db8ba

Please sign in to comment.