concord
brew install concord
v2.2.4
GPL-3.0-only
Terminal user interface client for Discord
183
30-day installs · #2710
183
90-day · #4341
183
365-day · #7583
755
★ GitHub stars · updated 2mo ago
Runtime dependencies
Build dependencies
GitHub topics
chat-client
cli
discord
discord-client
ratatui
rust
terminal
terminal-ui
tui
Links
- https://github.com/chojs23/concord
- GitHub: chojs23/concord
- Brew formula source: Formula/c/concord.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"pkgconf",
"rust"
],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"opus"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Terminal user interface client for Discord",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:36:34+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "concord",
"github_default_branch": "main",
"github_last_commit_at": "2026-06-20T07:42:43Z",
"github_readme_excerpt": "# Concord\n\n\u003cimg width=\"1613\" height=\"848\" alt=\"concord - a feature-rich TUI client for\n Discord\" src=\"./docs/example.png\" /\u003e\n\nConcord is a feature-rich TUI (terminal user interface) client for Discord, written in Rust with ratatui. Full Discord experience, right in your terminal.\n\n## Table of contents\n\n- [Installation](#installation)\n- [Features](#features)\n- [Configuration](#configuration)\n- [Performance](#performance)\n- [FAQ](#faq)\n- [Security](#security)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Installation\n\n### Homebrew\n\n```sh\nbrew install concord\n```\n\nOr with the tap for the latest version:\n\n```sh\nbrew install chojs23/tap/concord\n```\n\n### npm\n\n```sh\nnpm install -g @chojs23/concord\n```\n\nYou can also run Concord without a global install:\n\n```sh\nnpx @chojs23/concord\n```\n\nThe npm package installs a prebuilt binary from the GitHub Release artifacts.\n\n### Cargo\n\nInstall native dependencies first.\n\nOn macOS with Homebrew:\n\n```sh\nbrew install opus pkg-config\n```\n\nOn Fedora:\n\n```sh\nsudo dnf install opus-devel alsa-lib-devel pkgconf-pkg-config\n```\n\nOn Debian or Ubuntu:\n\n```sh\nsudo apt install libopus-dev libasound2-dev pkg-config\n```\n\n```sh\ncargo install concord --locked\n```\n\nTo install without local voice playback and microphone support:\n\n```sh\ncargo install concord --locked --no-default-features\n```\n\nTo install the latest unreleased version directly from the Git repository:\n\n```sh\ncargo install --locked --git https://github.com/chojs23/concord\n```\n\n### Nix\n\nRun without installing (requires flakes enabled):\n\n```sh\nnix run github:chojs23/concord\n```\n\nInstall into your profile:\n\n```sh\nnix profile install github:chojs23/concord\n```\n\nOr add the flake as an input in your own `flake.nix`:\n\n```nix\n{\n inputs.concord.url = \"github:chojs23/concord\";\n}\n```\n\n### GitHub Release installer\n\nInstall the latest release with the cargo-dist shell installer:\n\n```sh\ncurl --proto \u0027=https\u0027 --tlsv1.2 -LsSf https://github.com/chojs23/concord/releases/latest/download/concord-i",
"github_repo": "chojs23/concord",
"github_stars": 755,
"github_topics": [
"chat-client",
"cli",
"discord",
"discord-client",
"ratatui",
"rust",
"terminal",
"terminal-ui",
"tui"
],
"homepage": "https://github.com/chojs23/concord",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 183,
"installs_365d": 183,
"installs_90d": 183,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "GPL-3.0-only",
"llm_generated_at": null,
"llm_model": null,
"name": "concord",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 2710,
"rank_365d": 7583,
"rank_90d": 4341,
"raw_hash": "9e93ae0618665929",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/c/concord.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": null,
"version_stable": "2.2.4",
"versioned_formulae": [],
"why_use_this": null
}