LIQUIDATOR'S STATEMENT
On 27 November 2025, Alexander Watkins and Joshua James Dwyer of Interpath Ltd were appointed as Joint Liquidators of Secretarium Ltd (the 'Company').
Immediately following their appointment, the company ceased to trade and the Joint Liquidators are taking steps to realise the company's assets. If the assets, including the company's intellectual property, are of interest to you, please email samwise.wheeler@interpath.com.
Further information regarding the liquidation of Secretarium Ltd is available to creditors at www.ips-docs.com (the 'Portal').
Please contact alessia.solazzo@interpath.com to request a password for access to the Portal.
Alexander Watkins and Joshua James Dwyer are authorised to act as insolvency practitioners by the Institute of Chartered Accountants in England & Wales. We are bound by the Insolvency Code of Ethics.
Your code,
instantly honest.
Secure by default. Verifiable by anyone. Confidential computing made frictionless with WebAssembly and TEEs.
The next generation of PaaS
Klave is a serverless platform with privacy, verifiability, and integrity built-in. Go from idea to enclave: scaffold, build, and deploy WebAssembly apps into secure TEEs in minutes.
Our Klave adopters
Why choose Klave?
Your data and code protected at every stage
Deploy within Trusted Execution Environments, ensuring both confidentiality and integrity at all times.
In Transit
In Use
At Rest
Smallest trusted computing base (TCB)
No containers. No guest OS. Just your app inside the enclave. The smallest TCB for stronger guarantees.
Attest and verify execution
TEE attestation proves the right code runs in a verified, untampered enclave, ensuring both code and data remain confidential and tamper-proof throughout execution.
Lightning-fast
Instantly responsive. No cold starts, just lightning-fast performance with WebAssembly.
Protect Your AI.
Power Your Agents.
Klave AI - Beyond Confidential Inference
Modern AI workflows are more than just inference, and leverage private data throughout. Klave AI secures your entire AI workflow: agents, private data retrieval, and secure inference while maintaining full auditability.
Built on secure enclaves, Klave AI keeps your models, prompts, and data confidential by default, without compromising performance or flexibility.
Key Features. Designed for developers, built for security.
Serverless by Design, Hardware Secured
Deploy apps directly into a cluster of TEEs.
End-to-End Confidentiality and Integrity
In use, in transit, and at rest.
Cryptographic Attestation at Every Step
Prove your app runs the right code in the right enclave.
Seamless Developer Integration
Klave fits right into the tools devs already love.
Fast. Cheap. Energy-Efficient
Near-native performance with no cold starts.
Built on WebAssembly
Portable, secure, and lightweight.
How to Build Modern Applications with our SDK
Encrypted. Tamper-Proof. Built for Trust.
A per-app NoSQL database that's encrypted, integrity-verified, and tamper-evident.
1import { Ledger } from '@klave/sdk';
2
3@serializable
4export class StoreInput {
5 key!: string;
6 value!: string;
7}
8/**
9* @transaction
10*/
11export function storeInLedger(input: StoreInput): void {
12 Ledger.getTable("MY_TABLE").set(input.key, input.value);
13}
14/**
15* @query
16*/
17export function retrieveFromLedger(key: string): void {
18 let value = Ledger.getTable("MY_TABLE").get(key);
19}Seamless Deployment
Scaffold a new app.
Generate a project with Klave.
Build your app.
Develop with privacy-first, secure computation.
Deploy your app.
Push it to Klave's secure network.
Attest your app.
Verify its integrity with cryptographic proof.
Supported languages
Klave empowers developers to build secure, high-performance applications using WebAssembly. We currently support AssemblyScript and Rust, providing lightweight and efficient execution in Trusted Execution Environments (TEEs).
Go support is planned for Q2. Follow our roadmap for updates.