{"id":31574711,"url":"https://github.com/cliffmin/homebrew-tap","last_synced_at":"2026-05-07T13:10:31.887Z","repository":{"id":315090916,"uuid":"1053353405","full_name":"cliffmin/homebrew-tap","owner":"cliffmin","description":"Homebrew tap for installing VoxCompose and other tools","archived":false,"fork":false,"pushed_at":"2026-03-28T23:08:35.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-29T01:42:38.163Z","etag":null,"topics":["homebrew","homebrew-tap","macos","package-manager","ruby"],"latest_commit_sha":null,"homepage":"https://github.com/cliffmin/voxcompose","language":"Ruby","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/cliffmin.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":"2025-09-09T10:31:54.000Z","updated_at":"2026-03-28T23:08:39.000Z","dependencies_parsed_at":"2025-09-16T18:01:39.323Z","dependency_job_id":"d6d0d580-3588-40df-8965-c90a66ce2c49","html_url":"https://github.com/cliffmin/homebrew-tap","commit_stats":null,"previous_names":["cliffmin/homebrew-tap"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cliffmin/homebrew-tap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cliffmin%2Fhomebrew-tap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cliffmin%2Fhomebrew-tap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cliffmin%2Fhomebrew-tap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cliffmin%2Fhomebrew-tap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cliffmin","download_url":"https://codeload.github.com/cliffmin/homebrew-tap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cliffmin%2Fhomebrew-tap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32739009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"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":["homebrew","homebrew-tap","macos","package-manager","ruby"],"created_at":"2025-10-05T16:58:03.939Z","updated_at":"2026-05-07T13:10:31.882Z","avatar_url":"https://github.com/cliffmin.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Homebrew Tap\n\nHomebrew formulae for the VoxCore ecosystem -- local voice-to-text on macOS.\n\n## Installation\n\n```bash\nbrew tap cliffmin/tap\n```\n\n## Formulae\n\n### VoxCore\n\nOffline push-to-talk transcription for macOS. One hotkey, any app, sub-second, 100% on-device.\n\n```bash\nbrew install --cask hammerspoon\nbrew install voxcore\nvoxcore-install\n```\n\nAfter install, reload Hammerspoon (Cmd+Opt+Ctrl+R) and grant Microphone + Accessibility permissions.\n\n**Repository:** https://github.com/cliffmin/voxcore\n\n### VoxCompose (optional)\n\nSelf-learning transcript refinement plugin for VoxCore. Fixes concatenations, capitalizes technical terms, and optionally applies local LLM polish.\n\n```bash\nbrew install voxcompose ollama\nollama serve \u0026\nollama pull llama3.1\n```\n\nThen enable in `~/.hammerspoon/ptt_config.lua`:\n```lua\nLLM_REFINER = { ENABLED = true, CMD = { \"voxcompose\", \"--duration\" } }\n```\n\n**Repository:** https://github.com/cliffmin/voxcompose\n\n## Upgrading\n\n```bash\nbrew update\nbrew upgrade voxcore voxcompose\nvoxcore-install  # Re-links Hammerspoon integration\n# Reload Hammerspoon: Cmd+Opt+Ctrl+R\n```\n\n## Ecosystem\n\n| Component | Purpose | Repository | Documentation |\n|-----------|---------|------------|---------------|\n| **VoxCore** | Core transcription engine | [cliffmin/voxcore](https://github.com/cliffmin/voxcore) | [Setup](https://github.com/cliffmin/voxcore/tree/main/docs/setup) · [Architecture](https://github.com/cliffmin/voxcore/blob/main/docs/development/architecture.md) · [Performance](https://github.com/cliffmin/voxcore/blob/main/docs/performance.md) |\n| **VoxCompose** | ML transcript refinement (optional) | [cliffmin/voxcompose](https://github.com/cliffmin/voxcompose) | [Integration](https://github.com/cliffmin/voxcompose/blob/main/docs/voxcore-integration.md) · [Architecture](https://github.com/cliffmin/voxcompose/blob/main/docs/architecture.md) |\n| **homebrew-tap** | Distribution via Homebrew | This repo | — |\n\n## Troubleshooting\n\n```bash\nbrew update                        # Refresh tap\nbrew info voxcore                  # Check installed version\nbrew reinstall voxcore             # Clean reinstall\nbrew audit --strict voxcore        # Check formula integrity\n```\n\n## License\n\nAll formulae are subject to their respective project licenses.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcliffmin%2Fhomebrew-tap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcliffmin%2Fhomebrew-tap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcliffmin%2Fhomebrew-tap/lists"}