{"id":13557227,"url":"https://github.com/convos-chat/convos","last_synced_at":"2026-03-13T12:32:22.036Z","repository":{"id":12215662,"uuid":"14822868","full_name":"convos-chat/convos","owner":"convos-chat","description":" Convos :busts_in_silhouette: is the simplest way to use IRC in your browser","archived":false,"fork":false,"pushed_at":"2026-03-02T23:44:06.000Z","size":54316,"stargazers_count":1160,"open_issues_count":47,"forks_count":91,"subscribers_count":27,"default_branch":"main","last_synced_at":"2026-03-03T01:52:10.060Z","etag":null,"topics":["chat","irc","irc-client","mojolicious","perl","web-app"],"latest_commit_sha":null,"homepage":"http://convos.chat","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"artistic-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/convos-chat.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2013-11-30T14:57:15.000Z","updated_at":"2026-02-25T18:30:32.000Z","dependencies_parsed_at":"2024-05-09T12:39:51.050Z","dependency_job_id":"a2023a3a-ecbb-43d8-8d12-a0cf9a09226a","html_url":"https://github.com/convos-chat/convos","commit_stats":{"total_commits":2942,"total_committers":37,"mean_commits":79.51351351351352,"dds":0.1536369816451394,"last_synced_commit":"ff8f1e7b08127cff828ac0239185cfc9c531efeb"},"previous_names":["nordaaker/convos"],"tags_count":217,"template":false,"template_full_name":null,"purl":"pkg:github/convos-chat/convos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/convos-chat%2Fconvos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/convos-chat%2Fconvos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/convos-chat%2Fconvos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/convos-chat%2Fconvos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/convos-chat","download_url":"https://codeload.github.com/convos-chat/convos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/convos-chat%2Fconvos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30467382,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T11:00:43.441Z","status":"ssl_error","status_checked_at":"2026-03-13T11:00:23.173Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chat","irc","irc-client","mojolicious","perl","web-app"],"created_at":"2024-08-01T12:04:13.635Z","updated_at":"2026-03-13T12:32:22.011Z","avatar_url":"https://github.com/convos-chat.png","language":"Perl","funding_links":[],"categories":["Perl","perl","Go"],"sub_categories":[],"readme":"[![convos](https://snapcraft.io//convos/badge.svg)](https://snapcraft.io/convos)\n[![Build Status](https://github.com/convos-chat/convos/workflows/Linux%20CI/badge.svg?branch=main)](https://github.com/convos-chat/convos/actions)\n[![GitHub issues](https://img.shields.io/github/issues/convos-chat/convos)](https://github.com/convos-chat/convos/issues)\n\n# Convos - Multiuser chat application\n\nConvos is a multiuser chat application that runs in your web browser.\n\nThe supported chat protocol is currently IRC, but Convos can be extended to\nsupport other protocols as well.\n\nSee [convos.chat](http://convos.chat) for more details.\n\nThe backend is powered by [Mojolicious](http://mojolicious.org), while the\nfrontend is held together by the progressive JavaScript framework\n[Svelte](https://svelte.dev/).\n\n## Quick start guide\n\nSee \"[Getting started](https://convos.chat/doc/start)\" for other\noptions and more information.\n\n### Install locally\n\n```bash\ncurl https://convos.chat/install.sh | sh -\n./convos/script/convos daemon\n```\n\nThat's it! After the two commands above, you can point your browser to\n[http://localhost:3000](http://localhost:3000) and start chatting.\n\n### Docker install\n\nYou can use the command below to pull and run convos:\n\n```bash\ndocker pull ghcr.io/convos-chat/convos:alpha\nmkdir -p $HOME/convos/data\ndocker run -it -p 8080:3000 -v $HOME/convos/data:/data ghcr.io/convos-chat/convos:alpha\n```\n\nNote that [Nordaaker/convos](hub.docker.com/r/Nordaaker/convos/) and\n[convos/convos](https://hub.docker.com/r/convos/convos) will be around\nfor a while, but the new official image is now hosted at\n[GitHub](https://github.com/convos-chat/convos/pkgs/container/convos).\n\n## How to make a release\n\nNotes for developers so a new release is made in a proper way.\n\n```bash\n# Update with the recent changes and make sure the timestamp is proper\n$EDITOR Changes\n\n# Build the production assets and update and check that all the files\n# have the correct version information\n./script/convos build release\n```\n\n## Branch overview\n\n### main\n\n\"[main](https://github.com/convos-chat/convos/tree/main)\" is for\ndevelopers. It's mostly stable, but might require extra tools and packages to\nrun. This branch might have outdated assets (JavaScript, CSS files), so it\nmight not work properly.\n\n### stable\n\n\"[stable](https://github.com/convos-chat/convos/tree/stable)\" is the branch you\nshould use, if you want to clone and run Convos. The JavaScript assets and the\nPerl code will be in sync here.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconvos-chat%2Fconvos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconvos-chat%2Fconvos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconvos-chat%2Fconvos/lists"}