How It WorksCompliancePricing DocsVerifyGet Started
The Regulated Data Layer

Your code. Your data.
An environment where nothing persists.

Nanorix is a sealed workspace for processing regulated data. Your existing code runs inside. Results come out. When you're done, you destroy it — and get cryptographic proof for your auditor.

50 capsules/month free · Python & TypeScript SDKs · No credit card

The Problem

~30% of your operations touch regulated data.
That 30% costs you 95% of your compliance budget.

Patient records, financial data, PII — your team processes it every day. It hits disk, lands in logs, persists in caches. Then you spend months producing evidence for the auditor that it was handled properly.

What if that 30% ran in an environment where data physically cannot persist?

How It Works

A sealed workspace. Your workflow. Nothing changes.

Think of it like Docker — but every container touching regulated data is a Nanorix capsule instead. Volatile memory only. No disk. No network. When you're done, you destroy it.

Activate

Create a capsule. Mount your Capsulefile with your code & deps.

Work

Upload data. Run computation. Download results. Any order. Your workflow.

End

You decide when. Destroy the capsule. Everything is wiped. Nothing survives.

Proof

CDP generated automatically. Cryptographic evidence for your auditor.

Nothing about how you work changes. Where you work changes. And that change gives you the guarantee — and the proof — automatically.

What Remains

The data is gone. The proof stays.

Every capsule produces two artifacts when destroyed. The data is cryptographically eliminated. What remains is evidence.

Shareable

CDP

The Cryptographic Destruction Proof. 8-step SHA-512 hash chain with Ed25519 signature. This is what you hand to auditors, regulators, your customers, a court. Anyone can verify it independently — no Nanorix account needed.

Tamper-evident · Independently verifiable · Works offline · Survives Nanorix

Private

Capsule Record

Your complete operational history. Everything in the CDP plus the full activity trail — every file uploaded, every execution, every result downloaded, all with hashes and timestamps. Your legal defense document.

Attorney work product · Complete chain of custody · Your file, not ours

Compliance

Whatever framework you're under.

Every CDP maps destruction evidence to the specific provisions your auditor needs. We map the evidence. Your framework tells you which provisions it addresses.

HIPAA

164.310(d)(1)

Media disposal. No media to re-use — volatile memory only.

SOC 2

CC6.5

Data disposal controls. 8-step verified destruction chain.

GDPR

Art.17 · Art.5(1)(e)

Right to erasure. Storage limitation. Proof generated in seconds.

CCPA/CPRA

1798.105

Right to delete. CDP proves deletion for capsule-processed data.

NIST

800-53 MP-6 · 800-88

Media sanitization. Purge/Destroy level verified.

ISO 27001

A.8.3.2

Disposal of media using formal procedures. CDP is the verification.

PCI DSS

Req 3.1 · 9.4.6

Data disposal. Cardholder data destroyed with evidence.

EU AI Act

Art.10(2) · 10(5)

Training data governance. Privacy-preserving handling with proof.

Your framework

 

CDPs map to any framework with destruction or disposal provisions. Bring yours.

Factual regulatory references, not compliance certifications. Nanorix provides destruction evidence. Your compliance team provides the context.

Integration

Your existing code. Ten lines to integrate.

Python and TypeScript SDKs. Capsulefiles bundle your dependencies. Route your regulated data operations through Nanorix instead of your own infrastructure.

pipeline.py
from nanorix import Client client = Client("nrx_live_...") # Your code, your deps, sealed workspace capsule = client.create_capsule( capsulefile_id="cf_your_bundle" ) capsule.upload("patient_records.csv") result = capsule.exec("python analyze.py") # You decide when. Proof generated automatically. cdp = capsule.destroy() # Data is gone. Proof stays. db.save(cdp.capsule_id, cdp.json())

Capsulefile

Bundle your code + dependencies once. Mount on every capsule. Your runtime, your libraries, your entrypoint.

Workspace pattern

Create a capsule, work for hours. Upload, execute, download — any order, any number of times. Destroy when done.

One-shot

client.run() — create, upload, execute, download, destroy in one call. Same capsule, same proof.

Pricing

$0.05 per capsule. 50 free every month.

Every capsule includes: sealed workspace, volatile memory, 6-layer isolation, CDP, Capsule Record, regulatory context mapping.

Free
$0
50 capsules/month
  • 5 min safety ceiling
  • 3 concurrent capsules
  • CDP + Capsule Record
  • All compliance mappings
  • Independent verification
Get API Key
Developer
Per Capsule
$0.05
Unlimited capsules
  • Extended safety ceiling
  • Priority email support
  • Everything in Free
Get Started
Enterprise
Custom
Volume pricing
  • Unlimited everything
  • 99.9% SLA
  • BAA available
  • Dedicated Slack + engineering
  • Private deployment
Talk to an Engineer
FAQ

Questions.

What is a capsule?+

A sealed ephemeral workspace. Isolated Linux namespaces, volatile memory only (tmpfs), no disk, no network, 6-layer isolation. Your code runs inside. You control the lifecycle — create, work, destroy on your terms. When destroyed, a CDP is generated as cryptographic evidence.

What is a CDP?+

A Cryptographic Destruction Proof. An 8-step SHA-512 hash chain with Ed25519 signature that proves data was destroyed. Anyone can verify it independently — in a browser, CLI, or with any Ed25519 library. No Nanorix account needed. Works offline.

Does my data leave my control?+

Your data enters a sealed workspace that only you interact with. The capsule has no network — nothing can exfiltrate. When you destroy it, the data is cryptographically eliminated. The CDP and Capsule Record are the only things that remain. The data is gone.

How do I use my existing code?+

Create a Capsulefile — a YAML definition of your runtime, dependencies, and entrypoint. Build it once, mount it on every capsule. Your Python scripts, Node services, whatever you use today runs inside the capsule the same way it runs on your machine.

Who controls when the capsule is destroyed?+

You do. There is no timer. The capsule is a workspace — create it, work for five seconds or five hours, destroy when you decide. A safety ceiling exists only to prevent orphaned capsules if your process crashes. It is protection, not a countdown.

What is the difference between CDP and Capsule Record?+

The CDP is the shareable proof — what you hand to auditors and third parties. It proves destruction. The Capsule Record is your private, complete operational history — the full activity trail of everything that happened in the capsule. It is your legal defense document. Your file, not shared casually.

What frameworks does the CDP address?+

Every CDP maps destruction evidence to specific regulatory provisions: HIPAA 164.310(d)(1), SOC 2 CC6.5, GDPR Art.17, CCPA 1798.105, NIST 800-53 MP-6, NIST 800-88, ISO 27001 A.8.3.2, PCI DSS Req 3.1, EU AI Act Art.10. These are factual references, not certifications. If your framework has destruction or disposal provisions, CDPs map to it.

Get Started

Route your regulated data through Nanorix.