Convos alternatives and similar software solutions
Based on the "IRC" category.
Alternatively, view Convos alternatives based on common mentions on social networks and blogs.
-
Robust IRC
RobustIRC - an IRC network without netsplits, implemented in Go using the Raft consensus algorithm
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Convos or a related project?
Popular Comparisons
README
Convos - Multiuser chat application
Convos is a multiuser chat application that runs in your web browser.
The supported chat protocol is currently IRC, but Convos can be extended to support other protocols as well.
See convos.chat for more details.
The backend is powered by Mojolicious, while the frontend is held together by the progressive JavaScript framework Svelte.
Quick start guide
See "Getting started" for other options and more information.
Shell Install
curl https://convos.chat/install.sh | sh -
./convos/script/convos daemon;
Start the daemon
That's it! After the two commands above, you can point your browser to http://localhost:3000 and start chatting.
How to make a release
Notes for developers so a new release is made in a proper way.
# Update with the recent changes and make sure the timestamp is proper
$EDITOR Changes
# Build the production assets and update and check that all the files
# have the correct version information
./script/convos build release
Branch overview
stable
"stable" is the branch you should use, if you want to clone and run Convos, instead of just running the install command above.
master
"master" is for developers. It's mostly stable, but might require extra tools and packages to run.
gh-pages
"gh-pages" is the source for http://convos.chat, which is built with github pages.
backup/convos-0.8604
backup/convos-0.8604 is a snapshot for the first iteration of Convos.