Skip to main content

Licensing

1claw uses a split licensing model. Client-side packages are fully open source under the MIT license. Server-side infrastructure is proprietary and accessed via 1claw.xyz.

MIT (free to use commercially)

PackagenpmLicense
@1claw/sdknpmMIT
@1claw/mcpnpmMIT
@1claw/clinpmMIT
@1claw/openapi-specnpmMIT

You can use, modify, and redistribute these packages in commercial projects without restriction. The full MIT license text is in each package's LICENSE file.

Proprietary (access via 1claw.xyz)

ComponentDescription
Vault APIHSM-backed secrets engine, policy engine, billing, auth
DashboardNext.js web UI at 1claw.xyz
ShroudTEE LLM proxy running on GKE Confidential Nodes (AMD SEV-SNP)
Intents signing backendTransaction signing inside the TEE

These run as managed services. You interact with them through the MIT-licensed SDK, CLI, and MCP server.

Why this split?

The packages you install and run locally should be MIT so you can vendor, fork, or extend them without legal friction. The infrastructure that holds your keys and runs inside hardware security modules is proprietary because it requires managed HSM/TEE infrastructure that can't be self-hosted trivially.

Self-hosting

The Vault API source code is in the 1claw monorepo under a proprietary license. If you need a self-hosted deployment (e.g., for air-gapped environments or regulatory requirements), contact ops@1claw.xyz to discuss Enterprise licensing.