This is a smol menubar app that helps you quickly access ChatGPT, Bard, and Anthropic with a single keyboard shortcut.
whatever is typed at the bottom is entered into all 3 windows simultaneously, however if you wish to explore one further than the other you can do so independently since they are just webviews.
so for example you can use chatgpt plugins despite there not being an api for them. or you can use bard/anthropic without needing api access.
Note I understand not everybody has access to Anthropic yet. You can hide individual webviews from the preferences modal. I'd happily take a PR to make the panels customizable to different URLs and input targets!
either download the precompiled binaries for MacOS: https://github.com/smol-ai/menubar/releases/latest
or build from source to get a build optimized for your system (see below)
then log into your google account (either will do, both rely on google login)
dont worry i dont track anything. inspect and build from source if you wish.
I usually just always press Cmd+Shift+G -> quick open to use it and Cmd+Enter to submit.
You can resize the overall window with a click n drag. Cmd+1/2/3/A or drag to resize the internal webviews as you wish.
You can also disable models from the preferences modal and your choice is persisted.
To start a new conversation, cmd+R (simple window refresh, nothing special)
You can modify these keyboard shortcuts if you build it from source.
Login for Anthropic via Google SSO is broken right now - it requires a popup which is blocked at least in my testing. Would welcome a PR to fix that, but otherwise regular email + login token works fine.
To build from source, you will need to clone the repo and open the project folder:
git clone https://github.com/smol-ai/menubar.git
cd menubar
Then install dependencies:
npm install
On Windows, you'll also need Squirrel.
npm install electron-squirrel-startup
To generate binaries:
npm run make # or npm run build
Outputs go to /out/make
. Run smol-menubar.exe
to fire up the app. Note that it may start minimized to your taskbar, in which case you'll have to click the icon to use it:
have the devtools up all the time by uncommenting this line
window.webContents.openDevTools();
Google dropped its waitlist for Bard recently, so now there is some reason to try it out.
People have bad first impressions on Bard, but in May 2023 it has been receiving some positive feedback:
these folks aren't neutral, but its clear of course that Bard will be better for some things than others, and we might as well lower the barrier for trying them out.
then anthropic dropped 100k context, and at that point i was convinced i need to be A/B testing all 3 to get the benefits/get an intuition of what they each are best at.
- i need a new set of icons for the images
- better styling for the window? maybe normalize the bard window to the openai dimensions?