This document lists all third-party open-source projects included in ARIA and their respective licenses.
IMPORTANT: This project includes components with different licenses. Please review LICENSE_COMPLIANCE.md for detailed information about license compatibility and legal obligations.
Current Status: ARIA (MIT) + AGPL v3 components = LICENSE CONFLICT
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
Copyright (C) 2024 AI Hawk FOSS
- Project: Jobs Applier AI Agent (AIHawk)
- Source: https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk
- Version: Latest (see vendor/aihawk/UPSTREAM_VERSION.md)
- License: AGPL v3
- License File: vendor/aihawk/LICENSE
- Purpose: LinkedIn and Indeed job application automation
- Modifications: Custom ARIA extensions in
aria_extensions/
License Summary:
- ✅ You may use, modify, and distribute this software
⚠️ You must disclose source code when distributing⚠️ Network use triggers disclosure (if users access over network, you must provide source)⚠️ Modified versions must also be AGPL v3⚠️ No warranty provided
Full License: https://www.gnu.org/licenses/agpl-3.0.en.html
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
Copyright (C) 2007 Free Software Foundation, Inc.
- Project: Skyvern
- Source: https://github.com/Skyvern-AI/skyvern
- Version: v1.0.9 (see vendor/skyvern/UPSTREAM_VERSION.md)
- License: AGPL v3
- License File: vendor/skyvern/LICENSE
- Purpose: Browser automation with vision-based form filling
- Modifications: Custom ARIA extensions in
aria_extensions/
License Summary:
- ✅ You may use, modify, and distribute this software
⚠️ You must disclose source code when distributing⚠️ Network use triggers disclosure (if users access over network, you must provide source)⚠️ Modified versions must also be AGPL v3⚠️ No warranty provided
Full License: https://www.gnu.org/licenses/agpl-3.0.en.html
MIT License
Copyright (c) 2024 Gregor Zunic
- Project: browser-use
- Source: https://github.com/browser-use/browser-use
- Version: 0.5.2 (see vendor/browser-use/UPSTREAM_VERSION.md)
- License: MIT
- License File: vendor/browser-use/LICENSE
- Purpose: AI-powered browser automation
- Modifications: Custom ARIA extensions in
aria_extensions/
License Summary:
- ✅ You may use, modify, and distribute freely
- ✅ Commercial use allowed
- ✅ No disclosure requirements
- ✅ Can be used in proprietary software
⚠️ Must include copyright notice⚠️ No warranty provided
Full License: https://opensource.org/licenses/MIT
MIT License
Copyright (c) 2023 MLDSAI Inc., Richard Abrich, and contributors.
- Project: OpenAdapt
- Source: https://github.com/OpenAdaptAI/OpenAdapt
- Version: Latest (see vendor/openadapt/UPSTREAM_VERSION.md)
- License: MIT
- License File: vendor/openadapt/LICENSE
- Purpose: Desktop automation with learn-by-demonstration
- Modifications: Custom ARIA extensions in
aria_extensions/
License Summary:
- ✅ You may use, modify, and distribute freely
- ✅ Commercial use allowed
- ✅ No disclosure requirements
- ✅ Can be used in proprietary software
⚠️ Must include copyright notice⚠️ No warranty provided
Full License: https://opensource.org/licenses/MIT
ARIA also depends on numerous Python packages installed via pip/conda. Key licenses include:
| Package | License | Purpose |
|---|---|---|
| LangChain | MIT | LLM orchestration |
| LangGraph | MIT | Agent workflow graphs |
| FastAPI | MIT | REST API framework |
| Streamlit | Apache 2.0 | UI dashboard |
| Playwright | Apache 2.0 | Browser automation |
| Redis (client) | MIT | State storage client |
| Qdrant (client) | Apache 2.0 | Vector database client |
| Pydantic | MIT | Data validation |
| PyAutoGUI | BSD 3-Clause | Desktop automation |
For a complete list, see pyproject.toml or run:
pip-licenses --format=markdownARIA uses external services that have their own licenses:
| Service | License | Purpose |
|---|---|---|
| Redpanda | BSL 1.1 (Business Source License) | Event streaming (Kafka-compatible) |
| Redis | BSD 3-Clause (or SSPL for newer versions) | State storage |
| Qdrant | Apache 2.0 | Vector database |
| Ollama | MIT | Local LLM runtime |
Note: These are typically run as separate Docker containers and do not affect ARIA's license directly, but users should be aware of their terms.
| Source License | ARIA MIT | Notes |
|---|---|---|
| MIT → MIT | ✅ Compatible | No restrictions |
| Apache 2.0 → MIT | ✅ Compatible | Must preserve Apache notices |
| BSD → MIT | ✅ Compatible | Must preserve BSD notices |
| AGPL v3 → MIT | ❌ INCOMPATIBLE | Requires ARIA to be AGPL |
You MUST:
- ✅ Comply with AGPL v3 terms (disclose source code)
- ✅ Provide source code to network users
- ✅ License your modifications under AGPL v3
- ✅ Include copyright notices from all dependencies
You CANNOT:
- ❌ Use ARIA in proprietary software without open-sourcing it
- ❌ Offer ARIA as a SaaS without publishing source code
- ❌ Claim ARIA is MIT-licensed (it's a combined AGPL work)
You MAY:
- ✅ Use ARIA under MIT license
- ✅ Use in proprietary/commercial projects
- ✅ No disclosure requirements
But:
⚠️ You lose AIHawk and Skyvern functionality⚠️ Requires code refactoring
When using ARIA, you must include:
- This notice in your distributions
- Copyright notices from all dependencies
- License texts from all dependencies
This software includes components from:
- browser-use (MIT) © 2024 Gregor Zunic
- OpenAdapt (MIT) © 2023 MLDSAI Inc., Richard Abrich, and contributors
- AIHawk (AGPL v3) © 2024 AI Hawk FOSS
- Skyvern (AGPL v3) © 2007 Free Software Foundation, Inc.
See THIRD_PARTY_LICENSES.md for full details.
When updating vendored projects:
- Check for license changes in upstream
- Update UPSTREAM_VERSION.md with new commit hash
- Review new copyright holders
- Update this file if licenses changed
- Ensure ARIA extensions remain compatible
Command:
cd vendor/<project>
git fetch origin
git diff HEAD origin/main -- LICENSEIf you find a license issue:
- Check LICENSE_COMPLIANCE.md first
- Open an issue at https://github.com/mahdinavaei/aria/issues
- Email mahdinavaei1367@gmail.com for urgent matters
This document is provided for informational purposes only and does not constitute legal advice.
- ARIA's authors are not responsible for license compliance of derivative works
- Users are responsible for ensuring their use complies with all applicable licenses
- Consult a qualified attorney for specific legal guidance
Full text: https://www.gnu.org/licenses/agpl-3.0.txt
Key excerpt (Section 13 - Remote Network Interaction):
Notwithstanding any other provision of this License, if you modify the Program, your modified version must prominently offer all users interacting with it remotely through a computer network (if your version supports such interaction) an opportunity to receive the Corresponding Source of your version by providing access to the Corresponding Source from a network server at no charge...
Full text: https://opensource.org/licenses/MIT
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.
For questions about licensing, see LICENSE_COMPLIANCE.md
Last Updated: February 7, 2026