Full Changelog: https://github.com/Verbalize-public/td-mcp-rs/commits/v0.1.4
Build notes (v0.1.4, built locally while CI is down):
- macOS binaries are unsigned / ad-hoc signed and not notarized — Gatekeeper will block first launch:
xattr -cr /Applications/tdmcp.appor allow in System Settings ▸ Privacy & Security.- Windows zip is an x86_64-pc-windows-gnu (MinGW) cross-build rather than the usual msvc build, and the Inno Setup
.exeinstaller is not included (Windows-only build step). The portable zip contains a singletdmcp-daemon.exe.- Verify downloads against
SHA256SUMS.txt.
Install (no Rust toolchain needed)
Each asset is one self-contained binary — the one-click Windows installer (.exe) is arriving soon; until then these manual steps take about a minute.
macOS (DMG)
hdiutil attach tdmcp-rs-0.1.4-*.dmg
cp -R /Volumes/td-mcp-rs*/tdmcp.app /Applications/
hdiutil detach /Volumes/td-mcp-rs*
xattr -cr /Applications/tdmcp.app # unsigned build — clears the Gatekeeper block
sudo ln -sf /Applications/tdmcp.app/Contents/MacOS/tdmcp-daemon /usr/local/bin/tdmcp-daemonmacOS (tar.gz, bare binary)
tar -xzf tdmcp-rs-0.1.4-*.tar.gz
sudo cp tdmcp-daemon /usr/local/bin/ && xattr -cr /usr/local/bin/tdmcp-daemonWindows (zip) — expand somewhere stable, add the folder to PATH (or use the full path in your editor config):
Expand-Archive tdmcp-rs-0.1.4-x86_64-pc-windows-gnu.zip -DestinationPath "$env:LOCALAPPDATA\Programs\tdmcp-rs"
& "$env:LOCALAPPDATA\Programs\tdmcp-rs\tdmcp-daemon.exe" installThen finish with:
tdmcp-daemon installBuilds are unsigned/notarization-free for now. macOS:
xattr -cror System Settings ▸ Privacy & Security. Windows SmartScreen: More info → Run anyway. Verify againstSHA256SUMS.txt.