No description
  • JavaScript 48.9%
  • Dart 26.8%
  • Rust 13%
  • C++ 5.5%
  • CMake 4%
  • Other 1.7%
Find a file
wireva 1ea6061b07
Some checks failed
Build Flutter APK / build (push) Failing after 2m53s
/ build (push) Successful in 3m23s
Store events in local time instead of UTC
Closes #35
2026-07-24 01:02:41 +02:00
.forgejo/workflows auto create calendar for new user 2026-07-07 16:11:50 +02:00
api Store events in local time instead of UTC 2026-07-24 01:02:41 +02:00
backend Store events in local time instead of UTC 2026-07-24 01:02:41 +02:00
deploy update readme 2026-07-12 02:01:27 +02:00
dev fix web sqlite and old client persistence after login 2026-06-22 18:41:22 +02:00
frontend Store events in local time instead of UTC 2026-07-24 01:02:41 +02:00
screenshots update readme 2026-07-12 02:01:27 +02:00
.gitignore oauth works 2026-04-23 00:55:06 +02:00
.gitlab-ci.yml init 2026-03-05 00:12:48 +01:00
analysis_options.yaml integrate frontend with backend (generated client) 2026-03-18 17:06:43 +01:00
docker-compose.yml init 2026-03-05 00:12:48 +01:00
Dockerfile fixed? 2026-06-22 16:10:39 +02:00
LICENSE add license 2026-06-19 01:16:31 +02:00
logo.svg rebrand 2026-04-13 17:21:11 +02:00
README.md update readme 2026-07-12 02:01:27 +02:00

Calunder

Self-hosted Google Calendar Alternative


Under heavy development, alpha release soon!

Desktop Week View Mobile Month View

👾 Features

  • Synced Calendars between your devices without dealing with CalDAV
  • Modern UI
  • Web Client and Mobile App built in flutter with animations
  • Backend built in Rust running on sqlite
  • Sync Ical Calendars
  • Runs on your own server
  • Planned: Share calendars with users on the same instance
  • Planned: Share calendars as an iCal link

⚙️ Installation

Make sure you have docker or podman and a compose tool installed.

Download the docker-compose.yml and .env.example file from the deploy and place them in an empty folder. Edit the files for your environment and run docker compose up -d. The compose file assumes you use traefik.

You should now be able to open the URL you deployed it at in a web browser or with the app.

📱 Mobile App

There are currently no stable releases and no store releases, you can get the latest APK here (click the top workflow)

iOS is not supported for now. If you want to maintain it, please open an issue.