v0.7.0
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 callingjulenny-fheneed 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:.shon Linux,.ps1on Windows. - PowerShell parity — every example script now exists as
.ps1. - Solo self-test support in the MCP —
create_self_test_permissionandresolve_matches, so an agent can drive a full self-test without ever receiving plaintext or the result positions. crypto self-testruns with no arguments.- Keysetup guidance fixes —
next_stepreports 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
.debnow declares dependencies (jq,curl,xxd). Install withsudo apt install ./julenny-toolkit-linux-amd64.deb, notdpkg -i, which leaves it unconfigured.
Upgrading from 0.6.0: the binary is now
julenny-toolkit. The oldjulenny-fheis gone.
The Windows installer is not yet code-signed; SmartScreen may show an "unknown publisher" prompt — click More info → Run anyway.