MyType 是一款 macOS 语音输入工具。 你可以直接按设定好的快捷键开始说话,把语音识别成文字后自动写入当前正在输入的文本框。
这个公开仓库只保留与软件本身直接相关的内容:
- macOS 应用源码
- 构建与打包脚本
- 单元测试
- 核心技术说明文档
这个仓库不会包含以下内容:
- 私人 API 或云端密钥
- 本地模型文件与虚拟环境
- 个人样本、开发日志、阶段性工作记录
- 设计源文件、截图素材与品牌资源
- 下载最新版:MyType-0.1.0-macOS.zip
- 历史版本:GitHub Releases
解压后将 MyType.app 拖入「应用程序」文件夹即可。
如果通过 DMG 安装时遇到问题,可以直接下载项目源码,使用 Xcode 打开 apps/mac-ime/Package.swift,或在 apps/mac-ime 目录执行 swift run MyTypeIMEDemo 启动。确认能够正常运行后,也可以自行重新封装 DMG 安装包再安装。
- 通过快捷键启动语音输入
- 支持本地识别、云端识别和混合模式
- 支持实时预览与最终文本插入
- 支持个人词库与语气词过滤
- 支持 API 自定义配置与连通性测试
- 支持本地模型下载、部署与删除
apps/mac-ime当前 macOS 应用实现core/asr识别层说明core/text-processor文本后处理说明core/lexicon词库能力说明docs公开保留的产品与技术文档
- 云端模式默认不附带任何 API 凭证,使用者需要自行配置。
- 本地模式速度会受设备性能、系统负载和模型档位影响。
- 首次公开版本仅保留软件相关文件,不包含个人记录或历史素材。
MyType is a macOS voice input project focused on making speech-to-text feel practical in everyday desktop workflows.
This public repository intentionally keeps only software-related materials:
- macOS application source code
- build and packaging scripts
- unit tests
- core technical documentation
The repository does not include:
- private API credentials
- local model files or virtual environments
- personal notes, sample records, or development logs
- design source files, screenshots, or branded assets
- Latest release: MyType-0.1.0-macOS.zip
- All releases: GitHub Releases
Unzip and drag MyType.app into your Applications folder.
If DMG installation fails, you can download the project source directly, open apps/mac-ime/Package.swift in Xcode, or run swift run MyTypeIMEDemo inside apps/mac-ime. Once the app runs normally, you can also repackage a DMG locally and install from that build.
- Cloud mode ships without bundled API credentials.
- Local mode responsiveness depends on hardware performance, system load, and model size.
- This open-source snapshot excludes personal materials and historical work logs.