{"id":46226769,"url":"https://github.com/livetl/hyperchat","last_synced_at":"2026-04-20T00:15:03.741Z","repository":{"id":36957047,"uuid":"328105232","full_name":"LiveTL/HyperChat","owner":"LiveTL","description":"Improved YouTube chat with CPU/RAM optimizations, customization options, and cutting-edge features!","archived":false,"fork":false,"pushed_at":"2026-03-31T19:17:25.000Z","size":5390,"stargazers_count":317,"open_issues_count":51,"forks_count":36,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-31T21:25:42.258Z","etag":null,"topics":["chrome-extension","firefox-addon","hacktoberfest","youtube","youtube-chat","youtube-live","youtube-live-chat","youtube-livestream"],"latest_commit_sha":null,"homepage":"https://livetl.app/hyperchat","language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LiveTL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":"LiveTL","open_collective":"livetl"}},"created_at":"2021-01-09T08:02:07.000Z","updated_at":"2026-03-30T23:03:45.000Z","dependencies_parsed_at":"2023-01-17T08:16:57.122Z","dependency_job_id":"a9a1bc6e-b1b3-4d55-93ac-2b7d21ff662c","html_url":"https://github.com/LiveTL/HyperChat","commit_stats":{"total_commits":797,"total_committers":19,"mean_commits":41.94736842105263,"dds":0.3889585947302384,"last_synced_commit":"e5535fcdcebe782700460a8a8500de3c4ffe8550"},"previous_names":[],"tags_count":70,"template":false,"template_full_name":null,"purl":"pkg:github/LiveTL/HyperChat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiveTL%2FHyperChat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiveTL%2FHyperChat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiveTL%2FHyperChat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiveTL%2FHyperChat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LiveTL","download_url":"https://codeload.github.com/LiveTL/HyperChat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiveTL%2FHyperChat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31319747,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T23:57:25.032Z","status":"ssl_error","status_checked_at":"2026-04-02T23:57:06.281Z","response_time":89,"last_error":"SSL_read: 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":["chrome-extension","firefox-addon","hacktoberfest","youtube","youtube-chat","youtube-live","youtube-live-chat","youtube-livestream"],"created_at":"2026-03-03T16:46:44.132Z","updated_at":"2026-04-03T00:02:17.187Z","avatar_url":"https://github.com/LiveTL.png","language":"Svelte","funding_links":["https://github.com/sponsors/LiveTL","https://opencollective.com/livetl"],"categories":[],"sub_categories":[],"readme":"# HyperChat - Improved YouTube Chat\n\n[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)\n[![Contributors](https://img.shields.io/github/contributors/LiveTL/HyperChat)](https://github.com/LiveTL/HyperChat/contributors)\n[![Issues](https://img.shields.io/github/issues/LiveTL/HyperChat)](https://github.com/LiveTL/HyperChat/issues)\n![Size](https://img.shields.io/github/repo-size/LiveTL/HyperChat)\n[![Commit Activity](https://img.shields.io/github/commit-activity/w/LiveTL/HyperChat)](https://github.com/LiveTL/HyperChat/commits/)\n[![Discord](https://img.shields.io/discord/780938154437640232.svg?label=\u0026logo=discord\u0026logoColor=ffffff\u0026color=7389D8\u0026labelColor=6A7EC2)](https://discord.gg/uJrV3tmthg)\n\n\n## Install\n\nHyperChat is available in the Chrome and Firefox stores.\n\nSee https://livetl.app/hyperchat/install\n\n\n## Building from Source\n\n### ⚠️ WARNING ⚠️\n\nFor legacy reasons, we have a `mv2` branch used by [the LiveTL extension](https://github.com/LiveTL/LiveTL)'s Manifest V2 Firefox variant, while the `main` branch houses the main Manifest V3 version that's published to stores.\n\n### Development\n\n\u003e Note: The repo expects a Linux or Unix-like environment. If you are on Windows, use WSL.\n\nClone the repository:\n\n```bash\ngit clone https://github.com/LiveTL/HyperChat\n```\n\nOpen the repository and npm install:\n\n```bash\ncd HyperChat\nnpm install # install dependencies\n```\n\nServe the extension for local development:\n\n```bash\nnpm run dev:chrome    # devserver for Chrome extension\nnpm run dev:firefox   # devserver for Firefox extension\n\nnpm run start:chrome  # devserver + open extension in Chrome\nnpm run start:firefox # devserver + open extension in Firefox\n```\n\n### Building for Production\n\nOur build script is [an automated GitHub action](.github/workflows/release.yml), where `${{ github.ref }}` should evaluate to a tag in the format `vX.Y.Z` (where `X.Y.Z` is the version number).\n\nTo simulate the build:\n\n```bash\nVERSION=X.Y.Z npm run build         # Chrome \u0026 Firefox\nVERSION=X.Y.Z npm run build:chrome  # just Chrome\nVERSION=X.Y.Z npm run build:firefox # just Firefox\n```\n\nThe built ZIP files can be found in the `build` directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flivetl%2Fhyperchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flivetl%2Fhyperchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flivetl%2Fhyperchat/lists"}