Skip to content

Releases: PiQrypt/piqrypt

v1.7.1 — TrustGate + 9 bridges (major release)

Choose a tag to compare

@PiQrypt PiQrypt released this 23 Mar 09:11

What's new

Major release — completes the 4-layer PiQrypt stack.

TrustGate — AI governance engine (new)
Deterministic policy engine that intercepts agent actions before execution.

  • Outcomes: ALLOW / REQUIRE_HUMAN / BLOCK / QUARANTINE
  • Zero AI, zero heuristics — same input always produces same output
  • Built-in compliance profiles: EU AI Act Art.12/14, ANSSI R25/R29, NIST AI RMF
  • Hash-chained audit journal — every decision is signed and verifiable
  • Human approval queue with configurable timeout
  • REST API on port 8422

9 framework bridges (complete)
LangChain · CrewAI · AutoGen · MCP · Ollama · Session · OpenClaw · ROS2 · Raspberry Pi

AgentSession — cross-framework co-signed audit trails (new)
First tool to provide cryptographic co-signatures across framework boundaries.
A CrewAI agent, an AutoGen agent, and an Ollama model in the same verifiable session.

Install:
pip install piqrypt==1.7.1
piqrypt start --tier free # Vigil · port 8421
piqrypt start --tier business # + TrustGate · port 8422

Protégé par deux dépôts e-Soleau INPI :

  • DSO2026006483 — 19 février 2026
  • DSO2026009143 — 12 mars 2026

PiQrypt — The memory of your agents stays with you. Always.
contact@piqrypt.com · https://piqrypt.com

v1.6.0 — Key rotation continuity

Choose a tag to compare

@PiQrypt PiQrypt released this 26 Feb 16:03

What's new

Solves the key rotation memory gap — when an agent rotates its keys,
its full history is now reconstructable across rotation boundaries.

  • load_full_history(agent_id) — traverses the full rotation chain automatically
  • piqrypt history <agent_id> — CLI command with rotation markers
  • SQLite index extended: successor_agent_id, session_id columns
  • Existing index.db files auto-migrated on first use, no data loss

Install:
pip install piqrypt==1.6.0

Agents

Choose a tag to compare

@PiQrypt PiQrypt released this 24 Feb 17:25
v1.1.0

integration

v1.0.0 — Initial public release

Choose a tag to compare

@PiQrypt PiQrypt released this 24 Feb 10:54

Initial release

PiQrypt — cryptographic identity and audit layer for autonomous AI agents.

  • Ed25519 agent signatures (AISS-1.0)
  • Dilithium3 post-quantum signatures (AISS-2.0)
  • Hash chain verification + fork detection
  • A2A handshake — co-signed agent interactions
  • RFC 3161 trusted timestamps
  • Memory system (Free: plaintext, Pro: AES-256-GCM encrypted)
  • 32 CLI commands
  • Free tier: no account, no cloud, no signup

pip install piqrypt
piqrypt identity create my_agent
piqrypt stamp my_agent --payload '{"action":"test"}'
piqrypt verify my_agent