# @lingui/message-utils

> Low-level Lingui utilities to compile ICU MessageFormat messages and generate stable message IDs

Latest version **6.7.0** (published 2026-09-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install @lingui/message-utils
pnpm add @lingui/message-utils
yarn add @lingui/message-utils
bun add @lingui/message-utils
```

## Health

**Score 65/100 (B)** — status: active.

Positive: esm support; no vulnerabilities; has provenance; recently updated; high maintenance score.

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 6.7.0 |
| Published | 2026-09-11 |
| First published | 2023-03-31 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Node | >=22.19.0 |
| Dependencies | 3 |
| Unpacked size | 7.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 5875 |
| Maintainers | andrii.bodnar, serhiydmytryshyn |
| Keywords | lingui, messageformat, icu, i18n, compile, message-id, catalog, javascript |

## Links

- npm: https://www.npmjs.com/package/@lingui/message-utils
- Repository: https://github.com/lingui/js-lingui
- Homepage: https://lingui.dev
- Issues: https://github.com/lingui/js-lingui/issues
- npm.io page: https://npm.io/package/@lingui/message-utils

## Dependencies (3)

- [js-sha256](https://npm.io/package/js-sha256.md) ^0.10.1
- [@messageformat/parser](https://npm.io/package/@messageformat/parser.md) ^5.0.0
- [@messageformat/date-skeleton](https://npm.io/package/@messageformat/date-skeleton.md) ^1.1.0

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 6.7.0 (latest) — 2026-09-11
- 6.0.0-next.4 (next) — 2026-04-17
- 5.1.2 (canary) — 2024-12-16
- 6.6.0 — 2026-07-24
- 6.5.0 — 2026-07-06
- 6.4.0 — 2026-06-16
- 6.3.0 — 2026-06-10
- 6.2.0 — 2026-06-01
- 6.1.0 — 2026-05-21
- 6.0.1 — 2026-04-30
- 6.0.0 — 2026-04-22
- 5.9.5 — 2026-04-06
- 6.0.0-next.3 — 2026-04-02
- 6.0.0-next.2 — 2026-03-27
- 5.9.4 — 2026-03-27
- … 63 more at https://npm.io/package/@lingui/message-utils/versions

## README

[![License][badge-license]][license]
[![Version][badge-version]][package]
[![Downloads][badge-downloads]][package]

# @lingui/message-utils

> Low-level Lingui utilities to compile ICU MessageFormat messages and generate stable message IDs

`@lingui/message-utils` is part of [Lingui][documentation]. Lingui is a lightweight, open-source internationalization (i18n) library for JavaScript and TypeScript. It brings compile-time macros and a CLI for message extraction to React, React Native, Vue, SolidJS, Astro, Svelte, and Node.js.

**Internal package.** `@lingui/message-utils` is used by the Lingui CLI, plugins and runtime to compile ICU MessageFormat messages and to generate message IDs. Application code does not need it.

## License

This package is licensed under the [MIT][license] license.

[license]: https://github.com/lingui/js-lingui/blob/main/LICENSE
[documentation]: https://lingui.dev
[package]: https://www.npmjs.com/package/@lingui/message-utils
[badge-downloads]: https://img.shields.io/npm/dw/@lingui/message-utils.svg
[badge-version]: https://img.shields.io/npm/v/@lingui/message-utils.svg
[badge-license]: https://img.shields.io/npm/l/@lingui/message-utils.svg

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