{"id":51064297,"url":"https://github.com/exodusoss/qwen3-model-js","last_synced_at":"2026-06-23T05:01:37.474Z","repository":{"id":360992319,"uuid":"1251568261","full_name":"ExodusOSS/qwen3-model-js","owner":"ExodusOSS","description":"JS library that downloads Qwen3 somewhat securely.","archived":false,"fork":false,"pushed_at":"2026-05-28T18:13:13.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-28T19:27:55.237Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ExodusOSS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2026-05-27T17:51:54.000Z","updated_at":"2026-05-28T18:13:17.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ExodusOSS/qwen3-model-js","commit_stats":null,"previous_names":["exodusoss/qwen3-model-js"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ExodusOSS/qwen3-model-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExodusOSS%2Fqwen3-model-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExodusOSS%2Fqwen3-model-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExodusOSS%2Fqwen3-model-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExodusOSS%2Fqwen3-model-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ExodusOSS","download_url":"https://codeload.github.com/ExodusOSS/qwen3-model-js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExodusOSS%2Fqwen3-model-js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34675975,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-06-23T05:01:33.855Z","updated_at":"2026-06-23T05:01:37.442Z","avatar_url":"https://github.com/ExodusOSS.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @exodus/qwen3-model-js\n\nPinned Qwen3 1.7B Q8_0 GGUF: artifact metadata, SHA256 verification, and streaming downloader.\n\n## Example\n\n```js\nimport { ensurePinnedModel, getPinnedModel } from '@exodus/qwen3-model-js'\n\nconst { filename } = getPinnedModel()\nawait ensurePinnedModel(`./models/${filename}`, {\n  onProgress: ({ fraction }) =\u003e console.log(`${(fraction * 100).toFixed(1)}%`),\n})\n```\n\n## Exports\n\n- `getPinnedModel()` — returns the frozen artifact record (`repo`, `filename`, `sha256`, `sizeBytes`, `downloadUrl`, `license`).\n- `verifyPinnedModelFile(path)` — streams the file and throws on size or SHA256 mismatch.\n- `ensurePinnedModel(path, opts?)` — verifies if present, otherwise downloads to a temp file, verifies, and atomically renames into place. Returns `{ downloaded }`. Opts: `onProgress`, `signal`, `timeoutMs` (default 30 min, `0` disables).\n- `ModelMissingError` — thrown when the file isn't on disk.\n- `ModelHashMismatchError` — thrown on size or SHA256 mismatch; carries `path`, `expected`, `actual`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexodusoss%2Fqwen3-model-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexodusoss%2Fqwen3-model-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexodusoss%2Fqwen3-model-js/lists"}