murmur-io/murmur

🎙️🧠 Local-first macOS meeting + document notebook — on-device Whisper transcription, source-linked notes, @brain and history Q&A, a read-only local MCP server, E2EE sharing, and plain Markdown exports. Run AI locally or explicitly opt into redacted cloud AI · AGPL-3.0

9Stars on the repository
38Mods indexed here, across every type
todayLast push, which is what freshness is scored on
AGPL-3.0Licence, which decides whether bodies are shown

add-ci-gate

01

murmur-io/murmur

Skill Claude CodeCodex

The discipline for adding or changing a check in Murmur's CI gate the right way — put it in scripts/ci.sh (the single source of truth), in the correct order, tool-absent-safe, without slowing the iterate loop, and (for a guardrail hook) with a RED-before-GREEN selftest assertion; then confirm GitHub Actions still just…

9 today A 114 tokens AGPL-3.0

app-perf-audit

02

murmur-io/murmur

Skill Claude CodeCodex

Murmur app-wide performance map + a runnable measurement recipe across the Rust->IPC->Angular seam — FE change-detection anti-patterns, Tauri event-vs-Channel + payload windowing, OOM/RAM-pressure guards, deferred startup, the missing [profile.release], and the profiling toolchain. Use when the user reports…

9 today A 123 tokens AGPL-3.0

ci-maintenance

03

murmur-io/murmur

Skill Claude CodeCodex

Run, understand, and debug Murmur's CI — the local scripts/ci.sh gate and the GitHub Actions macOS PR-gate that wraps it. The map of every gate step (receipt/remote enforcement → control-plane audits/selftests → swiftc → clippy → cargo test → cargo audit → cargo deny → cargo build → ng lint → ng build → E2E), how to…

9 today A 174 tokens AGPL-3.0

murmur-io/murmur

Skill Claude CodeCodex

