packages-v0.4.77
cebeuq/Synthid-Bypasspackages-v0.4.77Sep 1, 2026by github-actions[bot]
AI Summary
This release provides precompiled native binaries for macOS, Linux, and Windows for the DBX MCP server and CLI, allowing users to run these tools without the need for Node.js.
Key Highlights
- Precompiled native binaries for macOS, Linux, and Windows.
- Native archives run without Node.js.
- Verification via SHA256SUMS checksums.
- Separate package release from the DBX desktop application.
New Features
- Native binaries for DBX MCP server (dbx-mcp, dbx-mcp.exe)
- Native binaries for DBX CLI (dbx, dbx.exe)
Full Release Notes
DBX MCP and CLI 0.4.77 provide precompiled native binaries for macOS, Linux, and Windows. Recommended npm installation: ```bash npm install -g @dbx-app/mcp-server@0.4.77 ``` 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.