Open-Source Licenses
AIVE ONE Beta is built with the help of these open-source projects. We are grateful for the communities behind them.
Core Dependencies
The following open-source software is used in AIVE ONE Beta products.
| Package | Version | Licence | Description |
| Node.js | 22.x | MIT | JavaScript runtime for server infrastructure |
| Chromium (Electron) | 32.x | BSD-3 | Browser engine powering the desktop application |
| React | 19.x | MIT | UI component library for the web editor |
| Three.js | 0.170+ | MIT | 3D rendering engine for motion graphics and hero effects |
| FFmpeg | 7.x | LGPL-2.1 | Multimedia framework for video encoding and decoding |
| esbuild | 0.24+ | MIT | JavaScript bundler and minifier |
| Swift (Apple) | 6.x | Apache-2.0 | Programming language for macOS and iOS native apps |
UI & Frontend
| Package | Version | Licence | Description |
| Zustand | 5.x | MIT | Lightweight state management for React |
| Radix UI | 1.x | MIT | Unstyled accessible UI primitives |
| Framer Motion | 11.x | MIT | Animation library for React components |
| D3.js | 7.x | ISC | Data visualisation for waveforms and scopes |
| Floating UI | 1.x | MIT | Tooltip and popover positioning engine |
Media & Processing
| Package | Version | Licence | Description |
| libx264 | latest | GPL-2.0 | H.264 video encoder |
| libx265 | latest | GPL-2.0 | H.265/HEVC video encoder |
| libaom | 3.x | BSD-2 | AV1 video codec (AOMedia Video 1) |
| libopus | 1.5+ | BSD-3 | Opus audio codec for low-latency audio |
| libvpx | 1.14+ | BSD-3 | VP8/VP9 video codec |
| Sharp | 0.33+ | Apache-2.0 | High-performance image processing for thumbnails |
AI & Machine Learning
| Package | Licence | Description |
| Anthropic Claude API | Commercial | AI language model powering editing assistant and analysis features |
| Whisper | MIT | Speech recognition for auto-subtitles and transcription |
| ONNX Runtime | MIT | Cross-platform inference engine for on-device AI models |
| Silero VAD | MIT | Voice activity detection for audio analysis |
Backend & Infrastructure
| Package | Version | Licence | Description |
| PostgreSQL | 16.x | PostgreSQL | Primary relational database |
| Redis | 7.x | BSD-3 | In-memory cache and session store |
| Express | 4.x | MIT | Web framework for API services |
| Jose | 5.x | MIT | JWT signing and verification |
| Zod | 3.x | MIT | TypeScript-first schema validation |
Fonts
| Font | Licence | Usage |
| Geist | OFL-1.1 | Primary UI typeface |
| Geist Mono | OFL-1.1 | Code and monospace display |
Third-Party Attribution
AIVE ONE Beta integrates with and references various third-party products and services. These are the property of their respective owners and are used solely for identification and interoperability purposes.
- Apple — Final Cut Pro, ProRes, Apple Log, Core Audio, Metal, AVFoundation are trademarks of Apple Inc.
- Adobe — Premiere Pro, After Effects, and Adobe Audition are trademarks of Adobe Inc.
- Blackmagic Design — DaVinci Resolve is a trademark of Blackmagic Design Pty Ltd.
- Dolby — Dolby Atmos is a trademark of Dolby Laboratories.
- Google — YouTube, Chrome, VP9, and WebM are trademarks of Google LLC.
- Meta — Instagram and Facebook are trademarks of Meta Platforms, Inc.
- ByteDance — TikTok is a trademark of ByteDance Ltd.
For the full trademark attribution list, see our Trademarks page.
Licence Compliance
AIVE takes open-source licence compliance seriously. Here is how we ensure compliance across our products.
LGPL Compliance (FFmpeg)
FFmpeg is linked dynamically in AIVE ONE Beta, in compliance with LGPL-2.1. Users may replace the FFmpeg shared library with a compatible version of their choosing.
- FFmpeg source code is available at ffmpeg.org
- Our build configuration and patches are available upon request at legal@aive.one
- Dynamic linking allows library replacement without modifying AIVE ONE Beta
GPL Compliance (libx264 / libx265)
H.264 and H.265 encoding libraries are loaded as separate processes via FFmpeg, maintaining licence boundary separation. The AIVE ONE Beta application itself is not distributed under GPL.
- Codec libraries are distributed as independent shared objects
- Source code for GPL components is available upon request
- Users may substitute alternative codec implementations
MIT / BSD / Apache Compliance
All MIT, BSD, and Apache-2.0 licensed dependencies include their required copyright notices and licence texts in the application bundle.
- Licence files are bundled in the
LICENSES directory of the application
- Accessible via Help > Open Source Licenses in the app menu
- A machine-readable SBOM (SPDX format) is available on request
Patent and Codec Licensing
AIVE ONE Beta holds the necessary patent licenses for H.264 (AVC) and H.265 (HEVC) encoding and decoding via the MPEG LA and Access Advance licensing programs. AV1 is royalty-free under the AOMedia patent licence.
Compliance inquiries: If you have questions about our open-source compliance, need source code for GPL components, or require an SBOM for audit purposes, contact
legal@aive.one.
Licence Texts
Full licence texts for the primary licenses used by our dependencies.
MIT Licence
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
Apache Licence 2.0
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
BSD 3-Clause Licence
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
LGPL 2.1
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Full text: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
SIL Open Font Licence 1.1
This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: http://scripts.sil.org/OFL
The fonts can be used freely in products and projects — print and digital, commercial and otherwise.
Further Information
For third-party trademark attributions, see our Trademarks page.
For information about AIVE ONE Beta's own licensing terms, see our Terms of Service.
Questions about licensing? Contact legal@aive.one.