# botbuilder-core

> Core components for Microsoft Bot Builder. Components in this library can run either in a browser or on the server.

Latest version **4.23.3** (published 2025-08-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install botbuilder-core
pnpm add botbuilder-core
yarn add botbuilder-core
bun add botbuilder-core
```

## Health

**Score 45/100 (D)** — status: stable.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 4.23.3 |
| Published | 2025-08-27 |
| First published | 2018-03-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 1.3 MB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 724 |
| Author | Microsoft Corp. |
| Maintainers | botframework, sgellock, cwhitten |
| Keywords | botbuilder, botframework, bots, chatbots |

## Links

- npm: https://www.npmjs.com/package/botbuilder-core
- Repository: https://github.com/Microsoft/botbuilder-js
- Homepage: https://github.com/Microsoft/botbuilder-js#readme
- Issues: https://github.com/Microsoft/botbuilder-js/issues
- npm.io page: https://npm.io/package/botbuilder-core

## Dependencies (6)

- [zod](https://npm.io/package/zod.md) ^3.23.8
- [uuid](https://npm.io/package/uuid.md) ^10.0.0
- [botbuilder-stdlib](https://npm.io/package/botbuilder-stdlib.md) 4.23.3-internal
- [botframework-schema](https://npm.io/package/botframework-schema.md) 4.23.3
- [botframework-connector](https://npm.io/package/botframework-connector.md) 4.23.3
- [botbuilder-dialogs-adaptive-runtime-core](https://npm.io/package/botbuilder-dialogs-adaptive-runtime-core.md) 4.23.3-preview

## Recent versions

- 4.23.3 (latest) — 2025-08-27
- 4.23.0-dev.20240405 (next) — 2024-04-05
- 4.12.1 (patch) — 2021-06-16
- 4.23.3-dev — 2025-08-19
- 4.17.0-blobs1 — 2025-06-10
- 4.24.0-dev2 — 2025-04-09
- 4.24.0-dev1 — 2025-04-07
- 4.23.3-dev2 — 2025-02-12
- 4.23.3-dev1 — 2025-02-11
- 4.23.2 — 2025-02-06
- 4.23.2-rc2 — 2025-02-03
- 4.23.2-dev1 — 2024-12-10
- 4.24.0-rc1 — 2024-10-16
- 4.23.1 — 2024-09-23
- 4.23.0 — 2024-08-28
- … 533 more at https://npm.io/package/botbuilder-core/versions

## README

This library contains most of the core functionality for [Bot Builder](https://github.com/Microsoft/botbuilder-js/tree/main/libraries/botbuilder),
but without any dependency on Node. As a result, this version can be used to build bots that run complete in a browser.

Unless you are building a bot or component _without Node_, we recommend that you `botbuilder` your app
instead of `botbuilder-core`. [Learn more here.](https://github.com/Microsoft/botbuilder-js/tree/main/libraries/botbuilder/README.md)

- [Installing](#installing)
- [Documentation](https://docs.microsoft.com/en-us/azure/bot-service/bot-service-overview-introduction?view=azure-bot-service-4.0)
- [GitHub Repo](https://github.com/Microsoft/botbuilder-js)
- [Report Issues](https://github.com/Microsoft/botbuilder-js/issues)

## Installing
To add the latset published version of this package to your bot:

```bash
npm install --save botbuilder-core
```

#### Use the Daily Build

To get access to the daily builds of this library, configure npm to use the MyGet feed before installing.

```bash
npm config set registry https://botbuilder.myget.org/F/botbuilder-v4-js-daily/npm/
```

To reset the registry in order to get the latest published version, run:
```bash
npm config set registry https://registry.npmjs.org/
```

---
_Source: https://npm.io/package/botbuilder-core · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
