Skip to main content
Lab Grimoire
TW EN
Coffee
Review
2026-05-18

TypelessMLX

A native macOS offline voice dictation app. Hold a hotkey to speak, release to have text automatically typed at cursor position. Powered by Breeze-ASR-25 (Traditional Chinese optimized) and MLX Whisper with Apple Silicon fp16 acceleration, fully offline with automatic punctuation and filler word filtering.

Open →
Review
2026-05-18

video-podcast-maker

A fully automated video podcast production pipeline packaged as a Claude Code Skill. From topic input to 4K MP4 output, integrating web research, script generation, 7 TTS engines (Edge/Azure/ElevenLabs/OpenAI/Doubao/CosyVoice/Google), Remotion rendering, and support for Bilibili/YouTube and three other platforms. Includes a visual design learning system.

Open →
Review
2026-05-18

WenMing

A personal philosophy book publishing system that automatically fetches articles from Blogger Feed API, converts to Markdown, renders as a static ebook site via mdBook + GitHub Pages, and generates precisely paginated PDFs with a two-pass layout approach. Built by ViaBTC CEO using Claude Code collaboration.

Open →
Review
2026-05-17

agent-seatbelt-sandbox

A proof-of-concept using macOS native Apple Seatbelt to create kernel-level network sandboxing for AI agents. Elegant dual-layer design (kernel blocking + proxy auditing), but only 4 commits and sandbox-exec is deprecated. Best as inspiration for building your own agent sandbox, not a production dependency.

Open →
Review
2026-05-17

Beads

A distributed issue tracker built on Dolt (version-controlled SQL database) designed for multi-agent parallel development. Excellent for teams running 3+ AI agents on the same codebase. Overkill for single-agent workflows. 23k Stars, MIT licensed, written in Go.

Open →