← Back to Blogs
HN Story

Concord: A Feature-Rich TUI for Discord

May 10, 2026

Concord: A Feature-Rich TUI for Discord

For many power users, the official Discord client can feel bloated and distracting. The desire for a lightweight, keyboard-centric workflow is often at odds with the modern, Electron-based interface of the majority of chat applications. Enter Concord, a Terminal User Interface (TUI) client for Discord designed to streamline communication while maintaining the structural integrity of the Discord experience.

The TUI Approach to Chat

Concord is built using ratatui and crossterm, leveraging the efficiency of the terminal to provide a high-performance alternative to the GUI. One of the primary advantages of a TUI is the resource footprint; Concord sits at approximately 20–40 MB of idle memory usage, a stark contrast to the memory-intensive nature of typical modern chat clients.

Core Features and Layout

To ensure a seamless transition for terminal enthusiasts, Concord replicates the Discord-like layout, organizing the interface into four primary panes: Servers, Channels, Messages, and Members. This structure allows users to maintain their mental map of Discord's organization while operating entirely within a terminal environment.

Keyboard-Centric Navigation

At the heart of Concord is its commitment to keyboard efficiency. It implements Vim-style keybindings, allowing users to navigate the interface using hjkl, g and G for jumping, and Ctrl+d/Ctrl+u for scrolling. To further enhance productivity, the application includes:

  • Pane Cycling: Using the Tab key to switch between the different layout panes.
  • Leader Key Shortcuts: Introduced in v1.2.0, the <leader> key allows for convenient shortcuts, such as quick channel switching via fuzzy search.
  • Mouse Support: While keyboard-first, the application still supports mouse interaction for those who users prefer it.

Rich Media and Visuals

One of the most challenging aspects of building a TUI is rendering rich media. Concord addresses this by supporting the Kitty, iTerm2, and Sixel protocols for inline image previews. For terminals that do not support these protocols, the application provides a halfblock fallback mechanism. Additionally, the application supports avatar rendering and a full-screen image viewer.

Comprehensive Discord Integration

Concord does not sacrifice functionality for the sake of minimalism. It provides a robust set of features that mirror the official client's capabilities:

  • Authentication: Users can log in via token, email/password, or by scanning a QR code from the mobile app.
  • Message Management: Full support for sending, editing, deleting, and replying to messages, including mention autocomplete.
  • Advanced Chat Features: Support for threads, forum posts (both active and archived), pinned messages, and the ability to mark channels as read.
  • Interactivity: Support for Unicode and custom emoji reactions, poll voting, and the ability to view who reacted to a message.
  • System Notifications: Live typing indicators, unread and mention counts, and attachment downloads.

User Experience and Performance

Early feedback from the community suggests that the TUI approach significantly reduces the cognitive load associated with managing numerous channels. As one user noted, "Messing with tons of channels are quite dizzy on discord, but with this it is no longer problem."

While voice calls are not yet implemented, the current feature set makes Concord a powerful tool for developers and those who users who prefer to keep their communication tools integrated into their terminal workflow.

References

HN Stories