packages-v0.4.57

t8y2/dbxpackages-v0.4.57Aug 9, 2026by github-actions[bot]

AI Summary

Releases precompiled native binaries for the MCP server and CLI tools that run independently of Node.js on macOS, Linux, and Windows.

Key Highlights

  • Native binaries available for macOS, Linux, and Windows.
  • Executables run without Node.js runtime installed.

New Features

  • Native MCP server binaries
  • Native CLI binaries

Full Release Notes

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

Recommended npm installation:

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

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.