sndev.io / docs

License Activation

Activate your sn CLI license.

Release builds of the sn CLI require a valid license file. The CLI looks for a .sn-license file in the project root, or at the path specified by SN_LICENSE_PATH.
Place license file
# Copy your license file to the project root
cp ~/Downloads/my-org.sn-license ./sn-skills.sn-license
Use sn ops to explore available skills and operations before activating a license.
Development builds (0.0.0-dev) skip license checks entirely. If you're building from source with bun run cli/sn.ts, no license is needed.