Skip to content

openwhispr: Add version 1.7.3#18190

Open
B67687 wants to merge 5 commits into
ScoopInstaller:masterfrom
B67687:openwhispr-1.7.3
Open

openwhispr: Add version 1.7.3#18190
B67687 wants to merge 5 commits into
ScoopInstaller:masterfrom
B67687:openwhispr-1.7.3

Conversation

@B67687

@B67687 B67687 commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Add OpenWhispr v1.7.3 — voice-to-text dictation app with local/cloud models, privacy-first, MIT license.

Closes #18189

Copilot AI review requested due to automatic review settings June 30, 2026 12:05
@B67687

B67687 commented Jun 30, 2026

Copy link
Copy Markdown
Contributor Author

/verify

@coderabbitai

coderabbitai Bot commented Jun 30, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 92f3c38d-eaf0-429e-bf82-f5bfdf097997

📥 Commits

Reviewing files that changed from the base of the PR and between cb4213f and 5d16c8c.

📒 Files selected for processing (1)
  • bucket/openwhispr.json
🚧 Files skipped from review as they are similar to previous changes (1)
  • bucket/openwhispr.json

📝 Walkthrough

Walkthrough

A new Scoop manifest file bucket/openwhispr.json is added for the OpenWhispr voice-to-text application at version 1.7.3. The manifest specifies the download URL and SHA256 hash for a 64-bit installer, pre-install extraction and post-install cleanup commands, a desktop shortcut definition, and GitHub-based checkver and autoupdate configuration.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title is concise and clearly states the manifest update for OpenWhispr version 1.7.3.
Description check ✅ Passed The description includes the app summary, linked issue, homepage, license, and installer notes, though it omits the optional checklist items.
Linked Issues check ✅ Passed The manifest changes match the request: package version, 64-bit installer URL and hash, MIT license, homepage, NSIS installer, and autoupdate support.
Out of Scope Changes check ✅ Passed No unrelated changes are evident; the added shortcut, cleanup, and checkver/autoupdate entries are all packaging-related.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

Copy link
Copy Markdown
Contributor

All changes look good.

Wait for review from human collaborators.

openwhispr

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate

Check the full log for details.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new Scoop manifest to the Extras bucket for OpenWhispr v1.7.3, enabling installation and future updates via GitHub Releases.

Changes:

  • Introduces a new bucket/openwhispr.json manifest for OpenWhispr v1.7.3.
  • Implements NSIS/Electron extraction behavior (via #/dl.7z + Expand-7zipArchive) and creates a Start Menu shortcut.
  • Adds checkver/autoupdate wiring for tracking upstream releases.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread bucket/openwhispr.json Outdated
Comment on lines +6 to +12
"url": "https://github.com/OpenWhispr/openwhispr/releases/download/v1.7.3/OpenWhispr-Setup-1.7.3.exe#/dl.7z",
"hash": "256a49099fc6f8ed2b81c7898f8dac704ee7190ccca76cc351508cafcd0a3f55",
"architecture": {
"64bit": {
"pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\""
}
},
Comment thread bucket/openwhispr.json
Comment on lines +23 to +25
"autoupdate": {
"url": "https://github.com/OpenWhispr/openwhispr/releases/download/v$version/OpenWhispr-Setup-$version.exe#/dl.7z"
}

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
bucket/openwhispr.json (1)

20-25: 📐 Maintainability & Code Quality | 🔵 Trivial

Please run the standard Scoop manifest checks before merge.

For a new bucket/ manifest, I'd still validate it with:

scoop config debug true
scoop config gh_token <your-github-token>  # Read access only
.\bin\checkver.ps1 -App openwhispr -f
.\bin\formatjson.ps1 -App openwhispr
scoop install bucket/openwhispr.json -a 64bit

As per path instructions, new manifests should be validated with checkver, formatjson, and an install test.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@bucket/openwhispr.json` around lines 20 - 25, The new bucket manifest needs
standard Scoop validation before merge. Check the openwhispr manifest with
checkver and formatjson, then verify it installs successfully using the package
name from the manifest. Use the manifest’s checkver and autoupdate fields to
confirm version matching and download URL correctness, and make sure the install
test passes for the 64-bit package.

Source: Path instructions

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Nitpick comments:
In `@bucket/openwhispr.json`:
- Around line 20-25: The new bucket manifest needs standard Scoop validation
before merge. Check the openwhispr manifest with checkver and formatjson, then
verify it installs successfully using the package name from the manifest. Use
the manifest’s checkver and autoupdate fields to confirm version matching and
download URL correctness, and make sure the install test passes for the 64-bit
package.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: f746ba70-2ac2-49f5-8b70-8808e1db7368

📥 Commits

Reviewing files that changed from the base of the PR and between 84f3a2c and cb4213f.

📒 Files selected for processing (1)
  • bucket/openwhispr.json

B67687 added 4 commits June 30, 2026 13:36
Moves top-level url/hash under architecture.64bit so Scoop correctly
reports the app as unavailable on 32-bit. Also nests autoupdate.url
under autoupdate.architecture.64bit.url.

Fixes Copilot review comments:
- discussion_r3498570265: url/hash at top level but pre_install under
  architecture.64bit causes broken installs on 32-bit
- discussion_r3498570306: autoupdate must also be architecture-aware
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Request]: openwhispr

2 participants