# @theia/monaco-editor-core

> A browser based code editor

Latest version **1.108.201** (published 2026-02-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install @theia/monaco-editor-core
pnpm add @theia/monaco-editor-core
yarn add @theia/monaco-editor-core
bun add @theia/monaco-editor-core
```

## Health

**Score 70/100 (B)** — status: stable.

Positive: has types; esm support; no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; large bundle.

## Facts

| | |
|---|---|
| Version | 1.108.201 |
| Published | 2026-02-27 |
| First published | 2020-02-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 48.4 MB |
| Known vulnerabilities | 0 (+18 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 192638 |
| Author | Microsoft Corporation |
| Maintainers | eclipsetheia, vince-fugnitto, bhufmann, marc.dumais, paul-marechal, msujew, tsmaeder, jfaltermeier, jhelming, eclipse-theia-bot, sgraband, ndoschek |

## Links

- npm: https://www.npmjs.com/package/@theia/monaco-editor-core
- Repository: https://github.com/microsoft/vscode
- Homepage: https://github.com/microsoft/vscode#readme
- Issues: https://github.com/microsoft/vscode/issues
- npm.io page: https://npm.io/package/@theia/monaco-editor-core

## Dependencies (2)

- [marked](https://npm.io/package/marked.md) 14.0.0
- [dompurify](https://npm.io/package/dompurify.md) 3.2.7

## Recent versions

- 1.108.201 (latest) — 2026-02-27
- 1.72.3-alpha0 (alpha) — 2022-11-01
- 1.108.2 — 2026-02-27
- 1.96.302 — 2025-01-22
- 1.96.301 — 2025-01-21
- 1.96.3 — 2025-01-17
- 1.83.101 — 2024-01-10
- 1.83.1 — 2023-12-29
- 1.72.3 — 2022-11-07
- 1.72.2 — 2022-10-19
- 1.67.2 — 2022-07-11
- 1.67.2-alpha1 — 2022-06-23
- 1.65.2 — 2022-03-23
- 1.65.2-alpha0 — 2022-03-16
- 0.31.2-alpha2 — 2022-03-01
- … 10 more at https://npm.io/package/@theia/monaco-editor-core/versions

## README

# monaco-editor-core

> This npm module is a building block for the [monaco-editor](https://www.npmjs.com/package/monaco-editor)
npm module and unless you are doing something special (e.g. authoring a monaco editor language that can be shipped
and consumed independently), it is best to consume the [monaco-editor](https://www.npmjs.com/package/monaco-editor) module
that contains this module and adds languages supports.

The Monaco Editor is the code editor that powers [VS Code](https://github.com/microsoft/vscode). Here is a good page describing some [editor features](https://code.visualstudio.com/docs/editor/editingevolved).

This npm module contains the core editor functionality, as it comes from the [vscode repository](https://github.com/microsoft/vscode).

## License

[MIT](https://github.com/microsoft/vscode/blob/main/LICENSE.txt)

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