Free Forever During Beta
Start Engineering
Your Prompts
Native command-palette-first prompt management for macOS. Organize, test,
and execute workflows in milliseconds.
Download .DMG
v0.4.1 | macOS 15.1+ (Apple Silicon) | 4.2 MB download
Extension
Raycast Extension
Run prompts directly from Raycast with workspace-aware indexing and
command execution.
Download .ZIP
- Download and unzip
- Open Raycast and choose import extension
-
Select the spore-raycast folder
- Search for Spore in Raycast
Transmission Log
Source: changelog.md Latest release: v0.4.1 — Build-stability patch for SwiftUI scene wiring and DMG packaging reliability.
Build-stability patch for SwiftUI scene wiring and DMG packaging reliability.
Changed
- • Refactored Settings and Palette SwiftUI scene declarations so window modifiers are attached at the scene level with valid declaration structure.
Fixed
- • Fixed production compile failures in `SporeApp.swift` that surfaced as SwiftUI scene-builder errors during release builds.
- • Restored reliable app packaging with `./scripts/build_dmg.sh` for DMG generation.
SupportOps runtime parity across CLI, app, and support workflows.
Added
- • Runtime spore doctor diagnostics with optional support-pack bundling (--bundle).
- • spore link-cli command for deterministic PATH setup recovery.
- • In-app Support tab flows: smart router, quick fixes, support pack generation, and casefile actions.
- • README ↔ CLI command contract validator (scripts/validate-readme-cli-contract.mjs) to block command/docs drift in local checks.
Changed
- • Support page now documents deterministic command-not-found fallback commands with absolute app-bundled CLI path.
- • Support command snippets are now contract-validated during Astro build/check.
- • Support escalation guidance now cross-links sharing docs at /sharing.
- • Promptfile parsing is now strict v1-only (promptfile: 1 or omitted).
- • output.format now fails fast when outside markdown|text|json|html.
- • Local dev CLI docs now consistently use swift run spore ... examples.
Fixed
- • Eliminated support documentation drift where commands could be published before runtime availability.
- • JSON-typed input handling now preserves nested default objects/arrays and enforces valid JSON at render time.
Workspace-aware default prompts, teaser previews, and safe manual install.
Added
- • Bundled 8 new defaults: 5 mode defaults (Strategy, Shipping, Documentation, Shielding, Testing) and 3 teaser prompts.
- • Manual default installation in app Settings → Workspace (`Install Default Prompts`).
- • New CLI command `spore install-defaults` for workspace-aware default prompt installation.
Changed
- • Startup seeding now installs defaults only when the selected workspace has zero `.spore.md` files.
- • Default installation is non-destructive by default: existing files are skipped unless overwrite is explicitly requested.
- • Palette rows now label bundled defaults as `DEFAULT` and teaser prompts as `PREVIEW`.
macOS 15.1+ support and Sequoia provider fallback updates.
Added
- • Official compatibility for macOS Sequoia (15.1+) and newer builds.
Changed
- • On macOS 15.1, auto provider mode skips Apple Intelligence and falls back to OpenAI.
- • If Anthropic or Ollama is preferred on Sequoia, select it explicitly in provider settings.
High-fidelity generation and Promptfile spec standardization.
Added
- • Domain-aware prompt extraction system for higher-fidelity generation.
- • Promptfile schema standardized to spec v1 for stability.
Changed
- • Support troubleshooting flow updated to prefer workspace-explicit commands.
- • Dedicated .spore.md reference page linked from Support.
Tribe sharing and IDE-style prompt flow improvements.
Added
- • First implementation of multi-file tribe sharing via GitHub Gists.
- • Redesigned prompt creation flow for IDE-style interaction.
- • Improved syntax highlighting for .spore.md files.
Fixed
- • Local Ollama instance detection on startup.
- • Command palette z-index layering issues.
Initial command-palette release with zero telemetry posture.
Added
- • Initial Cmd+K command palette release.
- • Local-only storage drivers with zero telemetry defaults.