Radicale Review, Pricing & Features

Learn what Radicale offers for self-hosted calendars and contacts: CalDAV/CardDAV support, features, pricing (free/open source), and FAQs.

Category
Calendar
Pricing
Free and open source (self-hosted), from Free
Verified
Not yet
Last updated
July 19, 2026
Founded
2008
Headquarters
Lyon, France (Kozea)
WindowsOpen SourceSelf-HostedMac

Overview

Radicale is a lightweight, open-source CalDAV and CardDAV server that lets individuals and small teams self-host their own calendars, to-do lists, journals, and contact lists instead of relying on a third-party cloud provider. Development began at the end of 2008, and the project has been maintained continuously since by creator Guillaume Ayoub and the Kozea collective based in Lyon, France.

The project's guiding principle is simplicity: it aims to work out of the box with little to no configuration, storing data as plain files on disk rather than requiring a database server. This makes Radicale easy to install, back up, and reason about, even for users without deep sysadmin experience.

Key Features

Radicale supports the core CalDAV and CardDAV standards for syncing events, to-dos, journal entries, and vCard-based contacts, and it works with a broad range of client apps including Thunderbird, Apple Calendar and Contacts, DAVx5 on Android, and GNOME Evolution. Data is stored in a simple file-system folder structure, which simplifies backups, version control, and migration.

Authentication is pluggable, with built-in support for htpasswd, PAM, and LDAP backends, plus a configurable rights system for fine-grained authorization. Radicale can terminate TLS connections directly, and its plugin architecture allows further extension of authentication, storage, and web interface behavior.

Pricing

Radicale is entirely free and open source under the GPLv3 license. There is no commercial company selling licenses, subscriptions, or hosted plans; users install and run it on their own server, VPS, NAS, or home lab hardware.

The only ongoing cost is the infrastructure used to host it and, optionally, a domain name and TLS certificate if not using Radicale's built-in TLS support. Support comes from the project's documentation, GitHub issues, and community channels rather than a paid help desk.

Key Features

Pros & Cons

Pros

  • Completely free and open source with no licensing costs
  • Very lightweight and simple to install compared to full groupware suites
  • File-based storage makes backups and migration straightforward
  • Actively maintained since 2008 with regular releases
  • Works with a wide range of standard CalDAV/CardDAV clients
  • Proven in demanding production settings, including high-volume scheduling use

Cons

  • Deliberately implements a subset of the CalDAV/CardDAV standards rather than full spec coverage
  • No official company or commercial support contract
  • Lacks a built-in polished web UI comparable to full groupware platforms
  • Requires self-hosting and basic sysadmin knowledge to deploy securely
  • No native mobile app; relies entirely on third-party CalDAV/CardDAV clients
  • Scaling to very large multi-tenant deployments requires additional planning

Pricing

Frequently Asked Questions

Is Radicale free to use?

Yes. Radicale is free and open source under the GPLv3 license with no paid tiers, subscriptions, or usage limits.

What protocols does Radicale support?

Radicale implements CalDAV for calendars, to-dos, and journal entries, and CardDAV for contacts, accessible over standard HTTP/HTTPS.

How does Radicale store data?

Radicale stores all calendar and contact data directly on the file system in a simple folder structure, rather than requiring a separate database server.

What clients work with Radicale?

Radicale is compatible with most standard CalDAV and CardDAV clients, including Thunderbird, Apple Calendar and Contacts, DAVx5 on Android, and GNOME Evolution.

Who created Radicale?

Radicale was created by French developer Guillaume Ayoub, with development beginning at the end of 2008, and is maintained by the Kozea collective based in Lyon, France.

Can Radicale handle authentication and access control?

Yes. It supports pluggable authentication backends such as htpasswd, PAM, and LDAP, along with a configurable rights system for authorization.

Does Radicale need a separate web server?

No. Radicale can run standalone and even terminate TLS connections directly, though many deployments still place it behind nginx or Apache for added hardening.

Is Radicale suitable for production use?

Yes. The project maintainers note that some users run Radicale in production for demanding workloads, including medical scheduling systems handling thousands of requests per day.

Related Tools