[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-1807":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":8,"htmlUrl":8,"language":9,"languages":8,"totalLinesOfCode":8,"stars":10,"forks":11,"watchers":12,"openIssues":13,"contributorsCount":14,"subscribersCount":14,"size":14,"stars1d":14,"stars7d":14,"stars30d":14,"stars90d":14,"forks30d":14,"starsTrendScore":14,"compositeScore":15,"rankGlobal":8,"rankLanguage":8,"license":16,"archived":17,"fork":18,"defaultBranch":19,"hasWiki":17,"hasPages":18,"topics":20,"createdAt":8,"pushedAt":8,"updatedAt":21,"readmeContent":22,"aiSummary":23,"trendingCount":14,"starSnapshotCount":14,"syncStatus":24,"lastSyncTime":25,"discoverSource":26},1807,"codex-voice","anthnykr\u002Fcodex-voice","anthnykr",null,"Swift",157,22,1,3,0,4.09,"MIT License",true,false,"main",[],"2026-06-12 02:00:33","# Codex Voice\n\n`Codex Voice` is an experimental macOS menu bar app that lets you hold `Control-M`, speak, and insert the transcript into the currently focused app.\n\nIt uses the same Codex desktop transcription flow as the Codex app, but works anywhere on your Mac.\n\n## Demo\n\nhttps:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002Fed182fc9-6cc2-4ef0-a2d8-344461a5719e\n\n## What It Does\n\n- Global `Control-M` hold-to-dictate hotkey\n- Floating HUD while listening, transcribing, and inserting\n- Microphone capture while the hotkey is held\n- Transcript insertion into the focused app\n- Accessibility-first insertion with clipboard paste fallback\n- Codex-backed transcription using your local Codex sign-in\n\n## Status\n\nThis is a reverse-engineered experimental tool.\n\n- It depends on Codex being installed locally.\n- It depends on local Codex auth already existing on your machine.\n- It may break if Codex changes its internal transcription flow.\n\n## Requirements\n\n- macOS 14+\n- Xcode\n- [XcodeGen](https:\u002F\u002Fgithub.com\u002Fyonaskolb\u002FXcodeGen)\n- Codex installed locally\n- An active local Codex sign-in\n\n## Permissions\n\nOn first run, macOS may ask for:\n\n- Microphone\n- Accessibility\n\nAccessibility is required for reliable cross-app text insertion.\n\n## Build\n\n```bash\ncd ~\u002FProjects\u002Fcodex-voice\nxcodegen generate\nxcodebuild -project CodexVoice.xcodeproj -scheme CodexVoice -configuration Debug build\n```\n\n## Install And Run\n\n```bash\n.\u002Fscripts\u002Finstall-local-app.sh\n```\n\nThis installs the app to:\n\n```bash\n~\u002FApplications\u002FCodexVoice.app\n```\n\nUse that installed copy when granting Accessibility permission. Do not rely on a `DerivedData` build path for normal use, because macOS privacy permissions can be flaky when the app identity keeps moving around.\n\nThen hold `Control-M`, speak, and release in any focused text field.\n\n## Notes\n\n- Audio is sent to the Codex transcription backend when you release the hotkey.\n- The app reads local Codex auth from `~\u002F.codex\u002Fauth.json`.\n- If auth expires, the app tries to refresh it through the local `codex` CLI.\n- The app looks for `codex` via `CODEX_CLI_PATH`, then your `PATH`, then `\u002FApplications\u002FCodex.app\u002FContents\u002FResources\u002Fcodex`.\n- Debug logging is off by default. To enable it temporarily, launch the app with `CODEX_VOICE_DEBUG_LOG=1`.\n\n## License\n\nMIT\n","Codex Voice 是一个实验性的 macOS 菜单栏应用，允许用户通过按住 Control-M 键进行语音输入，并将转录文本插入到当前焦点的应用程序中。其核心功能包括全局热键启动、麦克风录音、实时转录以及无障碍优先的文本插入机制，依托于本地安装的 Codex 应用完成转录任务。该项目适用于需要快速语音转文字输入的场景，如写作、编程或笔记记录等。开发语言为 Swift，需在 macOS 14 及以上版本运行，并依赖 Xcode 和本地 Codex 环境支持。请注意，由于此工具基于反向工程开发，可能因 Codex 内部流程变动而失效。",2,"2026-06-11 02:46:09","CREATED_QUERY"]