Conduwuit : Pioneering A New Era In Matrix Homeservers

Matrix is an open network for secure and decentralized communication. Users from every Matrix homeserver can chat with users from all other Matrix servers.

You can even use bridges (also called Matrix Appservices) to communicate with users outside of Matrix, like a community on Discord.

What Is The Goal?

A high-performance and efficient Matrix homeserver that’s easy to set up and just works. You can install it on a mini-computer like the Raspberry Pi to host Matrix for your family, friends or company.

Can I Try It Out?

An official conduwuit server ran by me is available at transfem.dev (element.transfem.dev / cinny.transfem.dev)

transfem.dev is a public homeserver that can be used, it is not a “test only homeserver”. This means there are rules, so please read the rules

transfem.dev is also listed at servers.joinmatrix.org

What Is The Current Status?

conduwuit is technically a hard fork of Conduit, which is in Beta. The Beta status initially was inherited from Conduit, however overtime this Beta status is rapidly becoming less and less relevant as our codebase significantly diverges more and more.

conduwuit is quite stable and very usable as a daily driver and for a low-medium sized homeserver. There is still a lot of more work to be done, but it is in a far better place than the project was in early 2024.

How Is Conduwuit Funded? Is Conduwuit Sustainable?

conduwuit has no external funding. This is made possible purely in my freetime with contributors, also in their free time, and only by user-curated donations.

conduwuit has existed since around November 2023, but only became more publicly known in March/April 2024 and we have no plans in stopping or slowing down any time soon!

Can I Migrate Or Switch From Conduit?

conduwuit is a complete drop-in replacement for Conduit. As long as you are using RocksDB, the only “migration” you need to do is replace the binary or container image.

There is no harm or additional steps required for using conduwuit. See the Migrating from Conduit section on the generic deploying guide.

Note that as of conduwuit version 0.5.0, backwards compatibility with Conduit is no longer supported. We only support migrating from Conduit, not back to Conduit like before.

If you are truly finding yourself wanting to migrate back to Conduit, we would appreciate all your feedback and if we can assist with any issues or concerns.

For more information click here.

Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

cp Command: Copy Files and Directories in Linux

The cp command, short for "copy," is the main Linux utility for duplicating files and directories. Whether…

1 week ago

Image OSINT

Introduction In digital investigations, images often hold more information than meets the eye. With the…

1 week ago

cat Command: Read and Combine File Contents in Linux

The cat command short for concatenate, It is a fast and versatile tool for viewing and merging…

1 week ago

Port In Networking

What is a Port? A port in networking acts like a gateway that directs data…

1 week ago

ls Command: List Directory Contents in Linux

The ls command is fundamental for anyone working with Linux. It’s used to display the files and…

1 week ago

pwd Command: Find Your Location in Linux

The pwd (Print Working Directory) command is essential for navigating the Linux filesystem. It instantly shows your…

1 week ago