GodMode icon indicating copy to clipboard operation
GodMode copied to clipboard

AI Chat Browser: Fast, Full webapp access to ChatGPT / Claude / Bard / Bing / Llama2! I use this 20 times a day.

smol menubar

This is a smol menubar app that helps you quickly access ChatGPT, Bard, and Anthropic with a single keyboard shortcut.

image

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!

video demo

  • https://youtu.be/jrlxT1K4LEU
  • https://twitter.com/swyx/status/1658403625717338112

install

either download the precompiled binaries: https://github.com/smol-ai/menubar/releases/latest

or build from source (see below)

then log into your google account (either will do, both rely on google login) image

dont worry i dont track anything. inspect and build from source if you wish.

usage

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.

build from source

npm run make # or npm run build

outputs to /out/make

why

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:

image

image

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.

help needed

  • i need a new set of icons for the images
  • better styling for the window? maybe normalize the bard window to the openai dimensions?