arcade-core
Arcade Core - Core library for Arcade platform
What it is and what it does
Arcade Core is a foundational library for the Arcade platform ecosystem. It provides the core abstractions and utilities that Arcade toolkits build upon: a tool catalog system for discovering and organizing tools, configuration and schema validation via pydantic, authentication and authorization primitives, comprehensive error types, and observability features including telemetry. The package is designed to be installed alongside Arcade toolkit packages that extend its capabilities with domain-specific tools.
The library handles the plumbing that Arcade toolkits need: loading toolkit modules, managing tool metadata, validating configurations, and providing common utilities. It depends on httpx for HTTP operations, loguru for logging, pydantic for schema validation, pyjwt for authentication tokens, and posthog for telemetry, among others. It targets modern Python versions and is marked production-stable.
Use it for:
- Building or extending Arcade platform toolkits by providing the core toolkit loading and catalog infrastructure.
- Implementing authentication and authorization flows using the built-in auth provider utilities.
- Standardizing configuration and schema validation across Arcade ecosystem packages via pydantic integration.
- Adding observability and telemetry to Arcade-based applications through the telemetry utilities.
- Managing and organizing tool discovery in applications that use multiple Arcade toolkit packages.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Arcade Core provides foundational components for the Arcade platform, including tool catalog management, configuration handling, authentication, error handling, and telemetry utilities.
Yes, if you are building on the Arcade platform or using Arcade toolkits—it is a required foundation. The package is actively maintained, has no known vulnerabilities, uses a permissive MIT license, and has low install friction. Install it as a dependency of Arcade toolkit packages rather than directly unless you are developing Arcade extensions.
Install
arcade-core on PyPI
pip
pip install arcade-coreuv
uv add arcade-corepoetry
poetry add arcade-coreInstalling arcade-core
Before you install
Low install friction with a pure-Python wheel distribution. Marked as active maintenance with a recent release 36 days ago. Supports Python 3.10 through 3.13.
License in practice
MIT license (permissive) means you can use, modify, and distribute this package freely in commercial and open-source projects with minimal restrictions.
Quickstart
pip install arcade-core
import arcade_core
from arcade_core import ToolCatalog, Toolkit
catalog = ToolCatalog()
toolkit = Toolkit.from_module(some_arcade_module)
Requires Python 3.10 or later.
Verify before relying
- Whether the 12 runtime dependencies are all required for basic usage or if some are optional.
- Specific authentication providers and security utilities included beyond the description.
- Whether telemetry/posthog integration is opt-in or enabled by default.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 12 — httpx, loguru, packaging, portalocker, posthog, pydantic, pyjwt, pyyaml, toml, types-python-dateutil, types-pytz, types-toml |
| Maintenance | actively maintained — 36 days since the last release |
| First released | |
| Downloads | 311,443/month — #7,734 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: arcade_core-4.11.0-py3-none-any.whl
Tags
More Application Frameworks packages
FastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
textualTextual is a Python framework for building…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
mcpBuild and connect to Model Context Protocol…
permissive · top 1,000 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
arcade-serveArcade Serve provides FastAPI and Model Context…
permissive · top 15,000 on PyPI
arcade-tdkArcade TDK provides decorators, authentication…
permissive · top 15,000 on PyPI
arcade-mcpFramework for building Model Context Protocol…
permissive · top 15,000 on PyPI
microsoft-agents-a365-observability-coreProvides OpenTelemetry-based telemetry,…
permissive · top 15,000 on PyPI
cua-coreCua Core provides shared utilities, helper…
unclear · top 15,000 on PyPI
arcade-mcp-serverArcade MCP Server provides a FastAPI-like…
permissive · top 15,000 on PyPI
craft-partsCraft Parts provides a declarative framework…
unclear · top 15,000 on PyPI
arcadepyProvides a typed Python client library for the…
permissive · top 15,000 on PyPI
microsoft-agents-a365-runtimeProvides core runtime utilities, environment…
permissive · top 15,000 on PyPI
llama-index-coreLlamaIndex Core provides foundational…
permissive · top 5,000 on PyPI