
## Vary Compiler Licence

The Vary compiler, runtime, and associated tools are proprietary software, free to use for personal, educational, and commercial purposes. Code you write with Vary is yours and is not subject to this licence.

You may not redistribute, reverse engineer, or create derivative works of the compiler. Licence terms may be updated in future releases. Each release is governed by the licence that ships with it.

The full licence text is at `/opt/vary/LICENSE` inside the Docker image.

## Open-source components

The standard library, examples, LLM skill, and VS Code extension are all released under the MIT license.

| Component | Licence |
|-----------|---------|
| Compiler, CLI, runtime | Proprietary (free to use) |
| varyup (toolchain manager) | MIT |
| Standard library | MIT |
| Examples | MIT |
| LLM skill | MIT |
| VS Code extension | MIT |

## Third-party licences

For a complete list of third-party dependencies and their licences, see [What we ship](/docs/what-we-ship/).
