Shell-GPT

An Electron-based 'shell' that wraps GPT and executes its commands in a Docker container.

Status
Active
Tech
TypeScriptElectronOpenAIDocker

Install

bash
# npm (global)
npm i -g shell-gpt
# pnpm (global)
pnpm add -g shell-gpt
# bun (global)
bun add -g shell-gpt
# from source
git clone https://github.com/<you>/shell-gpt
cd shell-gpt && pnpm i && pnpm build && pnpm link --global

Configuration

.env
# OpenAI
export OPENAI_API_KEY=sk-...