An app to make personalized AI bots and chat with them.
This is not good software and you shouldn't use it unless you really want to. For now, it's basically Chat GPT with a global shortcut and has no other redeeming qualities. But, we like to work with the garage door open. Anyways, don't use it! Unless you must! Why though? It's just Chat GPT! Now, if you do use it more than once, let us know. We'll buy you a coffee to learn more about why you make weird life choices.
- Download the app from the releases page – Apple Silicon only for now.
- Unzip the archive and drag the app into your Applications folder.
- Open the app and click on the settings icon in the top right to enter your OpenAI API key.
- Click on the settings icon to dismiss the panel.
- Happy chatting!
P.S: You can use the global shortcut (⌘+Ctrl+B) to bring the app to the front.
- Supports GPT-3.5 and GPT-4 from OpenAI
- BYOK (Bring Your Own Key) for OpenAI
- Streaming responses
- Markdown formatting for responses (syntax highlighting, tables, etc.)
- Global shortcut (⌘+Ctrl+B) to bring the app to the front
- Support for other models
- Plugins
- Good macOS citizenry (within the realms of Electron)
- Support for other platforms (Windows, and Linux)
$ git clone git@github.com:withbotshq/botsapp.git
$ cd botsapp
$ npm install
$ npx nx build desktop
$ rm -rf /Applications/Bots.app # TODO: This shouldn't be necessary but it's a permissions issue.
$ npx nx copy desktop
$ open /Applications/Bots.app
$ git clone git@github.com:withbotshq/botsapp.git
$ cd botsapp
$ npm ci
$ npx start