--- layout: default ---

{{ site.title }}

{{ site.description }}

About {{ site.title }}

{{ site.title }} is a small but powerful CalDAV (calendars, todo-lists) and CardDAV (contacts) server, that:

Installation

{{ site.title }} is really easy to install and works out-of-the-box.

$ pip install radicale
$ radicale --verbose
Listening to localhost port 5232
Radicale server ready

What's new?

{% if site.github.releases %} {% assign releases = site.github.releases | where:"draft",false | sort:"created_at" | reverse %} {% assign latest_release = releases[0] %} {% endif %}

Latest version of {{ site.title }} is {{ latest_release.tag_name }}, released on {{ latest_release.created_at | date: "%B %-d, %Y" }} (changelog).