OSS探訪

Botpress repository — Botpress Cloud向けintegration・CLI・SDK・bots-as-code exampleを公開するOSS hub

OSS健全度 71
スコアの見方

発掘スコアはStars・Watchers・Forks・Contributorsを対数圧縮して重み付けした独自指標(上限なし)。成長モメンタムは観測期間内の同スコアの差、OSS健全度は取得できた更新状況・Community Health・Releaseの0〜100評価です。

Stars
14,918
主要言語
TypeScript
ライセンス
MIT
リポジトリ最終更新
2026/09/14

概要

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][3]

参考にした公式資料

  1. [1]botpress/botpress — GitHub repository metadata(2026-09-16)
  2. [2]Botpress Cloud repository — readme.md(2026-09-16)
  3. [3]Historical Botpress v12.30.9 GitHub release(2026-09-16)
  4. [4]Botpress repository — MIT License(2026-09-16)
編集部からの補足

「BotpressがOSSだから現行Cloud backendをself-hostできる」と誤解しないことを最優先にしました。このrepoの中心はCloud向けintegration/devtoolsです。

3ステップで試す

  1. 1

    Botpress CLIを追加

    現行repositoryのintegration development向けCLIをinstallします。

    npm install -g @botpress/cli
  2. 2

    integrationを初期化

    templateからintegration definitionとimplementationを生成します。

    bp init
  3. 3

    Cloud workspaceへdeploy

    deploy先はBotpress Cloud workspaceです。この手順は現行Cloud backendのself-hostではありません。

    bp deploy
公式READMEで確認

成長

成長の推移 · 直近30日

14,918 Stars

推移データを蓄積中です。

開発アクティビティ

直近90日・週次

Commit(直近30日)
18
Open PR
43

開発アクティビティを蓄積中です。

Built with

カテゴリとタグ

GitHubデータ

GitHubのデータGitHubの詳細データを見る

GitHub Topics

  • agent
  • ai
  • botpress
  • chatbot
  • chatgpt
  • gpt
  • gpt-4
  • llm
  • openai
  • langchain
  • nlp
  • prompt
Stars
14,918
Forks
2,293
Watchers
243
Open Issues
8
主要言語
TypeScript
ライセンス
MIT
リポジトリ最終更新
2026/09/14

このOSSの使い方や活用事例をMarkdownで投稿できます。管理者が承認した後に公開されます。

情報の誤りを報告

掲載内容に誤りや古い情報があればお知らせください。