{"id":13408951,"url":"https://github.com/ayn2op/discordo","last_synced_at":"2026-01-12T00:34:35.130Z","repository":{"id":39650305,"uuid":"386913925","full_name":"ayn2op/discordo","owner":"ayn2op","description":"A lightweight, secure, and feature-rich Discord terminal (TUI) client.","archived":false,"fork":false,"pushed_at":"2026-01-05T07:51:29.000Z","size":10327,"stargazers_count":4946,"open_issues_count":69,"forks_count":165,"subscribers_count":37,"default_branch":"main","last_synced_at":"2026-01-05T08:59:56.617Z","etag":null,"topics":["cross-platform","discord","discordo","go","golang","linux","terminal","terminal-based","tui"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ayn2op.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"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":"2021-07-17T11:00:48.000Z","updated_at":"2026-01-05T07:51:33.000Z","dependencies_parsed_at":"2023-02-13T01:30:57.576Z","dependency_job_id":"e63558a9-1c53-4453-b6b8-2ee2d469aa6f","html_url":"https://github.com/ayn2op/discordo","commit_stats":null,"previous_names":["ayntgl/discordo","rigormorrtiss/discordo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ayn2op/discordo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayn2op%2Fdiscordo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayn2op%2Fdiscordo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayn2op%2Fdiscordo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayn2op%2Fdiscordo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayn2op","download_url":"https://codeload.github.com/ayn2op/discordo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayn2op%2Fdiscordo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28329803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:13:06.322Z","status":"ssl_error","status_checked_at":"2026-01-12T00:04:50.725Z","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":["cross-platform","discord","discordo","go","golang","linux","terminal","terminal-based","tui"],"created_at":"2024-07-30T20:00:56.832Z","updated_at":"2026-01-12T00:34:35.121Z","avatar_url":"https://github.com/ayn2op.png","language":"Go","funding_links":[],"categories":["\u003ca name=\"chat\"\u003e\u003c/a\u003eChat and instant messaging","Go","CLI/TUI Apps","Table of Contents","TUI","discord","Repositories"],"sub_categories":["Other","Chat"],"readme":"# Discordo \u0026middot; [![discord](https://img.shields.io/discord/1297292231299956788?color=5865F2\u0026logo=discord\u0026logoColor=white)](https://discord.com/invite/VzF9UFn2aB) [![ci](https://github.com/ayn2op/discordo/actions/workflows/ci.yml/badge.svg)](https://github.com/ayn2op/discordo/actions/workflows/ci.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/ayn2op/discordo)](https://goreportcard.com/report/github.com/ayn2op/discordo) [![license](https://img.shields.io/github/license/ayn2op/discordo?logo=github)](https://github.com/ayn2op/discordo/blob/master/LICENSE)\n\nDiscordo is a lightweight, secure, and feature-rich Discord terminal client. Heavily work-in-progress, expect breaking changes.\n\n![Preview](.github/preview.png)\n\n## Features\n\n- Lightweight\n- Configurable\n- Mouse \u0026 clipboard support\n- Attachments\n- Notifications\n- 2-Factor \u0026 QR code authentication\n- Discord-flavored markdown\n\n## Installation\n\n### Prebuilt binaries\n\nYou can download and install a [prebuilt binary here](https://nightly.link/ayn2op/discordo/workflows/ci/main) for Windows, macOS, or Linux.\n\n### Package managers\n\n- Arch Linux: `yay -S discordo-git`\n- Gentoo (available on the guru repos as a live ebuild): `emerge net-im/discordo`\n- FreeBSD: `pkg install discordo` or via the ports system `make -C /usr/ports/net-im/discordo install clean`.\n- Nix: Add `pkgs.discordo` to `environment.systemPackages` or `home.packages`.\n\n- Windows (Scoop):\n\n```sh\nscoop bucket add vvxrtues https://github.com/vvirtues/bucket\nscoop install discordo\n```\n\n### Building from source\n\n```bash\ngit clone https://github.com/ayn2op/discordo\ncd discordo\ngo build .\n```\n\n### Wayland clipboard support\n\n`wl-clipboard` is required for clipboard support.\n\n## Usage\n\n### Token (UI)\n\n1. Run the `discordo` executable with no arguments.\n\n2. Enter your token and click on the \"Login\" button to save it.\n\n### Token (CLI)\n\nProvide the `token` command-line flag to the executable. \n\n```sh\ndiscordo --token \"OTI2MDU5NTQxNDE2Nzc5ODA2.Yc2KKA.2iZ-5JxgxG-9Ub8GHzBSn-NJjNg\"\n```\n\nAlternatively, set the value of the `DISCORDO_TOKEN` environment variable to the authentication token.\n\n### QR\n\n1. Run the `discordo` executable with no arguments.\n\n2. Click on the \"Login with QR\" button.\n\n3. Follow the instructions in the QR Login screen.\n\n## Configuration\n\nThe configuration file allows you to configure and customize the behavior, keybindings, and theme of the application.\n\n- Unix: `$XDG_CONFIG_HOME/discordo/config.toml` or `$HOME/.config/discordo/config.toml`\n- Darwin: `$HOME/Library/Application Support/discordo/config.toml`\n- Windows: `%AppData%/discordo/config.toml`\n\nDiscordo uses the default configuration if a configuration file is not found in the aforementioned path; however, the default configuration file is not written to the path. [The default configuration can be found here](./internal/config/config.toml).\n\n\u003e [!IMPORTANT]\n\u003e Automated user accounts or \"self-bots\" are against Discord's Terms of Service. I am not responsible for any loss caused by using \"self-bots\" or Discordo.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayn2op%2Fdiscordo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayn2op%2Fdiscordo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayn2op%2Fdiscordo/lists"}