Prerequisites
- Python 3.9+ (or Node.js 18+ for TypeScript)
- A terminal
Option 1 — Python SDK (Local)
1. Install
Building from source? Requires Rust + maturin:
2. Run your first FHE gate
3. Try the FHE-blind server mode
In production, the server holds only the evaluation key (not the secret key):Option 2 — REST API (No install)
Get a free trial key, then call the API directly:Option 3 — TypeScript SDK
Next Steps
- All gate operations — build a 1-bit adder from NAND gates
- GPU acceleration — 5.2 ms/gate with batch evaluation
- API Reference — full endpoint documentation