Deploy, redeploy, monitor, debug, and manage the murmur-server backend (the zero-knowledge E2EE sharing relay) on Railway. The complete, hard-won flow — project/service IDs, the token model, the GraphQL-API-not-CLI approach, deploy/logs/vars/domain/restore, and every gotcha that bit during the first deploy (env-freeze…

9 today D 142 tokens AGPL-3.0

design-ai-seam

05

murmur-io/murmur

Skill Claude CodeCodex

The seam-decision checklist for Murmur — how a new AI capability, model, provider, tool, connector, or surface should fit the existing seams (the SummarizerProvider trait + capability methods, the ONE egress-consent-redaction-ledger seam, the agentic-loop envelope, the gated tool ACI, routing shadow-cutover…

9 today A 167 tokens AGPL-3.0

dreaming

06

murmur-io/murmur

Skill Claude CodeCodex

Tryb kreatywnego śnienia o Murmurze — Codex nasiąka apką, wędruje po necie, kombinuje i WYMYŚLA co możemy dodać, nie jako suchy research tylko swobodne myślenie generatywne oparte o głębokie zrozumienie apki i o to, co akurat przyjdzie do głowy. Rozchodzi się szeroko (dużo dzikich pomysłów), skupia na iskrach, buduje…

9 today A 184 tokens AGPL-3.0

github-actions

07

murmur-io/murmur

Skill Claude CodeCodex

Author and maintain GitHub Actions workflows for THIS repo (Murmur — Tauri 2 Rust + Angular 22, macOS-first, heavy always-compiled ML build). The best-practice patterns tuned to Murmur — macos-14 runner, Swatinem/rust-cache + npm cache + whisper-model cache, SHA-pinned actions resolved live, least-privilege…

9 today A 156 tokens AGPL-3.0

murmur-io/murmur

Skill Claude CodeCodex

Promote mature Murmur learnings journal entries into an agent's binding Recurring patterns. Use when the user asks to curate lessons, promote repeated learnings, or names an agent learnings file under .claude/learnings/.

9 today A 55 tokens AGPL-3.0

murmur-learn

09

murmur-io/murmur

Skill Claude CodeCodex

Record one operator-observed lesson in Murmur's compounding learnings journal. Use when the user asks to record a learning or gives input like " : " for .claude/learnings/ .md.

9 today A 0 tokens AGPL-3.0

ondevice-model-perf

10

murmur-io/murmur

Skill Claude CodeCodex

Deep on-device model-performance context for Murmur on Apple Silicon Metal — the bandwidth-bound mental model, the quant/KV-cache ladder, whisper flash-attn/audioctx/profile discipline, the four crash/leak war stories, residency/RAM math, and the measurement bar. Use whenever a task is about MODEL-level performance /…

9 today B 170 tokens AGPL-3.0

release-murmur

11

murmur-io/murmur

Skill Claude CodeCodex

Cut a signed, notarized macOS release of Murmur (Tauri 2 + Angular 22). The exact, proven step-by-step runbook — preflight gates → version bump (+ Cargo.lock sync) → QueaT commit → PR-merge to the murmur trunk (never direct-push) → rustup targets → stop dev → universal build → Developer-ID sign BY IDENTITY HASH (the…

9 today A 168 tokens AGPL-3.0

research

12

murmur-io/murmur

Skill Claude CodeCodex

Obszerny, ugruntowany research w kontekście naszej apki Murmur/brain2 — co możemy dodać, ulepszyć, jak to zrobić technicznie i jak wypadamy vs konkurencja. Rozbija temat na kąty, odpala równolegle subagentów murmur-researcher (web + kod), syntetyzuje i zapisuje raport do docs/research/. Użyj, gdy użytkownik chce…

9 today A 127 tokens AGPL-3.0

murmur-io/murmur

Skill Claude CodeCodex

The MAP of Murmur's shipped retrieval + agent-memory stack by file:symbol (hybrid fusion, FTS5/vec0 schema, embedding models, the reranker seam, bitemporal facts, consolidation, the entity graph, the eval harness) plus the MEASURED gaps and the load-bearing invariants. Use for any task touching retrieval quality…

9 today A 117 tokens AGPL-3.0

ship-feature

14

murmur-io/murmur

Skill Claude CodeCodex

Ship a Murmur feature through scope, isolated implementation, fresh adversarial and required security review, project gates, a QueaT commit, and a PR to murmur. Use the verifier-only Harness for risky, multi-step, or explicitly requested work; ordinary low-risk fixes keep the normal isolated-worktree route.

9 today A 68 tokens AGPL-3.0

sync-release-copy

15

murmur-io/murmur

Skill Claude CodeCodex

Use before cutting a Murmur release (or whenever the user wants the public-facing copy checked/refreshed) to verify the landing page (landing/index.html) and the GitHub repo description still match what the app actually does now, and update them. Diffs the change surface since the last SHIPPED release…

9 today A 161 tokens AGPL-3.0

tauri-dev

16

murmur-io/murmur

Skill Claude CodeCodex

Run and iterate Murmur locally (Tauri 2.11 + Angular 22 zoneless). The exact dev-run recipe — MURMURDEVDEK/MURMURDEVKEK to avoid keychain prompts, source /.cargo/env, ng on :1420 + MCP on :8765, the cargo test --lib-not-clippy --all-targets inner loop, owner-aware clean relaunch, and reading the boot/abort log. Use…

9 today A 136 tokens AGPL-3.0

pr-program

17

murmur-io/murmur

Skill Claude CodeCodex

Run a multi-PR Murmur program through verifier-only Harness v2: one local mutation at a time, exact-diff verification, remote CI, durable continuity, and lossless cleanup.

9 today C 41 tokens AGPL-3.0

murmur-mcp

18

murmur-io/murmur

Skill Claude CodeCodex

Query Murmur's local read-only MCP server for gated, indexed knowledge — semantic + full-text search over meetings and notes, entity dossiers, structured transcripts, open-commitment rollups, and typed note-folder database queries. Prefer this over grepping raw vault files. Use when you need to find, retrieve, or…

9 today A 93 tokens AGPL-3.0

murmur-vault

19

murmur-io/murmur

Skill Claude CodeCodex

How to coexist with Murmur's notes in an Obsidian vault — note anatomy, front-matter keys, managed sections you must never edit, wikilink discipline, entity stubs, where files live, the locked-folder disappeared-file rule, and the add-freely/prefer-append coexistence contract. Use when reading, editing, or creating…

9 today A 89 tokens AGPL-3.0

promo-video

20

murmur-io/murmur

Skill Claude CodeCodex

Build Murmur's promo video from the REAL shipping UI — record (Playwright over the mocked Tauri IPC, CDP screencast at 2×) → compose (keyframed camera, kinetic captions, macOS window, end card) → encode (H.264 + VP9 + poster + web cut). Use whenever the user wants a promo/demo/tour video, a landing-page hero loop, a…

9 today A 128 tokens AGPL-3.0