Open Source Licenses
varsafe is built on the shoulders of excellent open-source software. This page lists the key libraries distributed as part of our dashboard and CLI, along with their respective licenses.
Dashboard
Libraries bundled into the web application served to your browser.
| Library | License | Package |
|---|---|---|
| React | MIT | react, react-dom |
| React Router | MIT | react-router-dom |
| TanStack Query | MIT | @tanstack/react-query |
| Radix UI | MIT | @radix-ui/react-dialog, react-popover, react-slot |
| Lucide | ISC | lucide-react |
| class-variance-authority | Apache-2.0 | class-variance-authority |
| Tailwind Merge | MIT | tailwind-merge |
| clsx | MIT | clsx |
| date-fns | MIT | date-fns |
| Zod | MIT | zod |
| Zustand | MIT | zustand |
| Sonner | MIT | sonner |
| React Day Picker | MIT | react-day-picker |
| QRCode.react | ISC | qrcode.react |
| FingerprintJS | MIT | @fingerprintjs/fingerprintjs |
| SimpleWebAuthn | MIT | @simplewebauthn/browser |
CLI
Libraries included in the varsafe command-line tool.
| Library | License | Package |
|---|---|---|
| NestJS | MIT | @nestjs/common, @nestjs/core |
| Commander | MIT | commander |
| Ink | MIT | ink, ink-gradient, ink-link, ink-spinner |
| React | MIT | react |
| Inquirer | MIT | @inquirer/prompts |
| Ora | MIT | ora |
| Figlet | MIT | figlet |
| QRCode | MIT | qrcode |
| Luxon | MIT | luxon |
| simple-git | MIT | simple-git |
| picocolors | ISC | picocolors |
| reflect-metadata | Apache-2.0 | reflect-metadata |
| Zod | MIT | zod |
| Zustand | MIT | zustand |
| jsonc-parser | MIT | jsonc-parser |
| EventSource | MIT | eventsource |
License Summary
The vast majority of our dependencies use the MIT license. A few use ISC (functionally equivalent to MIT) and Apache 2.0 (permissive with patent grant). None of our distributed dependencies use copyleft licenses (GPL, AGPL, SSPL).