MCPcopy Index your code
hub / github.com/convos-chat/convos

github.com/convos-chat/convos @v8.07

Chat with this repo
repository ↗ · DeepWiki ↗ · release v8.07 ↗ · + Follow
1,694 symbols 4,464 edges 63 files 38 documented · 2%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

convos Build Status GitHub issues

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.

Install locally

curl https://convos.chat/install.sh | sh -
./convos/script/convos daemon

That's it! After the two commands above, you can point your browser to http://localhost:3000 and start chatting.

Docker install

You can use the command below to pull and run convos:

docker pull ghcr.io/convos-chat/convos:alpha
mkdir -p $HOME/convos/data
docker run -it -p 8080:3000 -v $HOME/convos/data:/data ghcr.io/convos-chat/convos:alpha

Note that Nordaaker/convos and convos/convos will be around for a while, but the new official image is now hosted at GitHub.

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

main

"main" is for developers. It's mostly stable, but might require extra tools and packages to run. This branch might have outdated assets (JavaScript, CSS files), so it might not work properly.

stable

"stable" is the branch you should use, if you want to clone and run Convos. The JavaScript assets and the Perl code will be in sync here.

Core symbols most depended-on inside this repo

f
called by 886
public/assets/convos.CrQsKtPe.js
_
called by 559
public/assets/convos.CrQsKtPe.js
b
called by 485
public/assets/convos.CrQsKtPe.js
v
called by 470
public/assets/convos.CrQsKtPe.js
w
called by 469
public/assets/convos.CrQsKtPe.js
k
called by 467
public/assets/convos.CrQsKtPe.js
n
called by 440
public/assets/convos.CrQsKtPe.js
S
called by 434
public/assets/convos.CrQsKtPe.js

Shape

Function 917
Method 605
Class 172

Languages

TypeScript100%

Modules by API surface

public/assets/convos.CrQsKtPe.js1,303 symbols
assets/store/Connection.js29 symbols
assets/store/Conversation.js25 symbols
assets/js/Socket.js23 symbols
assets/store/Messages.js22 symbols
assets/js/util.js22 symbols
assets/store/I18N.js20 symbols
assets/js/Time.js20 symbols
assets/js/Reactive.js18 symbols
assets/store/User.js16 symbols
assets/store/Route.js14 symbols
assets/store/Participants.js14 symbols

For agents

$ claude mcp add convos \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact