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
  1. Download and unzip
  2. Open Raycast and choose import extension
  3. Select the spore-raycast folder
  4. 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.

v0.4.1

Feb 10, 2026

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.

v0.4.0

Feb 9, 2026

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.

v0.3.2

Feb 8, 2026

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`.

v0.3.1

Feb 8, 2026

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.

v0.3.0

Feb 8, 2026

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.

v0.2.0

Feb 5, 2026

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.

v0.1.0

Jan 28, 2026

Initial command-palette release with zero telemetry posture.

Added

  • • Initial Cmd+K command palette release.
  • • Local-only storage drivers with zero telemetry defaults.