Open Source Licenses
ClawButler is open-source software licensed under the Apache License 2.0. We gratefully acknowledge the following open-source projects that make ClawButler possible.
Apache License 2.0
ClawButler itself is distributed under the Apache License 2.0. The full license text is available in the LICENSE file in the project repository.
Web (Next.js)
| Package | License |
|---|---|
| next | MIT |
| react / react-dom | MIT |
| next-auth | ISC |
| tailwindcss | MIT |
| @sentry/nextjs | MIT |
| posthog-js | MIT |
| bcryptjs | MIT |
| sonner | MIT |
Mobile (Expo)
| Package | License |
|---|---|
| expo | MIT |
| react-native | MIT |
| expo-router | MIT |
| @tanstack/react-query | MIT |
| zustand | MIT |
| @sentry/react-native | MIT |
| expo-clipboard | MIT |
| expo-notifications | MIT |
| expo-secure-store | MIT |
| react-native-safe-area-context | MIT |
| react-native-screens | MIT |
| react-native-svg | MIT |
| @expo/vector-icons | MIT |
| uuid | MIT |
API (FastAPI)
| Package | License |
|---|---|
| fastapi | MIT |
| uvicorn | BSD-3-Clause |
| sqlalchemy | MIT |
| asyncpg | Apache-2.0 |
| alembic | MIT |
| pydantic | MIT |
| structlog | MIT / Apache-2.0 |
| sentry-sdk | MIT |
| httpx | BSD-3-Clause |
| pyjwt | MIT |
| bcrypt | Apache-2.0 |
| cryptography | BSD / Apache-2.0 |
| websockets | BSD-3-Clause |
| valkey | MIT |
| fpdf2 | LGPL-3.0 |
| pywebpush | MPL-2.0 |
CLI
| Package | License |
|---|---|
| typer | MIT |
| httpx | BSD-3-Clause |
| rich | MIT |