Generate local images, videos, music, and speech from Raycast, then open the finished artifact as the selected item in MereRun Library.
This is a standalone Raycast extension. It calls MereRun's public CLI and
typed mererun://library/import deep link; it is not a MereRun executable
plugin and is not installed or resolved through the MereRun plugin catalog.
Generate Image— searchable asmere image.Generate Video— searchable asmere video.Generate Music— searchable asmere music.Synthesize Speech— searchable asmere speech.
Each command accepts its prompt directly in Raycast, invokes the installed
MereRun CLI without a shell, writes the artifact under ~/MereRun/Raycast by
default, writes a versioned import receipt in Raycast's private extension
support directory, and opens the imported artifact in MereRun Library. MereRun
validates and persists the row; the extension never edits library.json.
- Raycast on macOS.
- MereRun.app from a release containing
mererun://library/import. v0.31.0 supports only the optional preview-only handoff. - A locally installed model for the generation command you run.
The extension prefers
/Applications/MereRun.app/Contents/Helpers/mere.run. Configure another
absolute CLI path in extension preferences when needed. You can also choose a
different output directory; the default is ~/MereRun/Raycast. Open Result
In defaults to MereRun Library and can be changed to Quick Look Only
for the non-importing mererun://preview behavior.
The extension is not in the Raycast Store yet. To load this checkout into Raycast:
npm ci
npm run devKeep the development process running while using the extension. Stop it with Control-C and use Raycast's Uninstall Extension action when the local copy is no longer needed.
npm ci
npm run checknpm run store:lint additionally validates the author against Raycast's account
service. The author field must be changed to the maintainer's real Raycast
Store handle before publication; local build and runtime validation do not
require signing in to Raycast.
sawfwair/mere-runowns the CLI and native import/preview deep links plus Library persistence.- This repository owns the Raycast commands and their Store publication.
sawfwair/mere-run-pluginsremains the catalog for executable MereRun plugins and intentionally has no Raycast entry.