🍃 Cross-platform CalDAV task management app.
TypeScript
393
1,763 commits
updated Sep 22, 2026
Chiri is a cross-platform CalDAV task management app for organizing tasks across devices.
It syncs with CalDAV servers like Fastmail, Nextcloud, Radicale, Baikal, and so on, so your tasks stay up to date anywhere.
To date, it features:
If you found Chiri useful, please consider donating!
I work on Chiri during my free time as a student, so every amount, however small, helps with rent and food costs. Thank you :)
Skip to each platform section: Windows | macOS | Linux
winget install SapphicAngels.Chiri
scoop bucket add extras
scoop install extras/chiri
Free code signing on Windows is graciously provided by ↗ SignPath.io, certificate by the ↗ SignPath Foundation.
brew install --cask chiri
Chiri is available via nixpkgs.
{ pkgs, ... }:
{
environment.systemPackages = [
pkgs.chiri
];
}
Chiri is available as an AppImage via GitHub releases.
Chiri is available on the AUR (Arch User Repository).
yay -S chiri # (building from source)
yay -S chiri-bin # (pre-built binary)
Chiri is available for Debian-based systems as a direct package via GitHub releases.
Chiri is available in Fedora Copr.
sudo dnf copr enable chloe/chiri
sudo dnf install chiri
Or as a direct package via GitHub releases:
Chiri is available via nixpkgs.
{ pkgs, ... }:
{
environment.systemPackages = [
pkgs.chiri
];
}
For development instructions and source builds, see ↗ Building from source.
Chiri is licensed under the ↗ zlib/libpng license.
See ↗ Privacy for details on what data Chiri processes and how.
Found a security issue? Please report it privately. See ↗ Security for details.
TypeScript
87.2%
Rust
8.9%
Nix
1.4%
🍃 Cross-platform CalDAV task management app.
TypeScript
393
1,763 commits
updated Sep 22, 2026
Chiri is a cross-platform CalDAV task management app for organizing tasks across devices.
It syncs with CalDAV servers like Fastmail, Nextcloud, Radicale, Baikal, and so on, so your tasks stay up to date anywhere.
To date, it features:
If you found Chiri useful, please consider donating!
I work on Chiri during my free time as a student, so every amount, however small, helps with rent and food costs. Thank you :)
Skip to each platform section: Windows | macOS | Linux
winget install SapphicAngels.Chiri
scoop bucket add extras
scoop install extras/chiri
Free code signing on Windows is graciously provided by ↗ SignPath.io, certificate by the ↗ SignPath Foundation.
brew install --cask chiri
Chiri is available via nixpkgs.
{ pkgs, ... }:
{
environment.systemPackages = [
pkgs.chiri
];
}
Chiri is available as an AppImage via GitHub releases.
Chiri is available on the AUR (Arch User Repository).
yay -S chiri # (building from source)
yay -S chiri-bin # (pre-built binary)
Chiri is available for Debian-based systems as a direct package via GitHub releases.
Chiri is available in Fedora Copr.
sudo dnf copr enable chloe/chiri
sudo dnf install chiri
Or as a direct package via GitHub releases:
Chiri is available via nixpkgs.
{ pkgs, ... }:
{
environment.systemPackages = [
pkgs.chiri
];
}
For development instructions and source builds, see ↗ Building from source.
Chiri is licensed under the ↗ zlib/libpng license.
See ↗ Privacy for details on what data Chiri processes and how.
Found a security issue? Please report it privately. See ↗ Security for details.
TypeScript
87.2%
Rust
8.9%
Nix
1.4%