{"id":17782733,"url":"https://github.com/baristikir/whisper-zig","last_synced_at":"2026-04-29T17:35:38.071Z","repository":{"id":259055439,"uuid":"875357037","full_name":"baristikir/whisper-zig","owner":"baristikir","description":"Example repository to demonstrate usage of whisper.cpp in Zig.","archived":false,"fork":false,"pushed_at":"2024-10-21T15:28:00.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-22T02:21:37.546Z","etag":null,"topics":["whisper-cpp","zig"],"latest_commit_sha":null,"homepage":"","language":"C","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/baristikir.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}},"created_at":"2024-10-19T18:54:56.000Z","updated_at":"2024-10-21T15:28:03.000Z","dependencies_parsed_at":"2024-10-22T20:49:32.829Z","dependency_job_id":null,"html_url":"https://github.com/baristikir/whisper-zig","commit_stats":null,"previous_names":["baristikir/whisper-zig"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/baristikir/whisper-zig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baristikir%2Fwhisper-zig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baristikir%2Fwhisper-zig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baristikir%2Fwhisper-zig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baristikir%2Fwhisper-zig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baristikir","download_url":"https://codeload.github.com/baristikir/whisper-zig/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baristikir%2Fwhisper-zig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32437095,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T17:34:55.123Z","status":"ssl_error","status_checked_at":"2026-04-29T17:34:45.749Z","response_time":110,"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":["whisper-cpp","zig"],"created_at":"2024-10-27T06:03:49.609Z","updated_at":"2026-04-29T17:35:38.055Z","avatar_url":"https://github.com/baristikir.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Whisper.cpp with Zig\n\nThis repository demonstrates the usage of\n[whisper.cpp](https://github.com//ggerganov/whisper.cpp) in Zig.\n\n# Usage\n\nFirst download a Whisper model from\n[huggingface](https://huggingface.co/ggerganov/whisper.cpp).\n\n```shell\n$ ./whisper.cpp/models/download-ggml.sh base.en\n$ zig build \u0026\u0026 ./zig-out/bin/whisper-zig -- -m ggml-base.en.bin -f ./whisper.cpp/samples/jfk.wav\n```\n\n## Tests\n\n```shell\n$ ./whisper.cpp/models/download-ggml.sh base.en\n$ zig build test\n```\n\n# Sources\n\n- [whisper.cpp](https://github.com//ggerganov/whisper.cpp)\n- [dr_wav](https://github.com/mackron/dr_libs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaristikir%2Fwhisper-zig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaristikir%2Fwhisper-zig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaristikir%2Fwhisper-zig/lists"}