-
v26.8.1
StableAll checks were successfulChecks / Prek / Pre-commit & Formatting (push) Successful in 1m13sChecks / Prek / Check changed files (push) Successful in 6sBuild / Debian DEB / build (amd64, debian-latest) (push) Successful in 9m10sBuild / Debian DEB / build (amd64, debian-oldstable) (push) Successful in 8m36sBuild / Debian DEB / build (amd64, ubuntu-latest) (push) Successful in 8m29sBuild / Debian DEB / build (amd64, ubuntu-previous) (push) Successful in 8m24sBuild / Debian DEB / build (arm64, debian-latest) (push) Successful in 9m9sBuild / Debian DEB / build (arm64, debian-oldstable) (push) Successful in 9m15sBuild / Debian DEB / build (arm64, ubuntu-latest) (push) Successful in 9m20sBuild / Debian DEB / build (arm64, ubuntu-previous) (push) Successful in 9m29sBuild / Static via Nix / Build conduwuit-linux-static-amd64 Binary (push) Successful in 25m30sBuild / Static via Nix / Build conduwuit-linux-static-arm64 Binary (push) Successful in 19m44sBuild / Static via Nix / Build conduwuit-haswell-linux-static-amd64-maxperf Binary (push) Successful in 56m12sDocumentation / Build and Deploy Documentation (push) Successful in 1m32sBuild / Static via Nix / Build conduwuit-linux-static-arm64-maxperf Binary (push) Successful in 34m20sBuild / Static via Nix / Release Binaries (push) Successful in 22sRelease Docker Image / Build linux-amd64 (release) (push) Successful in 9m22sRelease Docker Image / Build linux-arm64 (release) (push) Successful in 8m59sRelease Docker Image / Create Multi-arch Release Manifest (push) Successful in 16sRelease Docker Image / Build linux-amd64 (max-perf) (push) Successful in 32m16sRelease Docker Image / Build linux-arm64 (max-perf) (push) Successful in 32m41sRelease Docker Image / Create Max-Perf Manifest (push) Successful in 16sRelease Docker Image / Release Binaries (push) Successful in 20sChecks / Prek / Clippy and Cargo Tests (push) Successful in 9m23sRelease Docker Image / Mirror Images (push) Successful in 4m34sreleased this
2026-08-22 23:57:24 +00:00 | 76 commits to main since this releaseContinuwuity is a community-driven Matrix chat server, designed to be efficient and easy to run
Experts aren't real it's all just a tgirl in a hoodie on a thinkpad
Boo! Surprise release! It's a good one, too - we've hugely improved the reliability of federation, again! We've upgraded our tracking of remote servers to automatically notice when they come back online, and re-resolve the addresses of servers that have moved!
If you're feeling a little experimental, you can enable
allow_sticky_eventsand try out the Matrix 2.0 version of Element Call (in its developer tools). On top of that, we've resolved (badum tss) a boatload of bugs. Improvements in sync, Simplified Sliding Sync and spaces! That's a lot of S's!This release also conains a security fix (SEC30).
Features
- Added new health tracking to monitor the health of remote servers and intelligently back-off federation globally with automatic stale re-resolution.
(#2097) - Added MSC4354 sticky events (and MSC4480 for sliding sync), behind the
allow_sticky_eventsconfig option. Contributed by @eleboucher. - Added scoped typing updates to Simplified Sliding Sync (MSC4508). Contributed by @eleboucher.
- Added MSC4186 direct, encrypted, and room-type list filters to Simplified Sliding Sync, resolving invited rooms from their stripped invite state. Contributed by
@eleboucher.
Bugfixes
- Re-introduced admin room registration alerts that were accidentally removed in the OAuth2 update. (#2057)
- Fixed federation PDUs received during remote joins being dropped before their room state was available. Contributed by @eleboucher.
(#2063) - Resolve membership service by correct name for auto-join. Contributed by @Aranjedeath (#2082)
- Fixed simplified sliding sync reporting the number of live timeline events. Contributed by @eleboucher. (#2083)
- Plugged a logic gap that may have been allowing Continuwuity to process events with incorrect room versions under certain conditions. Contributed by @nex.
(#2106) - The OAuth 2.0 device authorization endpoint now rejects clients which did not register the device code grant type, instead of issuing them a device code. The token endpoint now returns the
unauthorized_clienterror code when a client requests a grant type it did not register, instead ofinvalid_grant. Contributed by @mmaudet.
(#2110) - Events arriving after one of their children has already been backfilled are no longer used as forward extremities. Contributed by @eleboucher.
(#2115) - Fixed federated space hierarchies omitting rooms restricted to members of private spaces. Contributed by @eleboucher. (#2132)
- A panic during transaction handling will no longer cause the handle tracker to reference a stale transaction, which caused federation between two servers to fail until continuwuity was restarted.
Contributed by @nex. (#2137) - Fixed event tracking forgetting to mark soft-failed/rejected events as referenced, which caused a build-up of incorrectly unreferenced events, triggering frequent dummy squashes and associated state
resets. (#2164) - Fixed left/banned rooms sometimes not coming down sync.
- Fixed local events dropping forward extremities they did not reference. Contributed by @eleboucher.
- Fixed missed wake-ups and stale responses in legacy and sliding sync long polls. Contributed by @eleboucher.
- Fixed space hierarchy depth limits, child ordering, and non-space child traversal. Contributed by @eleboucher.
- Fixed state resolution ordering room creators as having no power level. Contributed by @eleboucher.
- Fixed sync loops being woken before membership changes are fully committed.
- Fixed typing notifications not interrupting a sync long poll. Contributed by @eleboucher.
- Preserve all users' read receipts when batching room receipt updates.
- Fixed MSC4323 suspend/lock admin endpoints: the lock endpoint now locks instead of suspending users, and error codes match the
ratified spec. Contributed by @eleboucher.
Improved Documentation
- Refactor TURN docs and remove unsafe setups. Polish LiveKit docs. Add guidance for TURNS-over-443 multiplexing for both LiveKit and legacy calls. Contributed by @stratself
(#1740) - Updated the docs to reflect the current default User-Agent for URL previews (#2079)
- Added missing documentation to config parameters. Contributed by @renegadespork (#2107)
- Generic deployment documentation: Use
/etc/caddy/Caddyfileinstead of/etc/caddy/conf.d/*paths, which do not exist on a majority of Caddy installations.
(#2117) - Add caveat and workaround for container resolution (e.g. for dockerized appservices) when using mounted
/etc/resolv.conf. Contributed by @stratself - Livekit docs, troubleshooting section: Advise using
host-gatewaymagic address forlk-jwt-servicecontainer to loop back to host, instead of the other incomplete/incorrect workarounds.
Contributed by @stratself - Livekit docs:
room.auto_create: falseis now included in defaultlivekit.yaml, followinglk-jwt-servicerecommendation. - Replace deprecated
docker-composecommands withdocker composeto reflect latest Docker changes. - Update backup instructions: the right paths for
.sstfiles are now in$DATABASE_BACKUP_PATH/private/<number>path instead of$DATABASE_BACKUP_PATH/<number>. Contributed by @stratself
Misc
- Updated admin command names (list-users -> list, list-rooms -> list, and reload-mods -> reload), old names are now aliases. Contributed by @PerformativeJade (#2033)
- Updated Ruma dependencies. Contributed by @eleboucher.
Get Continuwuity
Docker Images
- Forgejo:
forgejo.ellis.link/continuwuation/continuwuity:v26.8.1
Mirrors (may be outdated):
- Docker Hub:
docker.io/jadedblueeyes/continuwuity:v26.8.1 - GitHub:
ghcr.io/continuwuity/continuwuity:v26.8.1 - GitLab:
registry.gitlab.com/continuwuity/continuwuity:v26.8.1
You can also use the
latesttag for the most recent release.First-party Packages
Community Packages
Binaries
Plain binaries are distributed below. They require glibc and liburing to work - most distributions already have these installed.
Static binaries are built with musl, and will work on any Linux distribution.
From Source
See our deployment documentation for instructions on building from source.
Downloads
-
Source code (ZIP)
5 downloads
-
Source code (TAR.GZ)
72 downloads
- Added new health tracking to monitor the health of remote servers and intelligently back-off federation globally with automatic stale re-resolution.
-
v26.8.0-alpha.1
Pre-releaseAll checks were successfulChecks / Prek / Pre-commit & Formatting (push) Successful in 1m10sChecks / Prek / Check changed files (push) Successful in 8sBuild / Debian DEB / build (amd64, debian-latest) (push) Successful in 8m53sBuild / Debian DEB / build (amd64, debian-oldstable) (push) Successful in 8m12sBuild / Debian DEB / build (amd64, ubuntu-latest) (push) Successful in 8m22sBuild / Debian DEB / build (arm64, debian-latest) (push) Successful in 10m48sBuild / Debian DEB / build (amd64, ubuntu-previous) (push) Successful in 13m1sBuild / Debian DEB / build (arm64, debian-oldstable) (push) Successful in 8m59sBuild / Debian DEB / build (arm64, ubuntu-latest) (push) Successful in 9m24sBuild / Debian DEB / build (arm64, ubuntu-previous) (push) Successful in 9m4sBuild / Static via Nix / Build conduwuit-linux-static-amd64 Binary (push) Successful in 24m3sBuild / Static via Nix / Build conduwuit-haswell-linux-static-amd64-maxperf Binary (push) Successful in 53m19sBuild / Static via Nix / Build conduwuit-linux-static-arm64 Binary (push) Successful in 22m3sDocumentation / Build and Deploy Documentation (push) Successful in 1m7sBuild / Static via Nix / Build conduwuit-linux-static-arm64-maxperf Binary (push) Successful in 35m34sBuild / Static via Nix / Release Binaries (push) Successful in 23sRelease Docker Image / Create Max-Perf Manifest (push) Successful in 16sChecks / Prek / Clippy and Cargo Tests (push) Successful in 9m19sRelease Docker Image / Mirror Images (push) Successful in 2m3sRelease Docker Image / Build linux-amd64 (release) (push) Successful in 13m5sRelease Docker Image / Build linux-arm64 (release) (push) Successful in 11m6sRelease Docker Image / Create Multi-arch Release Manifest (push) Successful in 15sRelease Docker Image / Build linux-amd64 (max-perf) (push) Successful in 31m28sRelease Docker Image / Build linux-arm64 (max-perf) (push) Successful in 31m54sRelease Docker Image / Release Binaries (push) Has been skippedreleased this
2026-08-13 23:26:03 +00:00 | 159 commits to main since this releaseContinuwuity is a community-driven Matrix chat server, designed to be efficient and easy to run
You've given a perfectly good computer ADHD is what you've done
Ello there. It's my turn to make a release, so today I (and the continuwuity team) am proud to present to you: v26.8.0-alpha.1! This pre-release contains many bug fixes and performance improvements. Literally. Like actually, this isn't just a low effort App Store update message. Here's a list (you love those right?) of things that have changed since v26.7.3:
Features
- Added MSC4354 sticky events, behind the
allow_sticky_eventsconfig option. Contributed by @eleboucher. - Added MSC4480 sticky events to simplified sliding sync. Contributed by @eleboucher.
- Added scoped typing updates to simplified Sliding Sync (MSC4508). Contributed by @eleboucher.
Bugfixes
- Re-introduced admin room registration alerts that were accidentally removed in the OAuth2 update. (#2057)
- Resolve membership service by correct name for auto-join. Contributed by @Aranjedeath (#2082)
- Plugged a logic gap that may have been allowing Continuwuity to process events with incorrect room versions under certain conditions. Contributed by @nex. (#2106)
- The OAuth 2.0 device authorization endpoint now rejects clients which did not register the device code grant type, instead of issuing them a device code. The token endpoint now returns the
unauthorized_clienterror code when a client requests a grant type it did not register, instead ofinvalid_grant. Contributed by @mmaudet. (#2110) - Added MSC4186 direct, encrypted, and room-type list filters, resolving invited rooms from their stripped invite state. Contributed by @eleboucher.
- Fixed left/banned rooms sometimes not coming down sync.
- Fixed missed wake-ups and stale responses in legacy and sliding sync long polls. Contributed by @eleboucher.
- Fixed sync loops being woken before membership changes are fully committed.
- Fixed typing notifications not interrupting a sync long poll. Contributed by @eleboucher.
- Preserve all users' read receipts when batching room receipt updates.
Improved Documentation
- Refactor TURN docs and remove unsafe setups. Polish LiveKit docs. Add guidance for TURNS-over-443 multiplexing for both LiveKit and legacy calls. Contributed by @stratself (#1740)
- Updated the docs to reflect the current default User-Agent for URL previews (#2079)
- Added missing documentation to config parameters. Contributed by @renegadespork (#2107)
- Generic deployment documentation: Use
/etc/caddy/Caddyfileinstead of/etc/caddy/conf.d/*paths, which do not exist on a majority of Caddy installations. (#2117) - Add caveat and workaround for container resolution (e.g. for dockerized appservices) when using mounted
/etc/resolv.conf. Contributed by @stratself - Livekit docs:
room.auto_create: falseis now included in defaultlivekit.yaml, followinglk-jwt-servicerecommendation. - Replace deprecated
docker-composecommands withdocker composeto reflect latest Docker changes. - Update backup instructions: the right paths for
.sstfiles are now in$DATABASE_BACKUP_PATH/private/<number>path instead of$DATABASE_BACKUP_PATH/<number>. Contributed by @stratself
Misc
- Updated Ruma dependencies. Contributed by @eleboucher.
Get Continuwuity
Docker Images
- Forgejo:
forgejo.ellis.link/continuwuation/continuwuity:v26.8.0-alpha.1
Mirrors (may be outdated):
- Docker Hub:
docker.io/jadedblueeyes/continuwuity:v26.8.0-alpha.1 - GitHub:
ghcr.io/continuwuity/continuwuity::v26.8.0-alpha.1 - GitLab:
registry.gitlab.com/continuwuity/continuwuity:v26.8.0-alpha.1
You can also use the
latesttag for the most recent release.First-party Packages
Community Packages
Tip
Pre-releases are not often pulled by downstream repositories.
Binaries
Plain binaries are distributed below. They require glibc and liburing to work - most distributions already have these installed.
Static binaries are built with musl, and will work on any Linux distribution.
From Source
See our deployment documentation for instructions on building from source.
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
1 download
- Added MSC4354 sticky events, behind the
-
v26.7.3
StableAll checks were successfulBuild / Debian DEB / build (amd64, debian-latest) (push) Successful in 9m20sBuild / Debian DEB / build (amd64, debian-oldstable) (push) Successful in 9m23sBuild / Debian DEB / build (amd64, ubuntu-latest) (push) Successful in 8m34sBuild / Debian DEB / build (amd64, ubuntu-previous) (push) Successful in 9m4sBuild / Debian DEB / build (arm64, debian-latest) (push) Successful in 10m27sBuild / Debian DEB / build (arm64, debian-oldstable) (push) Successful in 10m0sBuild / Debian DEB / build (arm64, ubuntu-latest) (push) Successful in 10m31sBuild / Debian DEB / build (arm64, ubuntu-previous) (push) Successful in 10m38sBuild / Static via Nix / Build conduwuit-linux-static-amd64 Binary (push) Successful in 27m10sBuild / Static via Nix / Build conduwuit-linux-static-arm64 Binary (push) Successful in 19m26sBuild / Static via Nix / Build conduwuit-haswell-linux-static-amd64-maxperf Binary (push) Successful in 55m46sDocumentation / Build and Deploy Documentation (push) Successful in 1m25sRelease Docker Image / Build linux-amd64 (release) (push) Successful in 12m22sBuild / Static via Nix / Build conduwuit-linux-static-arm64-maxperf Binary (push) Successful in 32m40sRelease Docker Image / Build linux-arm64 (release) (push) Successful in 11m37sBuild / Static via Nix / Release Binaries (push) Successful in 20sRelease Docker Image / Create Multi-arch Release Manifest (push) Successful in 18sRelease Docker Image / Build linux-amd64 (max-perf) (push) Successful in 32m5sRelease Docker Image / Build linux-arm64 (max-perf) (push) Successful in 31m19sRelease Docker Image / Create Max-Perf Manifest (push) Successful in 17sRelease Docker Image / Release Binaries (push) Successful in 15sRelease Docker Image / Mirror Images (push) Successful in 6m15sreleased this
2026-08-11 21:47:13 +00:00 | 247 commits to main since this releaseCaution
This release includes a fix for the high-severity vulnerability GHSA-v2x6-m99h-vqxx. Update as soon as possible, especially if you use Continuwuity's support for SMTP.
Continuwuity is a community-driven Matrix chat server, designed to be efficient and easy to run
assuming I'm working this calculator correctly
Hello! Apparently being on vacation doesn't preclude me from creating releases... We've got a security patch for 26.7.2 for you all today that fixes some recently-discovered vulnerabilities. It does not include any new features merged into
mainsince 26.7.2 released.Bugfixes
- Fixed a vulnerability that enabled the server to leak certain events over federation. Contributed by @eleboucher. (SEC26)
- Fixed an issue that allowed an attacker to take over another account on the same server under certain conditions. Contributed by @ginger and reported by GlitchedAxiom. (SEC28)
Get Continuwuity
Docker Images
- Forgejo:
forgejo.ellis.link/continuwuation/continuwuity:v26.7.3
Mirrors (may be outdated):
- Docker Hub:
docker.io/jadedblueeyes/continuwuity:v26.7.3 - GitHub:
ghcr.io/continuwuity/continuwuity:v26.7.3 - GitLab:
registry.gitlab.com/continuwuity/continuwuity:v26.7.3
You can also use the
latesttag for the most recent release.First-party Packages
Community Packages
Binaries
Plain binaries are distributed below. They require glibc and liburing to work - most distributions already have these installed.
Static binaries are built with musl, and will work on any Linux distribution.
From Source
See our deployment documentation for instructions on building from source.
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
56 downloads
-
v26.7.2
StableAll checks were successfulBuild / Debian DEB / build (amd64, debian-latest) (push) Successful in 10m31sBuild / Debian DEB / build (amd64, ubuntu-latest) (push) Successful in 14m42sBuild / Debian DEB / build (amd64, debian-oldstable) (push) Successful in 15m40sBuild / Debian DEB / build (amd64, ubuntu-previous) (push) Successful in 11m23sBuild / Debian DEB / build (arm64, debian-latest) (push) Successful in 12m20sBuild / Debian DEB / build (arm64, ubuntu-previous) (push) Successful in 11m39sBuild / Debian DEB / build (arm64, debian-oldstable) (push) Successful in 17m54sBuild / Debian DEB / build (arm64, ubuntu-latest) (push) Successful in 18m1sBuild / Static via Nix / Build conduwuit-linux-static-arm64 Binary (push) Successful in 20m33sBuild / Static via Nix / Build conduwuit-linux-static-amd64 Binary (push) Successful in 23m5sDocumentation / Build and Deploy Documentation (push) Successful in 1m20sBuild / Static via Nix / Build conduwuit-linux-static-arm64-maxperf Binary (push) Successful in 33m39sRelease Docker Image / Build linux-amd64 (release) (push) Successful in 14m40sBuild / Static via Nix / Build conduwuit-haswell-linux-static-amd64-maxperf Binary (push) Successful in 51m44sBuild / Static via Nix / Release Binaries (push) Successful in 33sRelease Docker Image / Build linux-arm64 (release) (push) Successful in 14m10sRelease Docker Image / Create Multi-arch Release Manifest (push) Successful in 16sRelease Docker Image / Build linux-amd64 (max-perf) (push) Successful in 31m5sRelease Docker Image / Build linux-arm64 (max-perf) (push) Successful in 30m38sRelease Docker Image / Release Binaries (push) Successful in 20sRelease Docker Image / Create Max-Perf Manifest (push) Successful in 22sRelease Docker Image / Mirror Images (push) Successful in 3m0sreleased this
2026-07-30 18:37:42 +00:00 | 251 commits to main since this releaseContinuwuity is a community-driven Matrix chat server, designed to be efficient and easy to run
look at my devs dawg i'm going to jail
This release fixes a few important fixes that slipped by the previous release, including one security fix:
Bugfixes
- Sliding sync no longer continues streaming data to a user after they are removed from a room. Contributed by @eleboucher. (SEC10)
- Valid redaction events no longer arbitrarily soft-fail and are applied correctly as expected.
- Fixed a regression that caused the server to process events for rooms it no longer has any local users in, which caused users to be reset back into rooms.
Get Continuwuity
Docker Images
- Forgejo:
forgejo.ellis.link/continuwuation/continuwuity:v26.7.2
Mirrors (may be outdated):
- Docker Hub:
docker.io/jadedblueeyes/continuwuity:v26.7.2 - GitHub:
ghcr.io/continuwuity/continuwuity:v26.7.2 - GitLab:
registry.gitlab.com/continuwuity/continuwuity:v26.7.2
You can also use the
latesttag for the most recent release.First-party Packages
Community Packages
Binaries
Plain binaries are distributed below. They require glibc and liburing to work - most distributions already have these installed.
Static binaries are built with musl, and will work on any Linux distribution.
From Source
See our deployment documentation for instructions on building from source.
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
84 downloads
-
v26.7.1
StableAll checks were successfulChecks / Prek / Check changed files (push) Successful in 6sChecks / Prek / Pre-commit & Formatting (push) Successful in 59sBuild / Debian DEB / build (amd64, debian-latest) (push) Successful in 9m6sBuild / Debian DEB / build (amd64, debian-oldstable) (push) Successful in 9m29sBuild / Debian DEB / build (amd64, ubuntu-latest) (push) Successful in 9m38sBuild / Debian DEB / build (amd64, ubuntu-previous) (push) Successful in 9m41sBuild / Debian DEB / build (arm64, debian-latest) (push) Successful in 10m0sBuild / Debian DEB / build (arm64, debian-oldstable) (push) Successful in 11m8sBuild / Debian DEB / build (arm64, ubuntu-latest) (push) Successful in 10m18sBuild / Debian DEB / build (arm64, ubuntu-previous) (push) Successful in 10m46sBuild / Static via Nix / Build conduwuit-linux-static-arm64 Binary (push) Successful in 27m56sDocumentation / Build and Deploy Documentation (push) Successful in 1m45sBuild / Static via Nix / Build conduwuit-linux-static-amd64 Binary (push) Successful in 31m42sBuild / Static via Nix / Build conduwuit-linux-static-arm64-maxperf Binary (push) Successful in 30m25sBuild / Static via Nix / Build conduwuit-haswell-linux-static-amd64-maxperf Binary (push) Successful in 42m45sBuild / Static via Nix / Release Binaries (push) Successful in 36sChecks / Prek / Clippy and Cargo Tests (push) Successful in 9m22sRelease Docker Image / Build linux-arm64 (max-perf) (push) Successful in 33m5sRelease Docker Image / Build linux-amd64 (release) (push) Successful in 15m57sRelease Docker Image / Build linux-arm64 (release) (push) Successful in 13m52sRelease Docker Image / Create Multi-arch Release Manifest (push) Successful in 20sRelease Docker Image / Build linux-amd64 (max-perf) (push) Successful in 34m3sRelease Docker Image / Release Binaries (push) Successful in 24sRelease Docker Image / Create Max-Perf Manifest (push) Successful in 28sRelease Docker Image / Mirror Images (push) Successful in 4m16sreleased this
2026-07-27 20:37:24 +00:00 | 257 commits to main since this releaseContinuwuity 26.7.1
Continuwuity is a community-driven Matrix chat server, designed to be efficient and easy to run
now I just need to figure out how you've broken the laws of mathematics on a friday evening
Hello friends! We've got another release for you all, incorporating loads of bugfixes since 26.6.0 released earlier this month. Legacy sync has gotten a fresh coat of paint, including a mitigation for the infamous bug known as !779 that caused newly joined rooms to fail to sync to clients. Various issues with appservice masquerading have been fixed as well, so E2EE-compatible appservices should work properly again. Finally, we now have official ARM64 Debian and Ubuntu packages available in our repository -- check the documentation to learn more.
The team would like to extend special thanks to everyone who updated to 26.6.0 and its patch releases, reported bugs, and help us polish everything up. Your support is critical to keeping the project together 💜
Note
26.7.1 is a retag of 26.7.0 to fix an issue with the new ARM64 deb workflow. The releases have identical code and identical binaries.
Features
- Build and publish arm64 .deb packages alongside amd64 for all supported Debian and Ubuntu releases. (#1235)
- Dehydrated devices are now visible in the account panel. Contributed by @ginger. (#1970)
- Introduce
accepted_ip_sourcesas a multiple options variant ofrequest_ip_source, allowing for more advanced deployments and making fallbacks an explicit choice. Contributed by @Omar007 (#1985) - Added an admin command to issue an access token for a bot account, to allow legacy bots to function while legacy authentication is disabled. Contributed by @ginger (#2044)
- Added support for the OAuth2 device authorization flow. Contributed by @ginger
- Added support for the stable mutual rooms query endpoint. Contributed by @ginger
Bugfixes
- Fix joining restricted rooms over federation failing with signature verification error. (fix-federation-signature)
- Fixed the client space hierarchy endpoint returning a 500 "Space hierarchy is unreasonably large" error for cyclic space graphs (e.g. a space containing itself). Rooms are now deduplicated during traversal as required by the spec, and the traversal depth is bounded even when the client does not specify
max_depth. (space-hierarchy-cycle) - Fixed simplified sliding sync holding account data for up to 30 seconds, which made encryption setup and cross-signing resets appear to hang. (sss-account-data-longpoll)
- Fixed local invites and invite acceptances not being reflected in sync promptly. Contributed by @eleboucher (wake-local-member-sync)
- Fixed the deeplink redirect for deleting devices. Contributed by @koen (#1965)
- Fix status code for oauth registration. Contributed by @n00byking (#1984)
- Exempt m.room.create from auth_events check. Contributed by @eleboucher (#1987)
- Fixed
createbeing returned as a supported prompt value regardless of if registration is enabled or not. Contributed by @ginger (#1994) - Fixed high CPU usage when multiple clients from the same account were connected at once. Each sync woke the account's other sync loops, causing them to wake each other in a loop. (#2006)
- Fixed MSC4190 appservice device creation registering a random device ID instead of the requested one (and dropping the requested display name), which prevented encrypted mautrix bridges from starting on OIDC-enabled servers and leaked an orphan device on the bridge bot per startup attempt. (#2015)
- Deactivated users and appservice puppets are no longer counted by
/_continuwuity/local_user_count. Contributed by @ginger. (#2040) - Re-introduced admin room registration alerts that were accidentally removed in the OAuth2 update. (#2057)
- Appservices are now properly able to create devices for E2EE.
- Appservices may now specify both the unstable and stable
device_idquery parameters in a request. The stable parameter will take priority. Contributed by @ginger. - Fixed
roomuserid_lastnotificationreadbeing aliased to the highlight count table, which clobbered highlight counts when setting a read marker. Contributed by @eleboucher - Fixed freshly left room failing to sync.
- Fixed newly created rooms failing to sync properly in clients using legacy sync.
- Fixed newly joined rooms failing to sync their full state (including the room name) to clients using legacy sync.
- Fixed requests returning
500 Internal Server Errorwhen the header selected byrequest_ip_sourceis absent, duplicated, or malformed (for example Envoy omittingX-Envoy-External-Addresson internal requests). The client IP now falls back to the connection peer address instead of failing the request. Contributed by @eleboucher - Resolve alias service by correct name for auto-join. Contributed by @eleboucher
Improved Documentation
- Updated an out-of-date statement about Oracle Linux release cadences. (#1999)
Get Continuwuity
Docker Images
- Forgejo:
forgejo.ellis.link/continuwuation/continuwuity:v26.7.1
Mirrors (may be outdated):
- Docker Hub:
docker.io/jadedblueeyes/continuwuity:v26.7.1 - GitHub:
ghcr.io/continuwuity/continuwuity:v26.7.1 - GitLab:
registry.gitlab.com/continuwuity/continuwuity:v26.7.1
You can also use the
latesttag for the most recent release.First-party Packages
Community Packages
Binaries
Plain binaries are distributed below. They require glibc and liburing to work - most distributions already have these installed.
Static binaries are built with musl, and will work on any Linux distribution.
From Source
See our deployment documentation for instructions on building from source.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
41 downloads
-
v26.6.2
StableAll checks were successfulChecks / Prek / Check changed files (push) Successful in 5sChecks / Prek / Pre-commit & Formatting (push) Successful in 1m15sBuild / Debian DEB / build (debian-latest) (push) Successful in 11m34sBuild / Debian DEB / build (debian-oldstable) (push) Successful in 11m43sBuild / Debian DEB / build (ubuntu-latest) (push) Successful in 7m54sBuild / Debian DEB / build (ubuntu-previous) (push) Successful in 9m47sBuild / Static via Nix / Build conduwuit-linux-static-arm64 Binary (push) Successful in 19m26sDocumentation / Build and Deploy Documentation (push) Successful in 1m3sBuild / Static via Nix / Build conduwuit-linux-static-amd64 Binary (push) Successful in 24m41sChecks / Prek / Clippy and Cargo Tests (push) Successful in 8m22sBuild / Static via Nix / Build conduwuit-linux-static-arm64-maxperf Binary (push) Successful in 33m4sBuild / Static via Nix / Build conduwuit-haswell-linux-static-amd64-maxperf Binary (push) Successful in 47m58sBuild / Static via Nix / Release Binaries (push) Successful in 25sRelease Docker Image / Create Multi-arch Release Manifest (push) Successful in 15sRelease Docker Image / Mirror Images (push) Successful in 2m22sRelease Docker Image / Build linux-amd64 (release) (push) Successful in 12m50sRelease Docker Image / Build linux-arm64 (release) (push) Successful in 11m26sRelease Docker Image / Build linux-amd64 (max-perf) (push) Successful in 32m26sRelease Docker Image / Build linux-arm64 (max-perf) (push) Successful in 32m7sRelease Docker Image / Create Max-Perf Manifest (push) Successful in 24sRelease Docker Image / Release Binaries (push) Successful in 19sreleased this
2026-07-12 21:34:16 +00:00 | 342 commits to main since this releaseContinuwuity is a community-driven Matrix chat server, designed to be efficient and easy to run
EVERY TIME I FIX AN ERROR TEN MORE APPEAR
One more time for the people in the back! This is a bugfix release that fixes a further late-arriving issue with OIDC, as well as some issues which were supposed to be fixed in the previous release but were lost because of a forge hiccup. It is recommended all deployments update as soon as possible, especially if they are using OIDC.
Bugfixes
- Fixed the server returning 500 errors if
admin_console_automaticis enabled and no TTY is available. Contributed by @s1lv3r. (#1975) - Fixed
global.oauth.compatibility_modebeing required, despite being ignored, when the[global.oauth.oidc]config section is provided. - Fixed an issue with a migration that could cause user accounts imported from an identity provider to be marked as deactivated when the server started. If you have accounts affected by this issue, use
!admin users reset-password --convert-to-local-accountto reactivate them.
Get Continuwuity
Docker Images
- Forgejo:
forgejo.ellis.link/continuwuation/continuwuity:v26.6.2
Mirrors (may be outdated):
- Docker Hub:
docker.io/jadedblueeyes/continuwuity:v26.6.2 - GitHub:
ghcr.io/continuwuity/continuwuity:v26.6.2 - GitLab:
registry.gitlab.com/continuwuity/continuwuity:v26.6.2
You can also use the
latesttag for the most recent release, orv26.6for the most recent release in the v26.6 series.First-party Packages
Community Packages
Binaries
Plain binaries are distributed below. They require glibc and liburing to work - most distributions already have these installed.
Static binaries are built with musl, and will work on any Linux distribution.
From Source
See our deployment documentation for instructions on building from source.
Downloads
-
Source code (ZIP)
13 downloads
-
Source code (TAR.GZ)
240 downloads
- Fixed the server returning 500 errors if
-
v26.6.1
StableSome checks failedChecks / Prek / Check changed files (push) Successful in 4sChecks / Prek / Pre-commit & Formatting (push) Successful in 1m8sChecks / Prek / Clippy and Cargo Tests (push) Has been cancelledBuild / Debian DEB / build (debian-latest) (push) Successful in 12m59sBuild / Debian DEB / build (debian-oldstable) (push) Successful in 13m39sBuild / Debian DEB / build (ubuntu-latest) (push) Successful in 10m40sBuild / Debian DEB / build (ubuntu-previous) (push) Successful in 12m5sBuild / Static via Nix / Build conduwuit-linux-static-arm64 Binary (push) Successful in 18m48sBuild / Static via Nix / Build conduwuit-linux-static-amd64 Binary (push) Successful in 25m1sDocumentation / Build and Deploy Documentation (push) Successful in 1m7sBuild / Static via Nix / Build conduwuit-linux-static-arm64-maxperf Binary (push) Successful in 31m15sBuild / Static via Nix / Build conduwuit-haswell-linux-static-amd64-maxperf Binary (push) Successful in 51m52sBuild / Static via Nix / Release Binaries (push) Successful in 20sRelease Docker Image / Build linux-amd64 (max-perf) (push) Successful in 53m37sRelease Docker Image / Build linux-amd64 (release) (push) Successful in 12m23sRelease Docker Image / Build linux-arm64 (release) (push) Successful in 11m46sRelease Docker Image / Create Multi-arch Release Manifest (push) Successful in 20sRelease Docker Image / Build linux-arm64 (max-perf) (push) Successful in 30m49sRelease Docker Image / Release Binaries (push) Successful in 15sRelease Docker Image / Create Max-Perf Manifest (push) Successful in 20sRelease Docker Image / Mirror Images (push) Successful in 5m41sreleased this
2026-07-12 04:09:50 +00:00 | 350 commits to main since this releaseContinuwuity is a community-driven Matrix chat server, designed to be efficient and easy to run
EDU stands for Evil Data Unit
Warning
Several very disruptive bugs have been discovered in this release. It is recommended you skip this version and instead choose the latest 26.6.X patch release.
That time again, already? This is a bugfix release that hashes over some bugs that were found shortly after releasing v26.6.0. It is recommended all deployments update as soon as possible, especially if they are using OIDC.
Features
- Added enforcement for new federated invite checks and corrected a bunch of related spec compliance issues along the way. Contributed by @nex. (#1952)
Bugfixes
- Fixed existing accounts failing to link when logging in with OIDC if
prompt_for_localpartwasfalse. (#1942) - Authentication is no longer required on the
/_matrix/client/v3/account/3pid/email/requestTokenendpoint. (#1953) - Fixed newly created rooms failing to sync properly in clients using legacy sync.
- Stopped appservice users from being erroneously marked as deactivated during a 26.6 database migration.
- Whitespace will now automatically be trimmed from the start and end of the
global.oauth.oidc.client_secret_file.
Incompatible changes
- The new validation checks performed as part of #1952 will prevent any Continuwuity server that is not up to date from sending federated invites to up-to-date servers due to spec compliance issues in prior versions. If this causes problems for you, you should downgrade or just remain on the previous version. Local invites are unaffected.
woof
Downloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
42 downloads
-
v26.6.0
StableSome checks failedChecks / Prek / Pre-commit & Formatting (push) Successful in 1m18sChecks / Prek / Check changed files (push) Successful in 6sBuild / Debian DEB / build (debian-latest) (push) Successful in 8m34sBuild / Debian DEB / build (debian-oldstable) (push) Successful in 8m37sBuild / Debian DEB / build (ubuntu-latest) (push) Successful in 9m21sBuild / Debian DEB / build (ubuntu-previous) (push) Successful in 8m20sBuild / Static via Nix / Build conduwuit-linux-static-amd64 Binary (push) Successful in 22m9sBuild / Static via Nix / Build conduwuit-linux-static-arm64 Binary (push) Successful in 16m43sBuild / Static via Nix / Build conduwuit-haswell-linux-static-amd64-maxperf Binary (push) Successful in 47m41sDocumentation / Build and Deploy Documentation (push) Successful in 1m32sBuild / Static via Nix / Build conduwuit-linux-static-arm64-maxperf Binary (push) Successful in 31m49sBuild / Static via Nix / Release Binaries (push) Successful in 22sChecks / Prek / Clippy and Cargo Tests (push) Successful in 10m1sRelease Docker Image / Build linux-arm64 (release) (push) Successful in 12m16sRelease Docker Image / Build linux-amd64 (release) (push) Successful in 9m27sRelease Docker Image / Create Multi-arch Release Manifest (push) Successful in 15sRelease Docker Image / Build linux-amd64 (max-perf) (push) Failing after 36m53sRelease Docker Image / Build linux-arm64 (max-perf) (push) Failing after 53m53sRelease Docker Image / Create Max-Perf Manifest (push) Has been cancelledRelease Docker Image / Release Binaries (push) Has been cancelledRelease Docker Image / Mirror Images (push) Has been cancelledreleased this
2026-07-10 17:28:57 +00:00 | 403 commits to main since this release
Continuwuity is a community-driven Matrix chat server, designed to be efficient and easy to run
this PR makes performance and stability WORSE. we did this because we are EVIL.
Warning
Several very disruptive bugs have been discovered in this release. It is recommended you skip this version and instead choose the latest 26.6.X patch release.
Hello friends! It's been a while. Almost three months, in fact, but we've been busy. I'm not sure how to convey how major this release is, and how excited we are for you all to get to play with it. We've changed more than thirty five thousand lines of code - a third of the codebase - and brought you some incredible features since our last release, including some of our most highly requested features ever. To mark this milestone, we've changed our versioning scheme! Continuwuity is officially out of the zerover tarpit.
In compatible clients, you'll notice a new login and registration screen. This is our newly introduced support for OAuth login, also referred to as next-generation authentication. This means it's finally possible to register new accounts in Element X! We've also added support for Single Sign On using OpenID Connect-compatible identity providers, and have removed support for LDAP per #1701.
We've fixed a longstanding design flaw with our legacy sync code which should massively reduce database sizes for old deployments and slow database growth for new ones.
We've also got an incredible amount of invisible improvements! Many improvements have been made to federation to make it faster and more reliable. You're much less likely to experience a state reset. Room upgrades are smoother and more reliable. Synchronisation with clients is more correct and reliable. Unable to Decrypt errors should be less likely when you recive lots of messages while offline. Policy server support has been updated.
Server administrators may wish to configure the new
request_ip_sourceoption to set how Continuwuity determines the client's IP address.Thanks to @julian45, our Fedora RPM packages have been replaced by packages in the Terra repository and the OpenSUSE Build Service. This means that Continuwuity is now available for EL and OpenSUSE distributions. To use these packages, please follow the new RPM guide. Users on the old
forgejo.ellis.linkRPM repositories must migrate to the new packages.Note
Updating to this release is one-way, as it includes database migrations that make it incompatible with the 0.5.x series.
Features
-
Added support for linking an external identity provider with OIDC. Contributed by @ginger. (#765)
-
Updated MSC4284: Policy Servers implementation to support the newly stabilised proposal. Contributed by @nex. (#1487)
-
Added config option for default room ACLs. Contributed by @eve. (#1691)
-
Added support for fallback encryption keys. (#1710)
-
Add
!admin users reject-all-invitesto clean invite spam (#1741) -
Implemented event rejection, which should resolve and prevent future netsplits of the kinds observed
within some Continuwuity rooms.
Also resolved several bugs related to both soft-failing events, and event backfilling, which should
improve state resolution stability.
The!admin debug get-pducommand was updated to disambiguate event acceptance status, and
!admin debug show-auth-chainwas added to visually display event auth chains, which may assist
developers in debugging strangely complex events. -
Added full support for MSC4168: Update
m.space.*state on room upgrade. Contributed by @nex. (#1807) -
Improved the performance and reliability of fetching missing events, improving network partition recovery. Contributed
by @nex. (#1818) -
Added static builds using Nix, allowing for Continuwuity on musl. During this, we also introduced a
max-perf-haswellpackage, separating it frommax-perf, so you may want to swap to this if you are on NixOS. Contributed by @Henry-Hiles (QuadRadical). (#1853) -
Added support for MSC4380 invite blocking, which has become part of the Matrix specification in v1.18. Contributed by @nex. (#1875)
-
Added
!admin debug get-state-atcommand (#1877) -
Added a configuration option to allow choosing a client IP source that is not the TCP connecting IP. Contributed by @nex. (#1931)
-
Added support for MSC4466, which allows clients to customize how changes to a user's global profile are propagated. Contributed by @ginger.
-
Added support for Matrix 1.16's
state_afterfeature, allowing clients which understand it to sync room state changes more reliably. Contributed by @ginger. -
Added support for authenticating clients using the new OAuth 2.0 login API. Contributed by @ginger.
-
Appservice device management as outlined in MSC4190 (part of Matrix 1.17) is now fully supported. Contributed by @ginger.
-
Users may now be forbidden from deactivating their own accounts with the new
allow_deactivationconfig option. Contributed by @ginger.
Bugfixes
- Adjusted legacy sync logic to allow the
roomsynctoken_shortstatehashdatabase column to be dropped, massively reducing database sizes, especially for old deployments. Contributed by @ginger. (#917) - Fixed a bug that caused the server to drop events during processing if several events for the same room were sent in a singular transaction. Contributed by @nex. (#1711)
- fix
!admin query account-data account-data-getnot returning the content (#1742) - Fixed an issue where Continuwuity would only advertise support for the unstable endpoint for Mutual Rooms (MSC2666), despite only supporting the stable endpoint. Contributed by @Henry-Hiles (QuadRadical) (#1752)
- Fixed admin commands being ignored when they had leading whitespace before admin commands. Contributed by @kitvonsnookerz. (#1804)
- Fixed several bugs in the
POST /_matrix/client/v3/rooms/{roomId}/upgradeendpoint. Contributed by @nex. (#1807) - Devices which set their presence as "offline" will no longer be considered for presence updates. Contributed by @timedout.
- Improved invite and join reliability in clients using legacy sync. Contributed by @ginger
- The invite recipient's membership event is now included in invite stripped state, which should fix flaky invite display in some clients. Contributed by @ginger
Improved Documentation
- Add performance tuning documentation. Contributed by @stratself. (#1498)
- Explain accessing Continuwuity's server console when deployed via Docker. (#1671)
- Clarified in the config that
max_request_sizeaffects federated media as well. (#1706) - Added example configuration using caddy-docker-proxy in the livekit setup section of the docs. Contributed by @Cease (#1762)
- Updated deployment docs to account for new RPM package availability across more distros. Contributed by @julian45. (#1912)
Deprecations and Removals
- Removed support for LDAP. (#1701)
- Removed support for guest user registration, a little-used and deprecated approach to room previews.
- Removed the
/_conduwuit/versions of thelocal_user_countandversionroutes. These routes are still accessible under the/_continuwuityprefix. - Support for server-side blurhashing (part of MSC2448) has been removed.
- The deprecated
well_known.rtc_focus_server_urlsconfig option has been removed. MatrixRTC foci should be configured using thematrix_rtc.fociconfig option.
Misc
- #1505, #1829, #1927, #1933, #1934
- Switched from Continuwuity's fork of Ruma back to upstream Ruma. Contributed by @ginger.
- The version of Debian that the Docker-based build process uses has been upgraded from Bookworm to Trixie, meaning that standalone binaries now have a minimum glibc of 2.41, and can no longer be used on distro versions from before 2025-01-30
Get Continuwuity
Docker Images
- Forgejo:
forgejo.ellis.link/continuwuation/continuwuity:v26.6.0
Mirrors (may be outdated):
- Docker Hub:
docker.io/jadedblueeyes/continuwuity:v26.6.0 - GitHub:
ghcr.io/continuwuity/continuwuity:v26.6.0 - GitLab:
registry.gitlab.com/continuwuity/continuwuity:v26.6.0
You can also use the
latesttag for the most recent release, orv26.6for the most recent release in the v26.6 series.First-party Packages
Community Packages
Binaries
Plain binaries are distributed below. They require glibc and liburing to work - most distributions already have these installed.
Static binaries are built with musl, and will work on any Linux distribution.
From Source
See our deployment documentation for instructions on building from source.
Downloads
-
Source code (ZIP)
8 downloads
-
Source code (TAR.GZ)
107 downloads
-
-
v0.5.10
StableSome checks failedBuild / Debian DEB / build (debian-latest) (push) Successful in 10m56sBuild / Debian DEB / build (debian-oldstable) (push) Successful in 11m50sBuild / Debian DEB / build (ubuntu-latest) (push) Successful in 11m54sBuild / Debian DEB / build (ubuntu-previous) (push) Successful in 11m41sDocumentation / Build and Deploy Documentation (push) Successful in 1m55sRelease Docker Image / Build linux-amd64 (release) (push) Successful in 12m1sRelease Docker Image / Build linux-arm64 (release) (push) Successful in 12m30sBuild / Fedora RPM / build (push) Successful in 45m20sRelease Docker Image / Create Multi-arch Release Manifest (push) Successful in 18sRelease Docker Image / Build linux-amd64 (max-perf) (push) Successful in 54m32sRelease Docker Image / Build linux-arm64 (max-perf) (push) Successful in 30m1sRelease Docker Image / Release Binaries (push) Successful in 20sRelease Docker Image / Create Max-Perf Manifest (push) Successful in 24sRelease Docker Image / Mirror Images (push) Successful in 5m4sBuild / Static via Nix / Build conduwuit-haswell-linux-static-amd64-maxperf Binary (push) Failing after 4m48sBuild / Static via Nix / Build conduwuit-linux-static-amd64 Binary (push) Failing after 7m14sBuild / Static via Nix / Build conduwuit-linux-static-arm64 Binary (push) Failing after 4m49sBuild / Static via Nix / Build conduwuit-linux-static-arm64-maxperf Binary (push) Failing after 7m8sBuild / Static via Nix / Release Binaries (push) Has been skippedreleased this
2026-06-20 18:04:19 +00:00 | 1081 commits to main since this releaseContinuwuity is a community-driven Matrix chat server, designed to be efficient and easy to run
This release is a security bugfix release based on v0.5.9 - it does not incorporate any new features or other changes pushed into main since v0.5.8. If you want new features, you should track the
mainbranch instead - we'll be releasing a new major version with shiny new features soon!Security
- Fixed a bug that allowed a remote server to send to-device messages to a non-local user. Reported by echoray.
- Fixed a bug that allowed local users to request URL previews of explicitly forbidden domains. Reported by echoray.
- Fixed a bug that permitted authentication as a dehydrated device. Reported by @stratself.
Downloads
-
Source code (ZIP)
12 downloads
-
Source code (TAR.GZ)
119 downloads
-
Continuwuity v26.6.0-alpha.1
Pre-releaseAll checks were successfulChecks / Prek / Check changed files (push) Successful in 6sChecks / Prek / Pre-commit & Formatting (push) Successful in 1m27sBuild / Debian DEB / build (debian-oldstable) (push) Successful in 7m5sBuild / Debian DEB / build (ubuntu-latest) (push) Successful in 7m53sBuild / Debian DEB / build (debian-latest) (push) Successful in 9m17sDocumentation / Build and Deploy Documentation (push) Successful in 1m7sBuild / Debian DEB / build (ubuntu-previous) (push) Successful in 10m55sChecks / Prek / Clippy and Cargo Tests (push) Successful in 8m37sBuild / Fedora RPM / build (push) Successful in 44m16sRelease Docker Image / Create Max-Perf Manifest (push) Successful in 16sRelease Docker Image / Build linux-amd64 (release) (push) Successful in 12m1sRelease Docker Image / Build linux-arm64 (release) (push) Successful in 11m17sRelease Docker Image / Create Multi-arch Release Manifest (push) Successful in 17sRelease Docker Image / Build linux-amd64 (max-perf) (push) Successful in 28m15sRelease Docker Image / Build linux-arm64 (max-perf) (push) Successful in 28m14sRelease Docker Image / Release Binaries (push) Has been skippedRelease Docker Image / Mirror Images (push) Successful in 1m4sreleased this
2026-06-17 14:12:50 +00:00 | 763 commits to main since this releaseImportant
Security patches were after this alpha was released - please use the
mainbranch instead of this release, as it does not have those fixes.Hey all,
This is a prerelease for people who want to test out what's coming for the next release. Right now the major differences to check are the ruma refactoring (#1656), which changes pretty much everything, a modification to the sync endpoint that should halt database growth (#1795) and event rejection + state reset fixes (#1747).
Also of note is #1487, removal of LDAP support, #1710, #1807. There are of course many more changes (fragments are kept in the changelog.d directory)
Please test these changes, and let us know about any new bugs or regressions. We've got several more major changes in the queue to merge before release!
Best,
JadeDownloads
-
Source code (ZIP)
5 downloads
-
Source code (TAR.GZ)
408 downloads
-
Source code (ZIP)