Skip to content

v0.7.0

Choose a tag to compare

@JuLennyLtd JuLennyLtd released this 18 Aug 04:22
· 58 commits to main since this release

Customer-side client for the JuLenny FHE Platform: CLI, MCP server, and desktop app for privacy-preserving multi-party computation where the platform only ever sees ciphertext.

What's new in 0.7.0

  • Renamed to julenny-toolkit — CLI, packages and install paths. Scripts calling julenny-fhe need updating.
  • Example scripts ship in both packages — the integration reference for every function, with sample data, plus a helper (julenny-toolkit-examples) that asks which side of the collaboration this machine is and copies only that side. Each platform gets only the scripts it can run: .sh on Linux, .ps1 on Windows.
  • PowerShell parity — every example script now exists as .ps1.
  • Solo self-test support in the MCPcreate_self_test_permission and resolve_matches, so an agent can drive a full self-test without ever receiving plaintext or the result positions.
  • crypto self-test runs with no arguments.
  • Keysetup guidance fixesnext_step reports every round you owe rather than only the current one; the finalize step reads the platform response correctly; peer instructions no longer name a path that exists on nobody's machine.
  • Installer clears the examples tree on upgrade and pins the CLI path for the Claude Desktop connector.

Downloads

Platform File
Windows (app + CLI + MCP) julenny-toolkit-setup-windows-amd64.exe
Linux (CLI + MCP installer) julenny-toolkit-linux-amd64.deb
Linux (raw CLI binary) julenny-toolkit-linux-amd64

Verify with sha256sum -c SHA256SUMS.

The .deb now declares dependencies (jq, curl, xxd). Install with sudo apt install ./julenny-toolkit-linux-amd64.deb, not dpkg -i, which leaves it unconfigured.

Upgrading from 0.6.0: the binary is now julenny-toolkit. The old julenny-fhe is gone.

The Windows installer is not yet code-signed; SmartScreen may show an "unknown publisher" prompt — click More info → Run anyway.