packages-v0.4.83

t8y2/dbxpackages-v0.4.83Sep 8, 2026by github-actions[bot]

AI Summary

DBX Packages 0.4.83 introduces precompiled native binaries for macOS, Linux, and Windows, allowing the MCP server and CLI to run directly without a Node.js runtime.

Key Highlights

  • Precompiled native binaries for macOS, Linux, and Windows
  • Native archives run without Node.js
  • Separate release from the DBX desktop application
  • Verification via SHA256SUMS

New Features

  • Native MCP server binary (dbx-mcp)
  • Native CLI binary (dbx)
  • Standalone execution capability
  • SHA256 checksum verification for binaries

Full Release Notes

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

Recommended npm installation:

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

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.