概要
botpress/botpressの現行repositoryは、Botpress Cloudそのもののself-hostable backendではなく、public integrations、CLI、SDK/API client、bots-as-code examplesをまとめるMIT licenseのdeveloper hubです。`bp init`からintegrationを作成し、`bp deploy`でBotpress Cloud workspaceへdeployできます。GitHubのlatest release v12.30.9は2023年の旧Botpress v12系であり、現行Cloud repositoryのversion指標として扱うべきではありません。
特徴と向いている用途
公式資料に基づく紹介・実機未検証 · 内容確認日:
integrationをTypeScriptで定義し、CLIからBotpress Cloud workspaceへdeployする
@botpress/cliをinstallしてbp initするとintegration templateを生成でき、definitionとimplementationを編集してbp deployでworkspaceへpublishできます。public visibilityにすればBotpress Hubへ公開するworkflowも用意されています。
出典:[2]
SDK・API client・integration source・bots-as-code exampleを同じmonorepoで参照できる
repoにはBotpress-maintained public integration、CLI/SDK/API client、SDK/CLIだけで構築したbot exampleが含まれます。programmaticなextensionを作るdeveloperにとって、実integration codeとtooling implementationを同時に参照できる点が価値です。
出典:[2]
Botpress Cloudへ独自integrationを追加したいdeveloperや、Botpress API/SDKをcode-firstで扱いたいteamに
Studio UIだけでなくGit管理されたintegration、custom connector、programmatic bot workflowを作りたい場合に向きます。Slack等の公式integration implementationを参照しながら独自integrationを作れるのも利点です。
出典:[2]
このrepoをcloneしても現行Botpress Cloud backendをself-hostできるわけではない
READMEはrepository内容をintegrations/devtools/bots/pluginsとして説明し、bot-as-codeは推奨build方式でもStudio代替でもないと明記します。bp deployのdeploy先はBotpress Cloud workspaceです。on-premise Botpress v12については別のbotpress/v12 repositoryを参照するよう案内されています。
出典:[2]
GitHub latest release v12.30.9はhistorical v12 release。current mainの鮮度判定へ混ぜない
GitHub Releasesのlatestは2023年6月22日のv12.30.9ですが、repository mainは2026年もCloud integrations/devtoolsとして更新されています。OSS探訪では現行mainを基準にし、v12.30.9を現在のBotpress Cloud versionとして表示しません。
参考にした公式資料
- [1]botpress/botpress — GitHub repository metadata(2026-09-16)
- [2]Botpress Cloud repository — readme.md(2026-09-16)
- [3]Historical Botpress v12.30.9 GitHub release(2026-09-16)
- [4]Botpress repository — MIT License(2026-09-16)
編集部からの補足
「BotpressがOSSだから現行Cloud backendをself-hostできる」と誤解しないことを最優先にしました。このrepoの中心はCloud向けintegration/devtoolsです。
3ステップで試す
- 1
Botpress CLIを追加
現行repositoryのintegration development向けCLIをinstallします。
npm install -g @botpress/cli - 2
integrationを初期化
templateからintegration definitionとimplementationを生成します。
bp init - 3
Cloud workspaceへdeploy
deploy先はBotpress Cloud workspaceです。この手順は現行Cloud backendのself-hostではありません。
bp deploy
成長
成長の推移 · 直近30日
14,918 Stars
推移データを蓄積中です。
開発アクティビティ
直近90日・週次
- Commit(直近30日)
- 18
- Open PR
- 43
開発アクティビティを蓄積中です。
Built with
カテゴリとタグ
GitHubデータ
関連情報
関連記事を投稿するこのOSSの使い方や活用事例をMarkdownで投稿できます。管理者が承認した後に公開されます。
あわせて探訪
- OpenClaw389,838 Stars
チャネル・ツール・メモリを束ねる永続型パーソナルAIアシスタント基盤。
TypeScript - Hermes Agent246,050 Stars
Memory・Skills・Cron・Subagentsを備える永続型AIエージェント。
Python - n8n204,525 Stars
視覚的なキャンバスとコードを組み合わせ、サービス連携やAIエージェントを自動化するfair-code基盤。
TypeScript - TensorFlow200,131 Stars
研究・学習・評価・可視化・配備をtoolとlibraryでつなぐend-to-end machine learning基盤。
C++ - Ollama181,118 Stars
オープンモデルをPCやサーバーで取得・実行し、CLIとローカルAPIから利用するランタイム。
Go
情報の誤りを報告
掲載内容に誤りや古い情報があればお知らせください。