{"id":36524253,"url":"https://github.com/julez-dev/chatuino","last_synced_at":"2026-02-25T20:00:51.425Z","repository":{"id":207468742,"uuid":"656923874","full_name":"julez-dev/chatuino","owner":"julez-dev","description":"A feature rich TUI Twitch IRC Client","archived":false,"fork":false,"pushed_at":"2026-02-12T19:24:59.000Z","size":44882,"stargazers_count":30,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-02-13T03:36:12.878Z","etag":null,"topics":["bubbletea","chat","go","golang","irc","tui","twitch","twitchtv"],"latest_commit_sha":null,"homepage":"http://chatuino.net","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/julez-dev.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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2023-06-21T23:48:17.000Z","updated_at":"2026-02-12T20:48:25.000Z","dependencies_parsed_at":"2024-06-27T20:11:51.784Z","dependency_job_id":"10a58942-cf65-4652-89cb-f31c475ee189","html_url":"https://github.com/julez-dev/chatuino","commit_stats":null,"previous_names":["julez-dev/chatuino"],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/julez-dev/chatuino","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julez-dev%2Fchatuino","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julez-dev%2Fchatuino/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julez-dev%2Fchatuino/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julez-dev%2Fchatuino/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/julez-dev","download_url":"https://codeload.github.com/julez-dev/chatuino/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julez-dev%2Fchatuino/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29837405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T19:08:47.527Z","status":"ssl_error","status_checked_at":"2026-02-25T18:59:04.705Z","response_time":61,"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":["bubbletea","chat","go","golang","irc","tui","twitch","twitchtv"],"created_at":"2026-01-12T02:54:07.093Z","updated_at":"2026-02-25T20:00:51.406Z","avatar_url":"https://github.com/julez-dev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![chatuino-bin](https://img.shields.io/aur/version/chatuino-bin?color=1793d1\u0026label=chatuino-bin\u0026logo=arch-linux\u0026style=for-the-badge)](https://aur.archlinux.org/packages/chatuino-bin/)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"doc/chatuino_splash.png\" alt=\"Chatuino\" width=\"400\"\u003e\n\u003c/p\u003e\n\nA Twitch chat client that runs in your terminal.\n\n![Demo of chatuino.](doc/demo.gif)\n\n![vertical chatuino.](doc/screenshot/vertical-mode.png)\n\n[More screenshots](doc/SCREENSHOTS.md)\n\n## Table of Contents\n\n- [Intro](#intro)\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n- [License](#license)\n\n## Intro\n\nIf you spend time in Twitch chat and prefer working in a terminal, Chatuino gives you a native experience without the browser overhead. It handles multiple accounts, displays emotes directly in supported terminals, and stays out of your way.\n\nThe project draws inspiration from [Chatterino](https://github.com/Chatterino/chatterino2) and [twitch-tui](https://github.com/Xithrius/twitch-tui).\n\n## Features\n\n- Multiple accounts with easy switching\n- Join any number of chats simultaneously\n- Anonymous lurking without an account\n- Emotes rendered in-terminal (Kitty, Ghostty)\n- 7TV and BTTV emote support\n- Tab completion for emotes and usernames\n- User inspect mode for viewing chat history per user\n- Mention notifications and live alerts in dedicated tabs\n- Message search and local chat logging\n- Moderator tools with quick timeout shortcuts\n- Custom commands with templating support\n- Theming and configurable keybinds\n- Self-hostable server component\n\nFor the full list, see [Features](doc/FEATURES.md).\n\n## Installation\n\n**Arch Linux:** Install `chatuino-bin` from the AUR.\n\n**Install script (Linux/macOS):**\n```sh\ncurl -sSfL https://chatuino.net/install | sh\n```\n\nOptions:\n```sh\n# Install to a specific directory\ncurl -sSfL https://chatuino.net/install | sh -s -- -b /usr/local/bin\n\n# Install a specific version\ncurl -sSfL https://chatuino.net/install | sh -s -- -v v0.6.2\n```\n\n**Pre-built binaries:** Available on the [releases page](https://github.com/julez-dev/chatuino/releases).\n\n**Install from source:**\n```\ngo install github.com/julez-dev/chatuino@latest\n```\n\n## Usage\n\nRun `chatuino --help` to see available commands.\n\n### Adding an account\n\n```\nchatuino account\n```\n\nThis opens the account manager. To link a Twitch account, you'll need to authenticate through `https://chatuino.net/auth/start` (or your own server) and paste the resulting token.\n\n### Configuration\n\nSee [Settings](doc/SETTINGS.md) for keybinds, emote display options, chat logging, and other configuration.\n\n### Self-hosting\n\nChatuino connects to `chatuino.net` by default for authentication and API proxying. If you prefer to run your own server, follow the [self-host guide](doc/SELF_HOST.md).\n\n## Contributing\n\nContributions are welcome! If you contribute to Chatuino, add yourself to `contributor/contributors.json` with your GitHub username, email, and optionally your Twitch login name to receive attribution and a special contributor badge in chat.\n\n## License\n\nMIT. See [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulez-dev%2Fchatuino","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjulez-dev%2Fchatuino","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulez-dev%2Fchatuino/lists"}