packages-v0.4.81

thewh1teagle/pyannote-rspackages-v0.4.81Sep 7, 2026by github-actions[bot]

AI Summary

Provides precompiled native binaries for DBX MCP and CLI tools across macOS, Linux, and Windows, allowing users to run the tools without Node.js.

Key Highlights

  • Native binaries available for macOS, Linux, and Windows
  • Native archives run directly without Node.js
  • Installation methods include npm global install and direct archive download
  • Separate release from the desktop application

New Features

  • Precompiled native binaries for MCP and CLI
  • SHA256 verification support
  • Cross-platform support (macOS, Linux, Windows)

Full Release Notes

DBX MCP and CLI 0.4.81 provide precompiled native binaries for macOS, Linux, and Windows.

Recommended npm installation:

```bash
npm install -g @dbx-app/mcp-server@0.4.81
```

Native archives run without Node.js. Download the archive matching your operating system and CPU, verify it with `SHA256SUMS`, extract `dbx-mcp` (or `dbx-mcp.exe`), and configure your MCP client to run it directly.

The CLI archives use the `dbx-cli-*` prefix. Verify them with `CLI-SHA256SUMS`, extract `dbx` (or `dbx.exe`), and run it directly without Node.js.

This package release is separate from the DBX desktop application release and is intentionally not marked as the repository's latest release.