Skip to content
forked from smol-ai/GodMode

a menubar with Zero latency access to ChatGPT/Bard/Claude! A/B test them, or use them in the background. I use this 20 times a day.

License

Notifications You must be signed in to change notification settings

kataqatsi/menubar

 
 

Repository files navigation

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. See video demo.

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. I am working on providing an alternative - will have to require a login.

For now, you can hide individual webviews from the preferences modal.

seeking contributors!

this is a FOSS effort and will never be commercialized (no tracking, will not be a paid app (but the chat apps within might), etc). please check out the feature requests (https://github.com/smol-ai/menubar/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) if you'd like to help! in particular, we'd like:

  • a PR to make the 3 panels customizable to different URLs and input targets!
  • a "Windows maintainer" to handle Windows user needs and beta test every release to make sure we didn't break something for them
  • Design
    • i need a new set of icons for the images
    • better styling for the window? maybe normalize the bard window to the openai dimensions?

video demo

Simple Download

You can download the precompiled binaries for MacOS: https://github.com/smol-ai/menubar/releases/latest

Install and Run from Source

To install and run from source, follow these steps:

  1. Clone the repository and navigate to the project folder:

    git clone https://github.com/smol-ai/menubar.git
    cd menubar
  2. Install dependencies:

    npm install
  3. Start the application and generate the platform-specific desktop file:

    npm run start

    This command will launch the application and automatically generate the appropriate desktop file or shortcut for your operating system (Linux, macOS, or Windows).

  4. After the initial setup, you can simply use the generated desktop file to start the application in the future.

    Note: If you ever need to update the application, you can do so by simply pulling the latest changes from the repository.

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

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

If you really want to build from source, you will need to clone the repo and open the project folder:

  1. Clone the repository and navigate to the project folder:

    git clone https://github.com/smol-ai/menubar.git
    cd menubar
  2. Install dependencies:

    npm install
  3. On Windows, you'll also need Squirrel:

    npm install electron-squirrel-startup
  4. Generate binaries:

    # If publishing, bump versions
    # npm version patch
    npm run make # or npm run build

    The outputs will be located in the /out/make directory. Run smol-menubar.exe to launch the application. Note that it may start minimized in your taskbar; you'll need to click the icon to use it:

image

windows builds

by default we're mac only - i only have a mac sorry. (we are seeking a "Windows Maintainer"!)

i think you can run

electron-forge make --platform=win32 --arch=ia32,x64

and it might work? let us know and i'd happily take a PR to include it in the default make process.

debugging

I have the menubar devtools up all the time while in development. You can disable them by commenting this line.

window.webContents.openDevTools();

why use/make this?

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.

About

a menubar with Zero latency access to ChatGPT/Bard/Claude! A/B test them, or use them in the background. I use this 20 times a day.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.2%
  • HTML 40.6%
  • CSS 7.2%