I only read about people using continuwuity and tuwunel, but apparently none are using conduit. When searching, I only find “hate” against conduit, but no actual reason why people prefer the fork, except some ominous comments stating that it is practically unmaintained (which is not true). I found that conduit has the majority of features implemented, except minor things like threads (which is still WIP, to be fair) and presence. Also, it is rock solid, only using minimal resources. It may be slow in development, taking a bit longer to implement a new feature, but not too much longer. Or am I missing something the others have to offer?

If you are running a conduit fork, what is your reason for leaving conduit, and if you are running conduit, why didn’t you switch?

If it is not obvious: I mean compared to conduit and its forks, not synapse, …

  • litchralee@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    2 hours ago

    some ominous comments stating that it is practically unmaintained (which is not true)

    Objectively, I can see that the last commit to the default branch was in March 2026, and that the 10th newest commit was back in September 2025. Of these 10, 3 are new features and 6 are fixes and 1 is documentation. I also see in the issue tracker that no project developer replied to the two newest reports, which were reported 2 weeks and 2 months ago.

    As a subjective opinion, the explanation that Conduit is essentially rock-solid and this doesn’t need much upkeep or commits, that is just not credible. The Git history shows fixes and new features, but at a rate that averages just one commit per month. And some of those commits are literally one-line changes.

    But let’s suppose that the maintainers are uninterested in small UI or quality-of-life features, and only make changes when it crosses their threshold for what is “important” enough. That’s a choice, sure, but let’s see if that holds water. Here is the project’s response to an issue opened in January, with the response being in February that confirms a logic bug and schedules it for the next release.

    That was three months ago. No updates. No mentioned branches or PRs or merges. All while this bug remains in place. And that’s understandable for FOSS project developers, for whom the project is not their day job.

    But in any circumstances, the totality of the evidence does not inspire confidence, let alone a determination that Conduit is “rock solid”. And that’s even before looking at the code.

    TL;DR: the premise of the question is wrong. Conduit is not maintained.

  • Iced Raktajino@startrek.website
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    2
    ·
    3 hours ago

    I run Synapse currently but last I looked at Conduit it wasn’t at feature parity with Synapse (granted, that has been a while). The other two I wouldn’t touch with a 50 foot pole because of their stupid-ass names.

    • lyralycan@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      1 hour ago

      Rejecting something solely because of the naming choice of one person is, imo, far more indicative of stupidity. That and hating on someone else’s joy.

      – Conduit maintenance slowed to a crawl (there was a single dev) so somebody made
      -> Conduwuit brought the project up to speed but was abandoned and archived by the lead dev because she got significant hate including bigotry and false accusations, and had to prioritise mental wellbeing over the project. Then, two projects spawned from this
      -> Continuwuity, maintained by dedicated hobbyists, and
      -> Tuwunel, a corporate-sponsored fork funded initially by the Swiss government with at least one dev on payroll, maintained primarily by a co-dev of Conduwuit. Both teams loved the naming joke and kept ‘uwu’ in the name of their successors.

      Synapse offers features first,
      Tuwunel offers stable and timely updates,
      Continuwuity offers a completely non-corporate, community run alternative.
      Dendrite also exists

  • ShimitarA
    link
    fedilink
    English
    arrow-up
    5
    ·
    4 hours ago

    To my knowledge conduit is basically dead in the water. Very little updates if any.

    When I chooses my matrix server, o went with the predecessor of Continuwuity and then migrated to Continuwuity and have been happy ever since…

    Tuwunnel don’t know, I didn’t really appreciated the corporate backing somehow and lack of perceived transparency.

    Is conduit actually still in business at all?

  • hendrik@palaver.p3x.de
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    3 hours ago

    I think it’s basically that. There’s new commits in the conduit repo. But it’s like one minor thing each other month. While other projects have a lot if activity and added a ton of features and MSCs. At the same time they’re equally as stable and possibly easier to use. So… Why not use one of them? You’ll get more features, quicker fixes for annoyances in Matrix. And I always wondered why Matrix doesn’t come with threaded conversations by default. SSO/Authentication integrations. And clients which can do multiple accounts.

    • stratself@lemdro.id
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      2 hours ago

      As to answer your questions, threaded conversations are mostly a client issue. The UX for them are still not very good so not a lot of people use it.

      SSO/Auth is actually quite hard to support. There’s the “legacy SSO” option which is deprecated in favor of native OIDC, and afaict only Synapse supports it for now. But Continuwuity is actively working on it.