packages-v0.4.62
t8y2/dbxpackages-v0.4.62Aug 14, 2026by github-actions[bot]
AI Summary
This release provides precompiled native binaries for the DBX MCP and CLI tools across macOS, Linux, and Windows. Users can run these tools directly without installing Node.js by downloading and verifying specific archives.
Key Highlights
- Precompiled native binaries for MCP and CLI tools
- Cross-platform support (macOS, Linux, Windows)
- No Node.js dependency required
- Separate release from the desktop application
New Features
- Native binaries for MCP and CLI tools
Full Release Notes
DBX MCP and CLI 0.4.62 provide precompiled native binaries for macOS, Linux, and Windows. Recommended npm installation: ```bash npm install -g @dbx-app/mcp-server@0.4.62 ``` 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.