--- layout: project title: Vector categories: projects ---
Matrix is a whole ecosystem of matrix-enabled clients, servers, gateways, application services, bots, etc.
|
The easiest way to get started is to pick a client that appeals and join #matrix:matrix.org:
 
Weechat/Matrix
If you like command line clients, try the Weechat plugin.

Vector
If you like glossy (but beta) web clients, try Vector.

Matrix Console Web
Console Web is the oldest and has most features, but has performance problems.

This page aims to collect all known Matrix projects - if you want to add a new one (or update an existing one), you can submit a PR to the [matrix-doc](https://github.com/matrix-org/matrix-doc) project on github - the existing projects can be found [here](https://github.com/matrix-org/matrix-doc/tree/master/supporting-docs/projects) - or just let us know in the #matrix:matrix.org room. |
Projects using Matrix:
* TOC {:toc .toc} | Clients ======= {% assign post_nr = '0' %} {% for post in site.categories.client limit:100 %} {% assign add_new_row_test = post_nr | modulo:6 %} {% if add_new_row_test == 0 %}{% endif %} {% assign post_nr = post_nr | plus: '1' %} {% assign add_new_row_test = post_nr | modulo:6 %} {% if add_new_row_test == 0 %}{% endif %} {% endfor %}

{{ post.title }}
{{ post.description }}
Author: {{ post.author }}
Maturity: {{ post.maturity }}
| Servers ======= {% assign post_nr = '0' %} {% for post in site.categories.server limit:100 %} {% assign add_new_row_test = post_nr | modulo:6 %} {% if add_new_row_test == 0 %}{% endif %} {% assign post_nr = post_nr | plus: '1' %} {% assign add_new_row_test = post_nr | modulo:6 %} {% if add_new_row_test == 0 %}{% endif %} {% endfor %}
{{ post.title }}
{{ post.description }}
Author: {{ post.author }}
Maturity: {{ post.maturity }}
| Application Services ==================== {% assign post_nr = '0' %} {% for post in site.categories.as limit:100 %} {% assign add_new_row_test = post_nr | modulo:6 %} {% if add_new_row_test == 0 %}{% endif %} {% assign post_nr = post_nr | plus: '1' %} {% assign add_new_row_test = post_nr | modulo:6 %} {% if add_new_row_test == 0 %}{% endif %} {% endfor %}
{{ post.title }}
{{ post.description }}
Author: {{ post.author }}
Maturity: {{ post.maturity }}
| Client SDKs =========== {% assign post_nr = '0' %} {% for post in site.categories.sdk limit:100 %} {% assign add_new_row_test = post_nr | modulo:6 %} {% if add_new_row_test == 0 %}{% endif %} {% assign post_nr = post_nr | plus: '1' %} {% assign add_new_row_test = post_nr | modulo:6 %} {% if add_new_row_test == 0 %}{% endif %} {% endfor %}
{{ post.title }}
{{ post.description }}
Author: {{ post.author }}
Maturity: {{ post.maturity }}
| Other ===== {% assign post_nr = '0' %} {% for post in site.categories.other limit:100 %} {% assign add_new_row_test = post_nr | modulo:6 %} {% if add_new_row_test == 0 %}{% endif %} {% assign post_nr = post_nr | plus: '1' %} {% assign add_new_row_test = post_nr | modulo:6 %} {% if add_new_row_test == 0 %}{% endif %} {% endfor %}
{{ post.title }}
{{ post.description }}
Author: {{ post.author }}
Maturity: {{ post.maturity }}