Skip to content

v0.1.4

Latest

Choose a tag to compare

@asyade asyade released this 01 Sep 08:15
· 19 commits to main since this release

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.app or 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 .exe installer is not included (Windows-only build step). The portable zip contains a single tdmcp-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-daemon

macOS (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-daemon

Windows (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" install

Then finish with:

tdmcp-daemon install

Builds are unsigned/notarization-free for now. macOS: xattr -cr or System Settings ▸ Privacy & Security. Windows SmartScreen: More info → Run anyway. Verify against SHA256SUMS.txt.