--- 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

When your server is launched, you can check that everything's OK by going to http://localhost:5232/ with your browser!

Want more? Why don't you check our wonderful documentation?

What's New?

{% assign releases = site.github.releases | where:"draft",false | reverse %}

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