diff --git a/changelog.mdx b/changelog.mdx
index ae5f6b548..28ec47d10 100644
--- a/changelog.mdx
+++ b/changelog.mdx
@@ -7,6 +7,20 @@ keywords: ["changelog", "API updates", "release notes", "what's new", "API chang
To subscribe to updates, please [**“Turn on notifications”**](https://help.x.com/en/managing-your-account/notifications-on-mobile-devices#:~:text=In%20the%20top%20menu,%20you,you%20would%20like%20to%20receive) for [**@API**](https://x.com/api).
+
+ ### Chat XDK now available on public package registries
+
+ The [Chat XDK](/xchat/xchat-xdk) is now published to public package registries, so you can install it with your language's standard package manager — no more building from source.
+
+ - **Python:** `pip install chatxdk` (imports as `chat_xdk`)
+ - **TypeScript:** `npm install @xdevplatform/chat-xdk` (optional `juicebox-sdk` peer dependency for secure key backup)
+ - **C#:** `dotnet add package XDevPlatform.ChatXdk` — self-contained with bundled native libraries for macOS, Linux, and Windows
+ - **Java:** available on Maven Central as `com.x:chatxdk` — the jar bundles the native libraries, so no `jna.library.path` setup is needed
+ - **Rust:** `chat-xdk-core` is not yet on crates.io — use the git dependency shown in the [reference](/xchat/xchat-xdk)
+
+ See [Chat XDK Reference](/xchat/xchat-xdk) and [Getting started](/xchat/getting-started) for install snippets and quick starts.
+
+
### Articles draft and publish endpoints
diff --git a/es/changelog.mdx b/es/changelog.mdx
index 96daa5bb1..ffd9f88f2 100644
--- a/es/changelog.mdx
+++ b/es/changelog.mdx
@@ -7,6 +7,20 @@ keywords: ["registro de cambios", "actualizaciones de la API", "notas de la vers
Para suscribirte a las actualizaciones, [**"Activa las notificaciones"**](https://help.x.com/en/managing-your-account/notifications-on-mobile-devices#:~:text=In%20the%20top%20menu,%20you,you%20would%20like%20to%20receive) para [**@API**](https://x.com/api).
+
+ ### El Chat XDK ya está disponible en registros públicos de paquetes
+
+ El [Chat XDK](/xchat/xchat-xdk) ya está publicado en registros públicos de paquetes, por lo que puedes instalarlo con el gestor de paquetes estándar de tu lenguaje, sin necesidad de compilarlo desde el código fuente.
+
+ - **Python:** `pip install chatxdk` (se importa como `chat_xdk`)
+ - **TypeScript:** `npm install @xdevplatform/chat-xdk` (dependencia opcional `juicebox-sdk` para la copia de seguridad segura de claves)
+ - **C#:** `dotnet add package XDevPlatform.ChatXdk`: autónomo, con bibliotecas nativas para macOS, Linux y Windows incluidas
+ - **Java:** disponible en Maven Central como `com.x:chatxdk`: el jar incluye las bibliotecas nativas, por lo que no es necesario configurar `jna.library.path`
+ - **Rust:** `chat-xdk-core` todavía no está en crates.io; usa la dependencia de git indicada en la [referencia](/xchat/xchat-xdk)
+
+ Consulta la [Referencia del Chat XDK](/xchat/xchat-xdk) y la [Guía de inicio](/xchat/getting-started) para ver los fragmentos de instalación y los inicios rápidos.
+
+
### Endpoints de borrador y publicación de Articles
diff --git a/ja/changelog.mdx b/ja/changelog.mdx
index 2accc0329..900682856 100644
--- a/ja/changelog.mdx
+++ b/ja/changelog.mdx
@@ -7,6 +7,20 @@ keywords: ["変更履歴", "API 更新", "リリースノート", "新着情報"
更新情報の通知を受け取るには、[**@API**](https://x.com/api) の [**「通知をオンにする」**](https://help.x.com/en/managing-your-account/notifications-on-mobile-devices#:~:text=In%20the%20top%20menu,%20you,you%20would%20like%20to%20receive) を有効にしてください。
+
+ ### Chat XDK が公開パッケージレジストリで利用可能になりました
+
+ [Chat XDK](/xchat/xchat-xdk) が公開パッケージレジストリで公開されました。各言語の標準的なパッケージマネージャーでインストールできるようになり、ソースからビルドする必要はもうありません。
+
+ - **Python:** `pip install chatxdk`(`chat_xdk` としてインポート)
+ - **TypeScript:** `npm install @xdevplatform/chat-xdk`(安全な鍵バックアップ用にオプションのピア依存関係 `juicebox-sdk` あり)
+ - **C#:** `dotnet add package XDevPlatform.ChatXdk` — 自己完結型で、macOS、Linux、Windows 向けのネイティブライブラリを同梱
+ - **Java:** Maven Central で `com.x:chatxdk` として提供 — jar にネイティブライブラリが同梱されているため、`jna.library.path` の設定は不要
+ - **Rust:** `chat-xdk-core` はまだ crates.io に公開されていません。[リファレンス](/xchat/xchat-xdk)に記載の git 依存関係を使用してください
+
+ インストールスニペットとクイックスタートについては、[Chat XDK リファレンス](/xchat/xchat-xdk)と[Getting started](/xchat/getting-started)を参照してください。
+
+
### Articles のドラフトおよび公開エンドポイント
diff --git a/ko/changelog.mdx b/ko/changelog.mdx
index 8a2e3c0b9..24d46dfde 100644
--- a/ko/changelog.mdx
+++ b/ko/changelog.mdx
@@ -7,6 +7,20 @@ keywords: ["변경 로그", "API 업데이트", "릴리스 노트", "새로운
업데이트를 구독하려면 [**@API**](https://x.com/api)의 [**"알림 켜기"**](https://help.x.com/en/managing-your-account/notifications-on-mobile-devices#:~:text=In%20the%20top%20menu,%20you,you%20would%20like%20to%20receive)를 활성화하세요.
+
+ ### 이제 Chat XDK를 공개 패키지 레지스트리에서 사용할 수 있습니다
+
+ [Chat XDK](/xchat/xchat-xdk)가 공개 패키지 레지스트리에 게시되어, 이제 각 언어의 표준 패키지 관리자로 설치할 수 있습니다. 더 이상 소스에서 빌드할 필요가 없습니다.
+
+ - **Python:** `pip install chatxdk` (`chat_xdk`로 임포트)
+ - **TypeScript:** `npm install @xdevplatform/chat-xdk` (보안 키 백업을 위한 선택적 피어 의존성 `juicebox-sdk`)
+ - **C#:** `dotnet add package XDevPlatform.ChatXdk` — macOS, Linux, Windows용 네이티브 라이브러리를 포함한 자체 완결형 패키지
+ - **Java:** Maven Central에서 `com.x:chatxdk`로 제공 — jar에 네이티브 라이브러리가 포함되어 있어 `jna.library.path` 설정이 필요 없습니다
+ - **Rust:** `chat-xdk-core`는 아직 crates.io에 공개되지 않았습니다. [레퍼런스](/xchat/xchat-xdk)에 설명된 git 의존성을 사용하세요
+
+ 설치 스니펫 및 빠른 시작은 [Chat XDK 레퍼런스](/xchat/xchat-xdk)와 [시작하기](/xchat/getting-started)를 참조하세요.
+
+
### Articles 초안 작성 및 게시 엔드포인트
diff --git a/pt/changelog.mdx b/pt/changelog.mdx
index 278c54b65..2f6e3440c 100644
--- a/pt/changelog.mdx
+++ b/pt/changelog.mdx
@@ -7,6 +7,20 @@ keywords: ["registro de alterações", "atualizações da API", "notas de versã
Para se inscrever para receber atualizações, [**"Ative as notificações"**](https://help.x.com/en/managing-your-account/notifications-on-mobile-devices#:~:text=In%20the%20top%20menu,%20you,you%20would%20like%20to%20receive) para [**@API**](https://x.com/api).
+
+ ### O Chat XDK agora está disponível em registros públicos de pacotes
+
+ O [Chat XDK](/xchat/xchat-xdk) agora está publicado em registros públicos de pacotes, então você pode instalá-lo com o gerenciador de pacotes padrão da sua linguagem — sem precisar compilar a partir do código-fonte.
+
+ - **Python:** `pip install chatxdk` (importa como `chat_xdk`)
+ - **TypeScript:** `npm install @xdevplatform/chat-xdk` (dependência opcional `juicebox-sdk` para backup seguro de chaves)
+ - **C#:** `dotnet add package XDevPlatform.ChatXdk` — autocontido, com bibliotecas nativas para macOS, Linux e Windows incluídas
+ - **Java:** disponível no Maven Central como `com.x:chatxdk` — o jar inclui as bibliotecas nativas, dispensando a configuração de `jna.library.path`
+ - **Rust:** `chat-xdk-core` ainda não está no crates.io — use a dependência do git indicada na [referência](/xchat/xchat-xdk)
+
+ Consulte a [Referência do Chat XDK](/xchat/xchat-xdk) e o [Guia de introdução](/xchat/getting-started) para snippets de instalação e guias de início rápido.
+
+
### Endpoints de rascunho e publicação de Articles