Welcome to the grams
repository!
Grams desktop app and way to mainline chat.openai.com
into you're day to day life.
grams
was originally a tool I built for myself to so could lower the effort needed to integrate this awesome powerful semi-intelligent AI into my daily life. I hope you find it useful too!
- Hotkey to bring app to front
cmd + '
- Record chat logs
- Felt cute - adds the dark mode I wanted
Above is the grams
logo (it was generated by DALLE by asking for "a colorful abstract logo as a 3d render that invokes happiness")
just press cmd + '
to bring the app to front
# for Intel Macs
curl -s -O -L \
https://github.com/drbh/grams/releases/download/beta/Grams.0.0.1.dmg && \
open Grams.0.0.1.dmg
# for Apple Silicon Macs
curl -s -O -L \
https://github.com/drbh/grams/releases/download/beta/Grams.0.0.1-amd64.dmg && \
open Grams.0.0.1-amd64.dmg
note: you need to have cargo
installed to use this tool and it's only targeting OSX (it might work for other operating systems but is not tested)
cargo run
- Google login does not work due to OAuth issues. OpenAI accounts work fine.
- Need to require
Accessiblity
permissions to work properly. This enables the hot-keys. For now you need to manually enable it inSystem Preferences > Security & Privacy > Privacy > Accessibility
(you should be prompted to do this when you install the app) CTRL + C
and other hotkeys do not work yet in the chat window. You can right click and copy/paste for now.- Chat logs are not formatted and may miss
try again
messages. This is a known issue and will be fixed with a more comprehensive logging solution. For now the logs aretxt
files in the~/Application Support/Grams
directory.