Botpress is an open-source platform for building and deploying GPT/LLM-powered chatbots and assistants. It provides CLI tools, SDKs, and integrations for bot development and deployment.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
Botpress Cloud is described as an open-source hub to build & deploy GPT/LLM Agents. The repository includes Integrations, Devtools (CLI, SDK, API Client), Bots (examples), and Plugins (coming soon).
How it works
The repo exposes development tools and templates to create integrations and deploy them to workspaces. You can install the Botpress CLI, initialize integrations, and deploy them to a workspace.
Getting started
Here are the commands shown in the README:
npm install -g @botpress/cli # for npm
yarn global add @botpress/cli # for yarn
pnpm install -g @botpress/cli # for pnpm
bp init
bp deploy
bp deploy --visibility public
For local development, prerequisites include git, node, and pnpm, and the build steps:
# Clone the repository
git clone https://github.com/botpress/botpress.git
cd botpress
# Install dependencies
pnpm install
# Build all packages
pnpm run build
# Run Checks
pnpm run check
Recent releases
Latest releases listed:
- v12.30.9 (2023-06-22) with bug fixes such as channel-web rendering carousel right away.
- v12.30.8 (2023-04-24) with bug fixes for code-editor SDK intellisense.
- v12.30.7 (2023-02-16) with bug fixes for channel-web carousel after reopening chat.
- v12.30.6 (2022-12-06) with bug fixes for core qna with transitions source details.
- v12.30.5 (2022-11-02) with bug fixes for web-channel crash on empty message list.
Traction
Stars: 14845 Forks: 2288 Open issues: 55
Behind the repo
This section is not applicable since there is no linked startup/company information beyond the Botpress project itself.
Caveats
License: MIT Created: 2016-11-16 Last push: 2026-08-04 Language: TypeScript






