packages-v0.4.78

data-privacy-stack/presidiopackages-v0.4.78Sep 2, 2026by github-actions[bot]

AI Summary

DBX MCP and CLI 0.4.78 provides precompiled native binaries for macOS, Linux, and Windows, allowing the MCP server and CLI tools to run without a Node.js environment.

Key Highlights

  • Native precompiled binaries for macOS, Linux, and Windows.
  • Runs without Node.js dependency using direct executable files.
  • Includes SHA256 checksum verification for security.
  • Separate release from the DBX desktop application.

New Features

  • Native precompiled binaries for MCP server and CLI
  • Node.js-free execution capability
  • SHA256 verification for downloaded archives

Full Release Notes

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

Recommended npm installation:

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

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.