ayn2op/discordo

A lightweight, secure, and feature-rich Discord terminal (TUI) client.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 8 minutes ago
Added to GitGenius on November 13th, 2025
Created on July 17th, 2021
Open Issues & Pull Requests: 56 (+0)
Number of forks: 224
Total Stargazers: 5,740 (+1)
Total Subscribers: 39 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 13.7 hours
Mean response time: 108.1 days
90th percentile: 394.1 days
Tracked items: 224

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 97% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "bug" is answered fastest, typically in about 21 hours, while "feat" waits about 4 weeks. Only 8% of issues opened in the past year have been closed. Three people close 89% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 39
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 364 days
Stale 30+ days: 34
Stale 90+ days: 28

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • feat (69)
  • bug (29)
  • good first issue (24)
  • unverified (20)
  • question (4)
  • need help (2)
  • ci (1)
  • docs (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Discordo is a lightweight, secure, and feature-rich Discord terminal client written in Go that provides users with a text-based interface for accessing Discord on the command line. The project is classified across multiple domains including Discord clients, terminal user interfaces, chat and messaging applications, and real-time communication tools. It is designed to be cross-platform, supporting Windows, macOS, and Linux systems.

The repository demonstrates active development with a focus on feature expansion and bug fixes.

Installation options are flexible and accommodate different user preferences. Prebuilt binaries are available for Windows, macOS, and Linux through nightly builds. The project is packaged in multiple package managers including Arch Linux via yay, Gentoo through the guru repositories, FreeBSD via pkg and ports, Nix, and Windows Scoop, making it accessible to users across different operating systems and package management ecosystems. Users can also build from source if preferred.

Authentication is handled through multiple methods. Users can log in via a token entered through the UI, which is the recommended approach, or by setting the DISCORDO_TOKEN environment variable. Additionally, QR code login is supported, allowing users to authenticate by scanning a QR code displayed in the application. This multi-method approach provides flexibility for different user workflows and security preferences.

Configuration is highly customizable through a TOML configuration file. The application respects platform-specific configuration directories, storing settings in XDG_CONFIG_HOME on Unix systems, the Library Application Support folder on macOS, and AppData on Windows. Users can customize behavior, keybindings, and themes through this configuration system. A default configuration is provided and documented within the repository, though the application will function with default settings if no custom configuration file is present.

The project includes important usage warnings regarding Discord's Terms of Service, specifically noting that automated user accounts or self-bots violate Discord's policies and that the maintainer is not responsible for account loss resulting from such usage. The project is licensed under the GNU General Public License v3.0, with copyright held by ayn2op from 2025 onward. The repository maintains active CI workflows and publishes a Go Report Card badge, indicating attention to code quality standards. A dedicated Discord server is available for community discussion and support.