docs(web): list nightly engines and models on the homepage - #222
Merged
jatinkrmalik merged 1 commit intoAug 16, 2026
Merged
Conversation
The nightly note only ever said "additional engine work" without naming anything, and the Parakeet/Apple Speech/sherpa-onnx models added since v0.7.2 (WhisperModel.swift, SherpaModelCatalog.swift) had no presence on the site at all. Add a second model table sourced from product.toml, matching README.md's existing model docs, plus the nightly install command that was already in product.toml but never rendered.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Sources/VocaMac/Models/WhisperModel.swiftandSherpaModelCatalog.swift(andREADME.md) already document real, current engines/models: Parakeet v3/v2/110M, Apple Speech, and the sherpa-onnx models (Moonshine Tiny/Base, SenseVoice, GigaAM v3, Canary 180M Flash).[[nightlyModels]]table toweb/data/product.toml, sourced from the code and cross-checked against README's model table.brew install --cask vocamac-nightlycommand, which existed inproduct.tomlbut was never actually rendered anywhere on the site, plus a link to the nightly release notes.Test plan
npm run checkinweb/(Hugo build + all 9 site tests) passes